The Core Loop
The steps of every engineering iteration. /ce-ideate runs only when you need to find a direction first; the other four run in order per piece of work.
| Skill | Description |
|---|---|
/ce-ideate |
Optional first step: discover grounded directions worth exploring (six frames, tagged basis, adversarial cut) |
/ce-brainstorm |
Define what something should become: one question at a time, ask only decisions, named gap lenses, requirements-only unified plan |
/ce-plan |
Bound execution with guardrails (U-IDs, test scenarios, automatic confidence check). WHAT decisions, not HOW code |
/ce-work |
Execute an implementation-ready plan: figure out the HOW with code in front of you, then ship through quality gates |
/ce-compound |
Close the loop by writing what you learned into docs/solutions/ so the next iteration can read it |