Language-agnostic AI knowledge registry for Technical Project Management, PRDs, PRD review, Software Architecture planning, Task breakdown, Estimation, Risk assessment, Status reporting, Backlog prioritization, Sprint planning, Retrospectives, and Agile ticket generation. Uses Markdown + Front-matter architecture.
95
96%
Does it follow best practices?
Impact
95%
1.02xAverage score across 10 eval scenarios
Passed
No known issues
Focus on what and why, not how. No code until the PRD is approved.
/tasks/prd-<slug>.md.Focus exclusively on WHAT and WHY, not HOW.
DO NOT include code, pseudo-code, SQL, class names, or method signatures.
DO NOT generate tasks or code until the PRD is explicitly approved.Load these files only when their specific content is needed:
/tasks/prd-<feature-slug>.md (kebab-case). State the path.generate-tasks once this PRD is approved."After saving, surface the file path and request explicit approval.
| Skill | When to chain |
|---|---|
| generate-tasks | After PRD approved, to derive implementation steps |
| plan-tickets | When tracker tickets are needed from the approved PRD scope |