Commit Graph

7 Commits

Author SHA1 Message Date
Stefano Fiorini
d2970b06bd feat(create-plan): add iterative cross-model plan review and Cursor variant
Add a configurable reviewer phase to all create-plan variants (claude-code,
codex, opencode) that sends the plan to a second CLI/model for iterative
feedback (max 5 rounds). Supported reviewer CLIs: codex, claude, cursor.

Add new Cursor Agent CLI variant with full skill, templates, and
workspace-discovery-based prerequisites (.cursor/rules/).

Update README and docs/CREATE-PLAN.md with Cursor install/verify,
reviewer CLI requirements, and supported reviewer CLIs table.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 13:58:11 -06:00
492732955c docs(create-plan): normalize OpenCode paths to ~/.config/opencode 2026-02-11 17:58:39 +00:00
d866b38f18 Harden OpenCode create-plan using native superpowers skill-tool flow 2026-02-09 16:16:54 +00:00
efb1a80aac Harden Claude create-plan with explicit sub-skill and plan-mode guards 2026-02-09 16:13:47 +00:00
2988d8fb27 Make Codex create-plan use explicit superpowers commands 2026-02-09 15:36:26 +00:00
0418fe47fa Move install instructions into per-skill docs and remove single INSTALL doc 2026-02-09 05:08:56 +00:00
9ddc17b228 Add docs index and per-skill docs, link from main README 2026-02-09 05:06:13 +00:00