← ClaudeAtlas

vibe-scaffoldlisted

Convert validated planning, architecture, and technical detail into repository bootstrap artifacts that downstream execution agents can build from without hallucinating.
Gladisintelligible706/vibe-driven-dev · ★ 0 · AI & Automation · score 66
Install: claude install-skill Gladisintelligible706/vibe-driven-dev
# Vibe Scaffold ## Purpose Turn trusted design artifacts into the repository bootstrap files required for safe execution. This stage is where the framework stops describing the build abstractly and produces the concrete files that guide implementation systems such as Spec-Kit and coding agents. ## Primary Worker Delegate the file generation work to `bootstrap-writer`. ## Required Checks 1. Confirm the project has completed `vibe-detail`. 2. Verify the architecture and technical detail artifacts are present and internally consistent. 3. Refuse to scaffold if the project would generate contradictory bootstrap files. ## Expected Output - A grounded PRD and repository bootstrap set. - No placeholder content in generated artifacts. - Clear continuity into `vibe-qa`.