Context
Opened RFC PR: #12
This proposes an opt-in --quick mode that keeps default full HTML generation unchanged, while adding a JSON-spec + static-renderer path with fallback to full mode.
Proposal scope
- Preserve default behavior (no flag = current full workflow)
- Add
--quick for:
/generate-web-diagram
/diff-review
/plan-review
/project-recap
- Fallback to full mode when quick mode fails or is not a fit
- Keep quick output intentionally condensed
Current benchmark/parity signals
- Baseline avg: 165.17s
- Quick v2 avg: 31.42s (~81% faster)
- Estimated output tokens: 7809 -> 1295 (~83% reduction)
- Parity verdict: PASS++++
Feedback requested
Exit criteria