What problem does it solve?
Scaffold helps you rapidly create a greenfield project foundation that an AI agent can extend consistently, without you manually deciding architecture, guard rails, and harness conventions up front.
Core Features & Use Cases
- Architecture-focused derivation: Converts your high-level intent into concrete architecture decisions via an interview-driven chain.
- Agent harness initialization: Generates CLAUDE.md plus related harness structure (rules/skills/hooks intent) so future coding sessions follow consistent project conventions.
- Vertical slice exemplar + test infrastructure: Produces an extendable baseline (structure, example flow, and testing setup) that agents can reuse as the “source of truth” for subsequent features.
Quick Start
Start the scaffold flow by asking your agent to run scaffold for a new greenfield project: "scaffold a new project foundation for {your goal}, including architecture decisions and an AI harness."