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,12 @@
---
name: default
description: Balanced team for ordinary implementation tasks
defaultWorkflow: default
workspaceMode: single
maxConcurrency: 2
---
- explorer: agent=explorer fast discovery
- planner: agent=planner plan the work
- executor: agent=executor implement changes
- verifier: agent=verifier verify completion

View File

@@ -0,0 +1,11 @@
---
name: fast-fix
description: Small team for quick bug fixes
defaultWorkflow: fast-fix
workspaceMode: single
maxConcurrency: 1
---
- explorer: agent=explorer find the relevant files
- executor: agent=executor make the fix
- verifier: agent=verifier verify the fix

View File

@@ -0,0 +1,18 @@
---
name: implementation
description: Full implementation team with parallel specialists, critique, execution, review, and verification
defaultWorkflow: implementation
workspaceMode: single
maxConcurrency: 3
---
- explorer: agent=explorer map the codebase
- analyst: agent=analyst clarify requirements and constraints
- planner: agent=planner create execution plan
- critic: agent=critic challenge and synthesize specialist findings
- executor: agent=executor implement the plan
- reviewer: agent=reviewer review the implementation
- security-reviewer: agent=security-reviewer review security and trust boundaries
- test-engineer: agent=test-engineer design and run verification
- verifier: agent=verifier verify done
- writer: agent=writer summarize documentation or release notes when needed

View File

@@ -0,0 +1,14 @@
---
name: parallel-research
description: Parallel research team for multi-project/source audits
workspaceMode: single
defaultWorkflow: parallel-research
maxConcurrency: 4
triggers: đọc sâu, deep read, deep research, source audit, multiple projects, parallel research, pi-*
category: research
cost: cheap
---
- explorer: agent=explorer gather source facts in parallel shards
- analyst: agent=analyst synthesize shard findings
- writer: agent=writer produce final notes

View File

@@ -0,0 +1,11 @@
---
name: research
description: Team for investigation and documentation
defaultWorkflow: research
workspaceMode: single
maxConcurrency: 2
---
- explorer: agent=explorer gather codebase facts
- analyst: agent=analyst analyze findings
- writer: agent=writer produce final notes

View File

@@ -0,0 +1,12 @@
---
name: review
description: Team for code review and security review
defaultWorkflow: review
workspaceMode: single
maxConcurrency: 2
---
- explorer: agent=explorer understand changed areas
- reviewer: agent=reviewer review correctness and maintainability
- security-reviewer: agent=security-reviewer review security risks
- verifier: agent=verifier summarize pass/fail