Generate implementation tasks based on requirements and design
/plugin marketplace add iButters/ClaudeCodePlugins/plugin install spec-driven-workflow@claude-code-plugins<feature-slug># Generate Implementation Tasks You are creating an implementation plan for `.specs/$ARGUMENTS/` ## Context 1. Read `.specs/$ARGUMENTS/requirements.md` to understand WHAT needs to be built 2. Read `.specs/$ARGUMENTS/design.md` to understand HOW it should be built 3. Break down into discrete, implementable tasks ## Your Task Generate a comprehensive task list following the EXACT Kiro format: ### Tasks Document Structure ## Task Guidelines ### Numbering - Major phases: `1.`, `2.`, `3.` - Sub-tasks: `1.1`, `1.2`, `2.1` ### Checkboxes - Use `- [ ]` for all uncompleted tasks - Use `- ...