/code

Implement a plan without the testing phase.

Syntax

/code:no-test [plan]

Workflow Steps

StepDescriptionOutput
Step 0Plan detection & phase selection✓ Step 0: [Plan] - [Phase]
Step 1Analysis & task extraction✓ Step 1: Found [N] tasks
Step 2Implementation✓ Step 2: Implemented [N] files
Step 3Code review✓ Step 3: Code reviewed - [0] critical issues
Step 4User approval (blocking)✓ Step 4: User approved
Step 5Finalize (status, docs, commit)✓ Step 5: Finalize complete

Key Differences from /code

Feature/code/code
TestingYesNo
Code ReviewYesYes
User ApprovalYesYes

When to Use

  • Rapid prototyping
  • Non-critical code changes
  • When tests will be added later
  • Time-constrained iterations

Mandatory Subagents

  • Step 3: code-reviewer
  • Step 5: project-manager, docs-manager

Blocking Gates

  • Step 3: Critical issues must be 0
  • Step 4: User must explicitly approve

Key Takeaway: Use /code:no-test for faster implementation cycles when testing can be deferred.