/code#
Implement work from .specs/[feature-name]/tasks.md one task at a time.
Usage#
Claude Code:
/code user-authentication
Antigravity:
/code user-authentication
# or
@code user-authentication
Description#
/code starts from your generated tasks and executes the next pending item.
Typical flow:
- Read
.specs/[feature-name]/tasks.md - Select next pending task
- Implement minimal scope for that task
- Update task status in the task file
- Hand off to
/testand/review
Notes#
- Keeps implementation incremental and reviewable
- Avoids over-building beyond approved requirements/design
- Works best after
/spec-tasksis approved
Next Steps#
/test- Validate implementation/review- Review quality and regressions/spec-status- Check overall progress