planning
1
总安装量
1
周安装量
#44365
全站排名
安装命令
npx skills add https://github.com/srstomp/pokayokay --skill planning
Agent 安装分布
opencode
1
cursor
1
codex
1
github-copilot
1
antigravity
1
Skill 文档
PRD Analyzer & Implementation Planner
Transform product requirements into actionable implementation plans with visual kanban tracking.
Key Principles
- All outputs go to
.claude/folder (PROJECT.md, tasks.db, features.json, kanban.html) - Break work into epic â story â task hierarchy (tasks ⤠8h each)
- Assign skills to features based on type (api-design, database-design, etc.)
- Flag ambiguities before planning â don’t assume unclear requirements
Quick Start Checklist
- Read the full PRD/brief document
- Extract goals, features, constraints, and dependencies
- Classify priorities (P0-P3) and flag ambiguities
- Break features into epics â stories â tasks with estimates
- Generate
.claude/outputs (PROJECT.md, tasks.db, features.json, kanban.html) - Identify first skill to run and hand off
Skill Assignment
| Feature Type | Primary Skill | Secondary Skills |
|---|---|---|
| REST/GraphQL APIs | api-design | testing-strategy |
| Database schemas | database-design | â |
| SDK/library | sdk-development | â |
| Auth/Security | api-design | â |
| Testing infrastructure | testing-strategy | â |
| AWS/Cloud provisioning | cloud-infrastructure | â |
| Serverless/Lambda | cloud-infrastructure | api-design |
| Container deployment | cloud-infrastructure | ci-cd |
References
| Reference | Description |
|---|---|
| prd-analysis.md | Deep dive on document analysis |
| task-breakdown.md | Detailed breakdown methodology |
| kanban-setup.md | Database schema and HTML generation |
| skill-routing.md | Skill assignment logic |
| project-md-template.md | PROJECT.md template and format |
| database-schema.md | Full SQLite schema for tasks.db |
| features-json.md | features.json format and integration points |
| anti-patterns.md | Analysis, breakdown, and output anti-patterns |
| design-integration.md | Design plugin detection, UI/UX workflows, design-first routing |
| kanban-template.html | HTML template for interactive kanban board |