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
97%
Does it follow best practices?
Impact
95%
1.03xAverage score across 10 eval scenarios
Passed
No known issues
# Task List: [Feature Name]
Based on: `prd-[feature-name].md`
## Relevant Files
- `path/to/file.ext` — Description of relevance.
- `path/to/file.test.ext` — Test coverage.
## Tasks
- [ ] 0.0 Create feature branch: `git checkout -b feature/[feature-name]`
- [ ] 1.0 Core Behavior (TDD Quadruplet)
- [ ] 1.1a Write failing test for [behavior] (`<test-dir>/path/to/test.ext`)
- [ ] 1.1b Run test command — verify failure
- [ ] 1.1c Implement behavior to pass test (`<source-dir>/path/to/file.ext`)
- [ ] 1.1d Run test command — verify success
- [ ] 2.0 API Documentation & Code Review
- [ ] 2.1 Document public API methods
- [ ] 2.2 Self-review diff before PRdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
skills
backlog
prioritize-backlog
ceremony
create-retrospective
plan-sprint
prd
create-prd
review-prd
task-management
estimate-tasks
generate-tasks
plan-tickets