multi-agent-plan-qa

Audit and harden plans with four domain-grounded review roles and readiness scoring.

Updated Jun 29, 2026
One-click install
npx skills add https://github.com/thorsenk/skills --skill multi-agent-plan-qa-thorsenk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: multi-agent-plan-qa
Source: https://github.com/thorsenk/skills/tree/main/skills/multi-agent-plan-qa
Command: npx skills add https://github.com/thorsenk/skills --skill multi-agent-plan-qa-thorsenk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Plans often reach execution with hidden ambiguity, missing context, infeasible steps, or unvalidated risks. This Skill runs a rigorous, project-read-only QA audit or bounded hardening pass on a plan before execution, producing a readiness score, severity-ranked findings, and exact patch language. ## Core Features & Use Cases - Four-Role Review Coverage: Every audit covers Context Completeness, Ambiguity and Requirements, Feasibility and Integration, and Risk/Validation/Execution Readiness, either via spawned subagents or local review. - Domain Grounding Brief: Builds a provisional brief of domain facts, inferences, assumptions, constraints, and credible validation methods so reviews stay grounded in the plan's actual domain rather than defaulting to software practices. - Conservative Scoring and Verdicts: Computes median role scores with severity caps, confidence caps for inferred or missing coverage, and verdicts like Hold, Proceed with edits, or Proceed. - Use Case: Before kicking off a product rollout, ask for an independent QA audit of the rollout plan and receive a readiness score, consensus blockers, exact Replace/Add/Delete patches, and a done-when checklist. ## Quick Start Use multi-agent-plan-qa to audit the attached rollout plan and give me a readiness score with exact patches for any blockers.

Frequently Asked Questions about multi-agent-plan-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a plan before execution with AI?▼

Invoke the skill in QA mode against a specific plan target such as a file, draft, or ticket. It builds a domain grounding brief, applies four review roles, and returns a readiness score, severity-ranked findings, and exact patch language.

What does a multi-agent plan review cover?▼

Every review covers four roles: Context Completeness, Ambiguity and Requirements, Feasibility and Integration, and Risk, Validation, and Execution Readiness. Roles can run as spawned subagents or locally, with a quorum of three completed roles required for full confidence.

Can it review non-software plans like research or rollout plans?▼

Yes. The domain grounding brief adapts review criteria to the plan's actual domain, using relevant briefs, policies, datasets, protocols, and decision records instead of defaulting to software engineering practices.

Does the plan audit modify my project files?▼

No. The skill is strictly project-read-only: it never edits files, commits, deploys, or mutates external systems. It proposes plan changes as exact patches in the response and removes temporary coordination artifacts after synthesis.

When should I not use multi-agent plan QA?▼

Do not use it for code-diff review, implementation work, or open-ended project audits that do not target a specific plan. It is designed for bounded pre-execution review of one clearly identified plan.