plugins/pokayokay/skills/planning/SKILL.md
Use when analyzing PRD documents, concept briefs, or feature specs to create implementation plans, breaking work into epics/stories/tasks with dependencies and estimates, or generating PROJECT.md and kanban tracking.
npx skillsauth add srstomp/pokayokay planningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform product requirements into actionable implementation plans with visual kanban tracking.
plan-revision for modifying task hierarchies or scope changeswork-session to begin executing tasks from a plan/quick for tasks that don't need epic/story/task hierarchyspike for time-boxed technical investigation before committing to a plan.claude/ folder (PROJECT.md, tasks.db, features.json, kanban.html).claude/ outputs (PROJECT.md, tasks.db, features.json, kanban.html)| 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 |
| 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 |
development
Git worktree management for isolated task development
development
Use when starting AI development sessions, resuming interrupted work, managing multi-session projects, or orchestrating work with human checkpoint control (supervised, semi-auto, auto, or unattended modes).
testing
Use before claiming work is done, fixed, passing, ready to commit, ready to PR, or ready to mark complete. Requires fresh verification evidence and explicit command output before success claims.
development
Use when designing test architecture, building API test suites, validating API contracts, setting up component or E2E testing, managing test data, debugging flaky tests, reviewing coverage strategy, or organizing test files. Covers test pyramid, mocking (MSW), frontend (React Testing Library, Playwright), and CI integration.