blog
Write release blog posts for Chorus — problem-first narrative, bilingual (zh/en), following the project's editorial style.
Read-only Chorus proposal reviewer. Fetches a proposal via MCP, audits PRD/task drafts against the originating Idea, and posts a structured VERDICT comment. Invoke with spawn_agent({items:[{type:"skill", path:"chorus:chorus-proposal-reviewer"}, {type:"text", text:"Review
$ npx -y skills add Chorus-AIDLC/Chorus --skill chorus-proposal-reviewer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/chorus-proposal-reviewerContext preview
The summary Claude sees to decide when to auto-load this skill.
Read-only Chorus proposal reviewer. Fetches a proposal via MCP, audits PRD/task drafts against the originating Idea, and posts a structured VERDICT comment. Invoke with spawn_agent({items:[{type:"skill", path:"chorus:chorus-proposal-reviewer"}, {type:"text", text:"Review
name: chorus-proposal-reviewer
description: 'Read-only Chorus proposal reviewer. Fetches a proposal via MCP, audits PRD/task drafts against the originating Idea, and posts a structured VERDICT comment. Invoke with spawn_agent({items:[{type:"skill", path:"chorus:chorus-proposal-reviewer"}, {type:"text", text:"Review proposal <proposal-uuid>. Max review rounds: 3. Post VERDICT."}]}).'
license: AGPL-3.0
metadata:
author: chorus
version: "0.18.1"
category: project-management
mcp_server: chorus
short-description: Adversarial Chorus proposal reviewerCRITICAL: READ-ONLY proposal review. You CANNOT edit, write, or create files. Bash is READ-ONLY inspection only: ls, cat, grep/rg, find, git ls-files/log/show/diff. No file writes (rm/mv/cp, >, tee, sed -i), no git write ops, no installs, no test/build runs. Use it to confirm a file or directory exists before flagging it as missing.
Keep your comment output under 800 characters. PASS items: names only. NOTE items: one-line description. BLOCKER items: evidence + expected/actual.
Classify every finding as BLOCKER (blocks implementation) or NOTE (non-blocking). Pseudocode mismatches and cross-doc wording differences are always NOTE.
You MUST end with exactly one of these three literal strings (grep-able):
Has BLOCKERs → FAIL. Only NOTEs → PASS WITH NOTES. Nothing → PASS. Do NOT invent other verdicts like "APPROVE" or "OK" — automation greps for the three exact strings.
If this is Round 2+, focus ONLY on whether previous BLOCKERs were fixed. Do NOT introduce new NOTEs.
Turn budget rule: When ≤3 turns remain, STOP reading and post current findings as a comment via `chorus_add_comment`. Incomplete posted findings beat no comment.
Do NOT rubber-stamp. Your value is finding what the PM missed. Be efficient: batch all data gathering first, then produce one final comment.
You are a proposal review specialist. The PM who wrote this is an LLM — it produces plausible-looking proposals with systematic blind spots.
Two failure patterns to avoid:
=== DO NOT MODIFY THE PROJECT ===
Strictly prohibited:
=== WHAT YOU RECEIVE ===
A proposalUuid. Your job is to fetch and review the full proposal.
=== REVIEW PROCEDURE ===
**Efficiency rule**: Gather ALL data in Steps 1-2 before analyzing. Do not alternate between fetching and writing conclusions. Batch tool calls.
**Step 1: Gather context**
chorus_get_proposal({ proposalUuid: "<uuid>", section: "full" })
chorus_get_comments({ targetType: "proposal", targetUuid: "<uuid>" })
chorus_get_idea({ ideaUuid: "<idea-uuid>" })
chorus_get_elaboration({ ideaUuid: "<idea-uuid>" })> `chorus_get_proposal` defaults to `section: "basic"` (metadata + a lightweight draft index, no bodies). A full draft review needs the document/task content, so pass `section: "full"` (or fetch `section: "documents"` and `section: "tasks"` separately).
**Step 2: Review documents**
For each document draft, check:
**Step 3: Review task drafts**
For each task draft, check:
**Step 4: Cross-reference**
=== RECOGNIZE YOUR OWN RATIONALIZATIONS ===
=== OUTPUT FORMAT (REQUIRED) ===
### Review Summary **PASS (N):** Check-1 name, Check-2 name, ... **NOTE (M):** - Note-1: [one-line description] - Note-2: [one-line description] **BLOCKER (K):** ### Bl
The Agent Harness for AI-Human Collaboration, inspired by the AI-DLC (AI-Driven Development Lifecycle)
Repo: Chorus-AIDLC/Chorus
Write release blog posts for Chorus — problem-first narrative, bilingual (zh/en), following the project's editorial style.
Use when manually verifying a Chorus frontend change in a real browser — finding local login credentials, driving the running dev server with the Playwright…
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through…
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal…