
from ai-helpers24
Run a six-specialist reviewer panel on an Architectural Decision Record (ADR) and produce a consolidated PDF report and PPTX slide deck to surface risks, recomm
This skill orchestrates six specialist reviewer subagents (context, technical, operational, security, cost, consequences) to audit an Architectural Decision Record (ADR). It normalizes input (Markdown or .docx), runs parallel reviewers, collects human-in-the-loop judgments, synthesizes findings, and emits a detailed PDF report plus a scannable PPTX deck. The output highlights top risks, tensions between reviewers, and concrete remediation suggestions.
Invoke when you need structured, multi-perspective feedback on architecture proposals, design docs, RFCs, or ADRs—especially for decisions with production impact, compliance concerns, or long-term consequences. Use on drafts for formative feedback or on finalized ADRs for risk audits.
references/ (references/reviewer_prompts.md, report_templates.md). The skill describes how to spawn six parallel subagents and collect structured findings.Designed for agent platforms that support spawning subagents and document generation (Claude Code, Cursor, Gemini Gems, and similar frameworks).
ADR Review Panel skill defines a six-specialist reviewer panel workflow for architectural decision records. No bundled scripts — the skill is purely instructional via SKILL.md. Extremely well-documented with clear steps, structured output formats, human-in-the-loop review, and edge case handling. References external prompt templates and report styling files.
Pure markdown skill with no executable scripts. High-quality instructions with detailed workflow, structured findings format, and human-in-the-loop correction step. Well-separated concerns with references/ directory.