DECIDED決断を実装(Selection確定が前提)
Start implementation for decision $1.
このスキルは fork subagent として実行される。 実装作業のみを行い、ステータス変更は行わない。 ステータス変更はメインエージェント(cdd-discuss)が担当する。
このスキルで行うこと:
このスキルで行わないこと:
Load and verify decision:
decisionStatus: DECIDEDRead the full specification:
Create TodoWrite for task tracking:
If Test Specification exists, write tests first:
Execute implementation:
Build and test:
Create commit when implementation is complete:
git status to see changed files<type>: <summary> ($1)
<detailed description of changes>
CDD: $1
Files:
- <file1>
- <file2>
- <file3>
git add and git commit with the generated messageReport completion:
Type prefix:
feat: New featurefix: Bug fixrefactor: Code refactoringdocs: Documentation changestest: Test additions or changeschore: Maintenance tasksExample: