What problem does it solve?
It helps users start a new software project from scratch by systematically gathering vision, defining requirements, and creating a detailed roadmap, eliminating guesswork and disorganized planning.
Core Features & Use Cases
- Setup: Initializes a Git repository and creates a
.planning/ directory for project artifacts.
- Brownfield detection: Offers to map existing codebases before proceeding.
- Deep questioning: Conducts an interactive conversation to extract the project's vision and goals.
- Optional research: Can spawn parallel researchers to explore domain stacks, features, architecture, and pitfalls.
- Requirements definition: Generates
REQUIREMENTS.md with scoped v1 features and future considerations.
- Roadmap creation: Produces a phased roadmap with success criteria.
- State initialization: Creates
STATE.md to store ongoing project memory.
Quick Start
Run the new‑project command to interactively define your project's vision, requirements, and roadmap.