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,36 @@
```markdown
# {Project Name} — Test Case Outline
## Overview
- Project: {project name}
- Framework: {framework}
- Applications: {N} ({app names})
- Total features: {N} outlined
- Backend endpoints: ~{N} across {M} controllers
- Last updated: {YYYY-MM-DD} | Branch: `{branch}` | Commit: `{commit}`
## Features by Portal
### {Portal Name} ({N} features)
| # | Feature | Module | Slug | Routes | Endpoints | Status |
|---|---------|--------|------|--------|-----------|--------|
| 1 | {name} | {MOD} | {slug} | {N} | {M} | pending |
## Backend-Only Endpoints (no frontend exposure)
- **{Group name}** ({N} controllers, ~{M} endpoints) — {reason}
## Next Steps
Generate test cases for a specific feature:
```
/skill:write-test-cases {feature-name}
```
To update this outline after codebase changes:
```
/skill:outline-test-cases
```
Incremental runs detect existing outlines and take faster paths.
## Coverage
This outline was generated by static code analysis. It may not capture dynamically loaded features, features behind feature flags, or functionality added after the generation date. Re-run `outline-test-cases` periodically or add features manually.
```