Implement features from tasks document with optional batch mode
Executes implementation tasks from task documents with optional batch or incremental execution.
/plugin marketplace add devstefancho/claude-plugins/plugin install simple-sdd-plugin@devstefancho-claude-plugins[--all]Execute implementation tasks from the task breakdown document, with support for batch or incremental implementation.
--all (optional, batch implementation flag)
Read Required Documents:
docs/tasks-init.md to understand all tasks and their organizationdocs/spec-init.md to understand requirements and success criteriadocs/plan-init.md to understand technical decisions and architectureImplementation Strategy:
--all flag is provided: Implement all tasks in batch mode--all flag is NOT provided: Implement tasks by group, then wait for user approval before proceeding to next groupFor Each Task:
Code Quality Standards:
Testing During Implementation:
Completion Report: After all tasks (or all groups if using incremental mode) are complete, provide:
Read the tasks from docs/tasks-init.md, specification from docs/spec-init.md, and technical plan from docs/plan-init.md. Then implement all tasks following the instructions above.
The implementation should result in a fully functional feature set that meets all specification requirements, passes all manual testing, and maintains code quality standards. Each task must be atomic, testable, and contribute to achieving the specification goals.
If implementing incrementally (without --all), wait for user approval after completing each task group before proceeding to the next group.