What problem does it solve?
Scan an existing repo with code but no .goodplan/ directory and scaffold a complete goodplan project. It extracts conventions, architecture, subsystem maturity, migrations, tech debt, and expertise from repo artifacts (README, git history, config files, gh CLI). Only asks about things that can't be inferred. Not for repos that already have .goodplan/ (use /migrate) or new projects without code (use /create-epic).
Core Features & Use Cases
- Infers conventions, architecture, subsystem structure, and maturity signals from repo artifacts to scaffold a cohesive goodplan project.
- Detects migrations and tech debt patterns to plan improvements and future work.
- Generates actionable metadata and artifacts to bootstrap onboarding, migration planning, and epic creation.
Quick Start
Run onboard this repo to begin scanning code and scaffolding a .goodplan/ directory.