What problem does it solve?
Turning a high-level plan into executable work often produces vague, oversized tasks that agents and reviewers cannot act on independently. This Skill structures plan-to-task conversion so every work package has clear scope, dependencies, and verification criteria.
Core Features & Use Cases
- Task Generation: Runs the default
/spec-kitty.tasks flow to convert a plan into executable tasks.
- Staged Work-Package Authoring: Uses
/spec-kitty.tasks-outline, /spec-kitty.tasks-packages, and /spec-kitty.tasks-finalize for incremental package slicing and finalization.
- Reviewable Boundaries: Enforces that each work package defines scope, dependencies, verification, and expected files or systems, and splits oversized packages before runtime execution.
- Use Case: After finishing a feature plan, generate work packages that reviewers can approve or reject independently before assigning them to parallel agents in isolated git worktrees.
Quick Start
Ask the agent to convert the current Spec Kitty plan into reviewable work packages using the tasks workflow.