pi-pipeline
v0.4.19
Published
Extension for Pi coding agent
Readme
pi-pipeline
Pipeline orchestration extension for Pi coding agents.
Features
- Plan Mode - Structured development: SPEC → PLAN → TASKS → VERIFY
- Verification Gates - Quality enforcement before completion
- Intent Clarification - Ask clarifying questions when needed
- Adaptive Behavior - Adjust by task complexity
- Work Items - Track work items with status
- Skill Registry - Manage and search skills
- Session Planning - Plan across sessions
- Dependency Graph - Task dependency resolution with cycle detection
- Event Pipeline - Async event-driven architecture
- Spec-Driven Workflow - Structured development workflow
Install
pi install npm:pi-pipelineQuick Start
Start Plan Mode
/plan Implement user authenticationVerify Completion
/verifyClarify Intent
/clarifyTrack Work Items
/work add Implement login
/work list
/work done Implement loginCommands
| Command | Description |
|---------|-------------|
| /plan | Start plan mode |
| /verify | Verify completion |
| /clarify | Clarify requirements |
| /work | Work item management |
Verify
pi listLicense
MIT
