Source repository for Pi-native skills and workflow suites.
This repo is intended to hold reusable skills and related install/docs assets for personal and team use.
A Pi-native workflow suite for:
- starting work items
- scaffolding planning artifacts
- creating/refining phase plans
- executing plans incrementally
Contained skills:
start-work-beginstart-work-planstart-work-run
See:
start-work-suite/README.md
pi-skills/
README.md
install/
README.md
install-symlinks.sh
install-copy.sh
start-work-suite/
README.md
start-work-begin/
SKILL.md
templates/
start-work-plan/
SKILL.md
templates/
start-work-run/
SKILL.md
This repo is grouped by workflow suite for maintainability. Runtime installation may flatten skill directories into a standard Pi skills folder.
Either:
- symlink the skills into
~/.pi/agent/skills/, or - point Pi directly at a suite directory via settings
From repo root:
./install/install-symlinks.shFrom repo root:
./install/install-copy.shSee:
install/README.md
Skill names are intentionally explicit to reduce collisions in shared skill environments.
Current names:
start-work-beginstart-work-planstart-work-run
Example Jira-style invocation for the current suite:
/skill:start-work-begin
Jira ID: MDO-671R
Work type: Refactor
Work name: agent-runtime-module-breakout
Description: Refer to @.dev-docs/MDO-671-Agent-Runtime-Module-Breakout-Plan.md
This works well when the work item already has a corresponding markdown plan or design document.
- Group related skills into suites
- Keep initialization, planning, and execution as separate concerns
- Prefer reusable templates over giant inline skill files
- Make installation/discovery a separate concern from authoring layout