A curated library of 12 language-agnostic planning skills and 4 personas for technical project management, product planning, and agile execution.
91
94%
Does it follow best practices?
Impact
91%
1.16xAverage score across 16 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 PR.tessl-plugin
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
skills
analysis
requirements-clarifier
backlog
prioritize-backlog
ceremony
create-retrospective
plan-sprint
infrastructure
github-issue
prd
create-prd
review-prd
task-management
estimate-tasks
generate-tasks
plan-tickets