Nm Spec Kit Task Planning
by @athola
Generates phased, dependency-ordered implementation tasks from specifications. Use after spec is complete and before starting implementation
clawhub install nm-spec-kit-task-planningπ About This Skill
name: task-planning description: | Generate phased, dependency-ordered tasks from specifications with parallelization opportunities and tech-stack patterns version: 1.9.4 triggers: - speckit - tasks - planning - implementation - dependencies metadata: {"openclaw": {"homepage": "https://github.com/athola/claude-night-market/tree/master/plugins/spec-kit", "emoji": "\ud83e\udd9e", "requires": {"config": ["night-market.superpowers:writing-plans", "night-market.superpowers:executing-plans"]}}} source: claude-night-market source_plugin: spec-kit
> Night Market Skill β ported from claude-night-market/spec-kit. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Task Planning
Overview
Transforms specifications and implementation plans into actionable, dependency-ordered tasks. Creates phased breakdowns that guide systematic implementation.
When To Use
When NOT To Use
Task Phases
Tasks follow a 5-phase structure from setup through polish:
For detailed phase definitions, selection guidelines, and anti-patterns, see modules/phase-structure.md.
Task Format
Each task includes:
Dependency Rules
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.
Example Task Entry
## Phase 2: Core ImplementationTASK-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.Quality Checklist
Related Skills
spec-writing: Creating source specificationsspeckit-orchestrator: Workflow coordinationTroubleshooting
Common Issues
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag
β‘ When to Use
π Tips & Best Practices
Common Issues
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag