What problem does it solve?
Designs a clear, testable implementation plan when a feature or change is requested and no existing spec exists, reducing ambiguity and wasted engineering cycles.
Core Features & Use Cases
- Codebase scan and discovery: Automatically inspect repository entry points, recent changes, types, and tests to ground design decisions.
- Approach generation and selection: Produce 2–3 viable implementation approaches with pros, cons, file impact estimates, and a single recommended approach.
- Spec authoring and validation: Write a concise .godmode/spec.md with a shell-command success criterion, verify referenced paths, and commit the spec under project rules.
- Use Case: When asked to add a new API endpoint, produce a spec that lists files to modify/create, a concrete testable success command, and mitigation for top risks.
Quick Start
Ask the agent: /godmode:think with a one-sentence goal and receive a validated .godmode/spec.md ready for commit.