Skip to content

feat: add /gsd:review cross-AI peer review command#925

Open
ashanuoc wants to merge 1 commit intogsd-build:mainfrom
ashanuoc:feat/cross-ai-review
Open

feat: add /gsd:review cross-AI peer review command#925
ashanuoc wants to merge 1 commit intogsd-build:mainfrom
ashanuoc:feat/cross-ai-review

Conversation

@ashanuoc
Copy link

@ashanuoc ashanuoc commented Mar 3, 2026

Summary

  • Add /gsd:review command that invokes external AI CLIs (Gemini, Claude, Codex) to independently review phase plans
  • Produces structured REVIEWS.md with per-reviewer feedback sections (YAML frontmatter + Summary/Strengths/Concerns/Suggestions/Risk Assessment)
  • Add --reviews flag to /gsd:plan-phase to incorporate review feedback into planning
  • 11 new tests, all 549 tests passing

Test plan

  • npm test — all 549 tests pass (0 failures)
  • review check-cli returns JSON with CLI availability
  • review build-prompt --phase N creates prompt file
  • review write-reviews --phase N writes REVIEWS.md
  • init review N returns phase info with cli_available
  • init plan-phase N includes has_reviews when REVIEWS.md exists

Add a new command that invokes external AI CLIs (Gemini, Claude, Codex)
to independently review phase plans and produces a REVIEWS.md document
that can be fed back into planning via --reviews flag.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ashanuoc ashanuoc requested a review from glittercowboy as a code owner March 3, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant