What problem does it solve?
Replaces a multi-step, error-prone setup process with a single guided flow that generates a ready-to-run project scaffold from the previously selected tech stack.
Core Features & Use Cases
- Bootstraps a project from a tech-stack hand-off: reads context/foundation/tech-stack.md, resolves the chosen starter from the starter registry, and prepares the exact CLI invocation to run.
- Scaffolds into your current directory safely: supports three working-directory strategies (scaffold-in-temp-then-merge, scaffold directly into cwd, or clone-with-history-removed) while preserving context/ and protecting existing files via a strict conflict policy.
- Verifies with pre- and post-scaffold checks: runs a light recency check before scaffolding and an optional post-scaffold security audit after scaffolding, then writes an auditable verification log to context/changes/bootstrap-verification/verification.md.
Quick Start
Make sure context/foundation/tech-stack.md exists from /10x-tech-stack-selector, then ask the assistant to bootstrap the project in your current folder.