plugins/spec-kit/skills/task-planning/SKILL.md
Generates phased, dependency-ordered implementation tasks from specifications. Use after spec is complete and before starting implementation.
npx skillsauth add athola/claude-night-market task-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.
Transforms specifications and implementation plans into actionable, dependency-ordered tasks. Creates phased breakdowns that guide systematic implementation.
Tasks follow a 5-phase structure from setup through polish:
For detailed phase definitions, selection guidelines, and anti-patterns, see modules/phase-structure.md.
Each task includes:
Dependencies define execution order and identify parallelization opportunities:
Nonconflicting Criteria for Parallel Execution:
Mark tasks with [P] ONLY if they pass ALL criteria above.
For fan-out/fan-in patterns, task ID conventions, and validation rules, see modules/dependency-patterns.md.
## Phase 2: Core Implementation
### TASK-007 - Implement user authentication service [P]
**Dependencies**: TASK-003, TASK-004
**Files**: src/services/auth.ts, src/types/user.ts
**Criteria**: All auth tests pass, tokens are valid JWT
Verification: Run pytest -v to verify tests pass.
spec-writing: Creating source specificationsspeckit-orchestrator: Workflow coordinationtools
Detect friction signals; graduate patterns into rules. Use for session retrospectives.
testing
Use when you need a diff-derived test plan for an MR — reads the diff, groups changes by area, runs targeted verifications, and proves revert-tests are genuine guards, not dead assertions.
development
Curate the web-capture index. Use when the capture backlog grows, captures sit unprocessed at seedling/pending, or to surface stored research during work.
testing
Probe memory/summary clarity via dual anchor questions: task progress, info gaps. Use when verifying session state or summary before handoff or compression.