원클릭으로
review
Independent artifact review via sub-agent delegation. Evaluates completeness, consistency, and quality with severity classification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Independent artifact review via sub-agent delegation. Evaluates completeness, consistency, and quality with severity classification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Drives task-by-task execution from an approved plan with quality gates between each task. Reads the plan, finds the next incomplete task, dispatches implementation, validates, updates progress, and continues. Use after a plan is approved and the user says "go", "start building", "execute the plan", or "implement the feature".
Enforces test-driven development: write failing test, write minimal code to pass, refactor. Mandatory for all implementation work. Use when writing any production code, implementing features, fixing bugs, refactoring, or when the user says "write code", "implement", "fix this", or "add a feature". Code written before its test is deleted.
Configure Sage preset and project settings. Switch between base, startup, enterprise, or opensource constitution presets. Use when the user says "configure sage", "change preset", or "sage settings".
Preserves and restores context across agent sessions using plan file checkboxes as source of truth. Use when starting a new session, resuming previous work, ending a session, or when the user says "continue from last time", "what was I doing", or "save progress".
Architecture Decision Records, System spec, Milestone plan
Brief (medium+ tasks), Spec, Implementation plan
| name | review |
| description | Independent artifact review via sub-agent delegation. Evaluates completeness, consistency, and quality with severity classification. |
| disable-model-invocation | true |
RULES (apply to every step — non-negotiable):
Review an artifact with independent evaluation via sub-agent delegation.
If not specified, scan .sage/work/ and .sage/docs/ for recent
artifacts. Present them:
Sage: Available for review:
[1] .sage/work/20260316-checkout/brief.md (updated today) [2] .sage/work/20260316-checkout/spec.md (updated today) [3] .sage/docs/ux-audit-homepage.md (updated yesterday)
Which artifact should I review?
If the user specifies an artifact, proceed directly.
Before delegating, gather three pieces of information:
.sage/decisions.md.
The quality criteria are in that skill's ## Quality Criteria section
(look in sage/skills/[skill]/SKILL.md or sage/core/workflows/[workflow].workflow.md)Delegation is MANDATORY when Task tool is available. Do NOT skip delegation because:
If Task tool is NOT available (e.g., Antigravity platform), proceed with self-review but announce it: "Sage: Task tool not available. Performing self-review — note this is not independent evaluation. Consider a fresh-session /review for critical artifacts."
Tell the user: "Sage: Delegating to a review sub-agent for independent evaluation. The reviewer gets a fresh context window without my reasoning from this session."
Use the Task tool to spawn a sub-agent with this prompt:
You are independently reviewing a Sage project artifact. You were
NOT involved in producing this work — evaluate it with fresh eyes.
CONTEXT PACKAGE:
1. PERSONA: Read sage/core/agents/reviewer.persona.md for mindset.
2. ARTIFACT: Read the artifact at: [ARTIFACT PATH]
3. CRITERIA: Read quality criteria from: [SKILL/WORKFLOW PATH],
section titled "## Quality Criteria"
4. DECISIONS: Read .sage/decisions.md for last 5 entries.
5. LEARNINGS: Call sage_memory_search(query: "[MEMORY QUERY]", limit: 5)
If this tool is not available, check .sage-memory/ folder.
EVALUATE the artifact against EACH quality criterion specifically.
CLASSIFY each finding by severity:
- CRITICAL: Blocks proceeding. Must fix before next step.
- MAJOR: Significant gap. Should fix before next step.
- MINOR: Improvement opportunity. Can fix later.
PRESENT YOUR REVIEW AS:
## Review: [artifact name]
### Critical Issues
[If none, say "None found." Do not omit this section.]
### Major Issues
[If none, say "None found." Do not omit this section.]
### Minor Issues / Improvements
[Specific observations with suggested actions]
### Strengths
[Specific observations — not generic praise]
### Verdict
PASS — ready to proceed [minor notes if any]
NEEDS REVISION — [specific items to address, with severity]
FAIL — [significant gaps, recommend returning to earlier step]
Share the sub-agent's review with the user.
Critical findings block approval. If the review contains CRITICAL issues, do NOT present [A] Accept as the first option:
Sage: Review found critical issues that must be addressed: [critical findings summary]
[R] Address critical issues first [D] Discuss — let's talk about specific findings [A] Accept anyway — I understand the risks
If no critical issues:
Sage: Review complete. [verdict summary]
[A] Accept findings — proceed with suggested next step [R] Revise — I'll address the issues found [D] Discuss — let's talk about specific findings
Append review findings to .sage/decisions.md.
$ARGUMENTS