Main
- Compounding mindset: prioritizes planning/review so the codebase becomes easier over time.
- Concrete slash commands: documents commands like
/ce-planand/ce-code-reviewfor repeatable rituals. - Plugin packaging: publishes an npm package and repo workflow so teams can standardize installs.
- Knowledge capture: emphasizes codifying local knowledge into artifacts instead of burying it in chat history.
FAQ
- Is it only for Claude?: It targets Claude Code/Codex-style agent workflows; the underlying checklists can be reused elsewhere.
- How do I start?: Begin with /ce-plan on a small feature, then run /ce-code-review before shipping.
- Why does this help quality?: Consistent planning and reviews reduce regressions and make later changes cheaper.