scaffold

Generates a complete project code skeleton from PRD specifications with full traceability.

4|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/VoxTechnologies/transmute-framework --skill scaffold-voxtechnologies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/VoxTechnologies/transmute-framework/tree/main/skills/scaffold
Command: npx skills add https://github.com/VoxTechnologies/transmute-framework --skill scaffold-voxtechnologies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning a finished PRD into a working codebase structure is slow and error-prone: teams over-generate files, mismatch the auth provider, miss schema indexes, or lose traceability between specifications and code. This Skill automates Stage 3 of the Transmute Plan Casting pipeline by coordinating a multi-agent team that scaffolds the entire product — every screen, API endpoint, and data entity — directly from the PRD. ## Core Features & Use Cases - Multi-Agent Code Generation: Spawns five specialized teammates covering backend schema and functions, frontend pages and routing, UI components and design tokens, feature flags and config, and testing plus CI/CD. - Full PRD Traceability: Every generated file carries @traces comments linking back to PRD screen specs, API specs, and data model entities, with a scaffold manifest mapping components to pages and hooks to backend functions. - Prerequisite Gating and Recovery: Validates PRD, BRD, tech-stack.md, spec validation reports, and credentials before running, and supports session recovery to resume interrupted scaffolding without regenerating complete files. - Use Case: After completing Stages 0-2B of the Transmute pipeline, run Stage 3 to produce a development-ready Next.js/Convex (or stack-specific) codebase with tests, CI/CD workflows, ARCHITECTURE.md, and populated CLAUDE.md rules, ready for Stage 5 feature implementation. ## Quick Start Ask the agent to generate the project scaffolding from the completed PRD in plancasting/prd/ using the tech stack defined in plancasting/tech-stack.md.

Frequently Asked Questions about scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate project scaffolding from a PRD automatically?

Run Stage 3 of the Transmute pipeline after completing Stages 0-2B. The skill reads plancasting/prd, plancasting/brd, and tech-stack.md, then spawns five specialized agents to generate backend functions, pages, components, tests, and CI/CD with full PRD traceability.

What prerequisites are required before running the scaffold stage?

You need a completed PRD and BRD in plancasting/, a populated tech-stack.md, a PASS or CONDITIONAL PASS spec validation report from Stage 2B, and valid red-tier pipeline credentials in .env.local with no placeholder values.

Does the scaffold skill support stacks other than Convex and Next.js?

Yes. The examples use Convex plus Next.js, but plancasting/tech-stack.md is the authoritative source. All backend, frontend, auth, and schema patterns are adapted to whatever stack that file specifies, including API-only products with no frontend.

How do I resume an interrupted scaffolding run?

The skill checks which files already exist, whether _codegen-context.md and _progress.md were created, and whether ARCHITECTURE.md exists. It resumes from the earliest incomplete phase and only respawns teammates whose assigned files are missing or incomplete.

What causes scaffolding to fail the Stage 3 gate?

The gate fails when PRD coverage falls below 80 percent, CLAUDE.md Part 2 is not populated, _progress.md is missing, or required output files are absent. Coverage of 95 percent or higher passes, and 80 percent or higher yields a conditional pass.