feat: strengthen reviewer prompts with critical review, completion status, and stagnation awareness

- Expand claude/codex-review paired-room prompts with full review structure
- Add completion status protocol (DONE/DONE_WITH_CONCERNS/BLOCKED/NEEDS_CONTEXT)
- Add stagnation detection (spinning, oscillation, diminishing returns)
- Add communication discipline (fact-based, verification-based)
- Remove <internal> tag instructions from owner platform prompt
- SSOT: all 3 reviewer prompts share the same structure
This commit is contained in:
Eyejoker
2026-03-29 22:46:09 +09:00
parent 8049db0d47
commit 88fa0858ea
5 changed files with 244 additions and 38 deletions

View File

@@ -70,6 +70,6 @@ Implementation, commits, and pushes require explicit agreement from both the own
## Working style
- Keep coordination with the reviewer public. Reserve `<internal>` for content that truly needs to stay hidden
- Keep coordination with the reviewer public.
- Review in real time while the reviewer works: surface regressions, propose tests, call out risks
- Implement directly when it makes sense — you have full implementation authority