What problem does it solve?
init-project helps you avoid fragile throwaway starts when a new idea needs real structure, clear stack decisions, and a maintainable foundation. It guides greenfield work from discovery into a recorded architecture, a first working slice, and a clean handoff to the normal build loop.
Core Features & Use Cases
- Trigger gate for the right kind of work: Distinguishes real repo starts from scripts, spikes, and one-off throwaways so the right level of ceremony is applied.
- Foundation before implementation: Records the business value, architecture rationale, and golden-path reference before any skeleton is built.
- Walking skeleton orchestration: Directs the creation of a minimal end-to-end slice and hands execution to the existing work loop.
- Use case: A team starting a new service, library, or internal platform uses this skill to turn an idea into a structured repository with decisions captured and a maintainable first slice in place.
Quick Start
Use the init-project skill to turn a brand-new product idea into a structured repository with documented foundation decisions and a walking skeleton.