A lightweight system to run projects with just enough planning + clear execution.
- Sets up a minimal planning structure
- Adapts to existing repos instead of overwriting them
- Keeps work tracked through simple stories
- Avoids process bloat
Repo mode
- Bootstrap → new or empty repo
- Existing → adapt what’s already there
Interaction mode
- Guided → asks a few key questions
- Fast-path → assumes and proceeds
- Don’t replace working systems
- Plan only what’s needed
- No work without a tracked story
- Risk decides how much rigor is needed
planning/
vision.md
bookkeeping.md
story-management.md
testing-strategy.md
design-direction.md
stories/
index.md
- Start with a story
- Move it → doing
- Implement
- Verify
- Record result
- Move to done
- L1: docs / planning
- L2: simple UI
- L3: logic / integrations
- L4: critical work
- Don’t duplicate systems
- Don’t overwrite existing structure
- Respect canonical docs if they exist
- Keep everything minimal
- Real projects where you want structure
- AI-assisted builds where things can drift
- Quick throwaway work
Plan a little. Track everything. Don’t overcomplicate.