← ClaudeAtlas

scaffoldlisted

Generates a complete project code skeleton from the PRD with full traceability to specifications. This skill should be used when the user asks to "generate project scaffolding", "scaffold the codebase", "create the code skeleton", "generate the project structure", "run Stage 3", or "scaffold from PRD", or when the transmute-pipeline agent reaches Stage 3 of the pipeline.
masterleopold/transmute-framework · ★ 4 · AI & Automation · score 78
Install: claude install-skill masterleopold/transmute-framework
# Transmute Scaffold — Stage 3: Project Code Skeleton Generation Lead a multi-agent code generation project to produce a complete, development-ready project scaffolding from the existing PRD, with full traceability back to PRD specifications, BRD requirements, and the original Business Plan. Read the detailed guide at `${CLAUDE_SKILL_ROOT}/references/scaffold-detailed-guide.md` for the complete teammate instructions, code generation guidelines, rules-templates processing, and coordination protocol. ## Critical Framing: Full-Build Approach This scaffolding covers the COMPLETE product. Every feature, every screen, every API endpoint, every data entity described in the PRD is scaffolded in this pass. There is no "scaffold the MVP now and add more later." The resulting codebase must be architecturally complete so that the Feature Implementation Orchestrator (Stage 5) can fill in business logic systematically across all features. ## Prerequisite Checks Before proceeding, verify ALL of these conditions. Stop with a clear error message if any fail. 1. Verify `./plancasting/prd/` directory exists and contains markdown files. If missing: STOP — "Stage 3 requires completed PRD. Run Stages 1-2 first." 2. Verify `./plancasting/brd/` directory exists and contains markdown files. If missing: STOP — "Stage 3 requires completed BRD. Run Stage 1 first." 3. Verify `./plancasting/tech-stack.md` exists. If missing: STOP — "Stage 3 requires plancasting/tech-stack.md. Run Stage 0 first." 4.