Add 5 pi extensions: pi-subagents, pi-crew, rpiv-pi, pi-interactive-shell, pi-intercom

This commit is contained in:
2026-05-08 15:59:25 +10:00
parent d0d1d9b045
commit 31b4110c87
457 changed files with 85157 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
---
name: default
description: Explore, plan, execute, and verify
---
## explore
role: explorer
Explore the codebase for the goal: {goal}
## plan
role: planner
dependsOn: explore
output: plan.md
Create a concise implementation plan for: {goal}
## execute
role: executor
dependsOn: plan
Implement the plan for: {goal}
## verify
role: verifier
dependsOn: execute
verify: true
Verify completion for: {goal}