Singletrack

Software Delivery Process

Phase 3: Architect (Spec Generation)

After strategy selection, the Architect converts planning into precise executable design.

Create:

  • specs/SPC-XX-spec.md

Input artifacts:

  • Refined intent (INT-XX)
  • Discovery report (DIS-XX)

The spec must define:

  • Exact file paths
  • Function signatures
  • Data structures
  • Ordered implementation steps
  • Gate-level verification expectations

The Builder should be able to execute the spec blindly without inventing missing details.