Project managementGitHub source
Spec to tasks
/spec-to-tasksConvert the specification into actionable development tasks using beads.
// skill content
Spec to Tasks Convert the specification into actionable development tasks using beads. ## Process 1. Parse Specification: Extract features, requirements, constraints 2. Identify Dependencies: What must be built before what? 3. Break Down: Each task should be completable in one session 4. Estimate Complexity: S (< 1hr), M (1-4hr), L (4hr+) 5. Create Issues: Generate beads issues with proper dependencies ## Task Guidelines - Each task should have a clear "done" definition - Include acceptance criteria - Link related tasks with dependencies - Tag with appropriate labels (feature, fix, chore, etc.) ## Output For each task: `` ### [S/M/L] Task Title Description of what needs to be done - Acceptance criterion 1 - Acceptance criterion 2 Dependencies: [list any blocking tasks] `` Then create the beads issues. --- Specification to convert: $ARGUMENTS
// original public source
strataga/claude-setup/commands/spec-to-tasks.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.