/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:

  1. Read .specs/[feature-name]/tasks.md
  2. Select next pending task
  3. Implement minimal scope for that task
  4. Update task status in the task file
  5. Hand off to /test and /review

Notes#

  • Keeps implementation incremental and reviewable
  • Avoids over-building beyond approved requirements/design
  • Works best after /spec-tasks is approved

Next Steps#