Workflow: Building from Specs

Point a coding agent at your spec and let it build. Connect Claude Code, Codex, Replit, or any MCP-capable coding agent. The agent reads the full spec and builds section by section.

Section Status Workflow

Section statuses guide the build process. Set sections to Approved when they're ready for implementation. The coding agent uses these statuses to know what to build:

ApprovedReady to build — agent should implement this section
ImplementingAgent is currently building this section
ImplementedSection has been fully built

Build Prompts

Open the prompt library and select the Build tab:

  • Build from SpecAgent reads all approved sections and implements the full project end-to-end.

Supaspec Builder Skill

For the best experience with Claude Code, install the Supaspec Builder Skill. This skill teaches the agent to:

  • Read the full spec before starting
  • Update section statuses as it works
  • Self-document changes back to the spec
  • Follow the Generate → Build → Iterate workflow

Connecting Coding Agents

Any MCP-capable coding agent can build from your spec. See MCP Setup for per-tool instructions for Claude Code, Cursor, Codex, Lovable, and Replit.