build
Implement the next task incrementally — build, test, verify, commit
Invoke the dog:incremental-implementation skill alongside dog:test-driven-development.
Pick the next pending task from the plan. For each task:
- Read the task's acceptance criteria
- Load relevant context (existing code, patterns, types)
- Write a failing test for the expected behavior (RED)
- Implement the minimum code to pass the test (GREEN)
- Run the full test suite to check for regressions
- Run the build to verify compilation
- Commit with a descriptive message
- Mark the task complete and move to the next one
If any step fails, follow the dog:systematic-debugging skill.