From great_cto
Shared review framework defining mandatory report structure, severity scale, and verdict format for 18+ domain reviewers to eliminate duplication.
How this skill is triggered — by the user, by Claude, or both
Slash command
/great_cto:archetype-review-baseWhen to use
Apply when invoked as ANY domain reviewer: - pci-reviewer, oracle-reviewer, gov-reviewer, healthcare-reviewer, mlops-reviewer, ai-security-reviewer, edtech-reviewer, enterprise-saas-reviewer, insurance-reviewer, regulated-reviewer, marketplace-reviewer, cms-reviewer, devtools-reviewer, library-reviewer, cli-reviewer, data-platform-reviewer, streaming-reviewer, infra-reviewer, firmware-reviewer, game-reviewer, web-store-reviewer, mobile-store-reviewer, db-migration-reviewer, ai-prompt-architect, ai-eval-engineer Do NOT apply when running security-officer general STRIDE — that's a different review tier (cross-domain, fallback for archetypes without a domain reviewer).
docs/**.great_cto/verdicts/**This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Every domain reviewer follows this skeleton. Each reviewer's own
Every domain reviewer follows this skeleton. Each reviewer's own SKILL.md adds the domain heuristics on top. This skill defines the parts that must be IDENTICAL across all reviewers.
A domain review report is a markdown file at
docs/reviews/REVIEW-{slug}-{reviewer}.md. It MUST contain these
sections in this exact order:
# REVIEW-{slug} — {reviewer name}
Reviewed: {commit-sha or file paths or ARCH doc reference}
Standard: {regulation / framework you applied — list specific clauses}
Date: {ISO timestamp}
## Scope
2-3 sentences. What did you look at? What's intentionally out of scope?
## Findings
For each finding, use this exact format:
- **[Critical|High|Medium|Low]** {one-sentence finding title}
- Location: {file:line or component name}
- Rationale: {why this matters IN THIS DOMAIN — cite a regulation or
domain-specific best practice. Generic "could be a problem" is
rejected.}
- Remediation: {specific fix — code change, config change, or
architectural change. NOT "consider adding X" — write the exact change.}
- References: {URL or document section}
Order findings: Critical → High → Medium → Low.
If no findings at a tier, write: "_None at {tier} severity._"
## Verdict
VERDICT: {APPROVED|BLOCKED} reason="{specific reason}"
Severity is graded against THIS DOMAIN's regulatory or correctness baseline, not generic STRIDE severity. Examples:
Cite the standard in Rationale. If you can't, the finding is probably generic and should be reduced one severity tier (the security-officer agent handles generic concerns).
VERDICT: APPROVED is allowed only when ALL Critical and ALL High
findings have remediation in the bd backlog. (Use
bd ready --label {your-archetype} to check.)VERDICT: BLOCKED is required when even one Critical or High has no
remediation, OR when discovery surfaced an unknown that you couldn't
resolve.You are the SPECIALIST. Your job is the domain-specific stuff that generic STRIDE / OWASP misses. Decision rule:
| The check is about… | Belongs to |
|---|---|
| Card data, PCI scope, idempotency in payments | pci-reviewer |
| Oracle staleness, MEV, contract upgradeability | oracle-reviewer |
| PHI flows, BAA chain, FHIR/HL7 | healthcare-reviewer |
| Generic XSS, SQLi, weak hashing, secrets in source | security-officer (NOT you) |
| Generic "needs error handling" | senior-dev / code-reviewer (NOT you) |
If a finding is generic, mention it briefly but DON'T inflate severity. Defer to the appropriate generic reviewer.
Before emitting VERDICT: BLOCKED, apply the skeptical-triage skill
(3 rounds of self-challenge). False-positive BLOCKED at gate:plan wastes
CTO time. Only block when 3/3 rounds confirm.
After writing your report, append ONE line to your verdict log:
{ISO-ts} {APPROVED|BLOCKED} feature={slug} review=docs/reviews/REVIEW-{slug}-{reviewer}.md criticals={N} highs={M} mediums={K} cost=${USD}
The board's readVerdicts() parser anchors on the leading timestamp.
Format MUST be space-separated; pipe-separated form parses as
verdict='|' and breaks the pipeline status display.
prose-styleEscalate to security-officer (not just BLOCK) when:
Escalation: create a bd task with label security-officer and
blocks your review verdict.
Before writing your verdict line, grep your draft for:
\b(generally|somewhat|fairly|mostly|possibly|perhaps|maybe)\b — rewriteIf any check fires in a non-quoted block, fix before signing off.
npx claudepluginhub avelikiy/great_ctoRuns parallel specialized reviewers (deep-reviewer, devil-advocate, fact-checker, tone-guardian, structure-analyst) with presets for content, strategy, code, security, and academic review. Merges findings through a consensus gate.
Runs parallel reviews from 6 reviewers (security, UX/DX, external Codex/Gemini CLIs, domain experts) on code, plans, or requirements for quality gates. Invoke via /review --mode code/plan/clarify.
Walks through a structured interview to customize the review molecule, producing a review-standards.md configuration document for atom loading, severity, report format, scope, insight capture, and health logging.