workflow/Implementation/1–4 hours

Ship one vertical feature slice

Implement a settled behavior through the existing architecture with a short feedback loop and controlled scope.

Use when

A specification exists and you want progress that can be reviewed and shipped independently.

Outcome

A useful end-to-end behavior that is integrated, checked, and ready for manual product verification.

The sequence

4 deliberate steps

  1. 01

    Choose the tracer bullet

    Select the smallest slice that crosses every required system layer.

    Open prompt
  2. 02

    Find the local conventions

    Understand nearby ownership, naming, state, errors, tests, and styling before editing.

    Open prompt
  3. 03

    Implement with a tight loop

    Build only the agreed behavior and verify it at the most stable seam.

    Open prompt
  4. 04

    Review before handoff

    Check intent, forgotten states, integration points, and accidental scope.

    Open prompt
All workflows