Plan review gate
Skill a5c-ai/babysitter/library/methodologies/metaswarm/skills/plan-review-gate
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill plan-review-gateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Adversarial plan review by 3 independent reviewers (Feasibility, Completeness, Scope & Alignment) before presenting to user.
SKILL.md
1.3 KB, as published. Nobody here has run it
- Before presenting a plan for user approval
- When validating work unit decomposition quality
Process
- Feasibility Reviewer - Can this plan actually be implemented? Technical viability, resource requirements, timeline reality
- Completeness Reviewer - Does the plan cover everything? Missing edge cases, untested paths, incomplete DoD items
- Scope & Alignment Reviewer - Does the plan match the issue? Scope creep detection, requirement traceability
All 3 must PASS before the plan is presented.
Key Rules
- Reviewers operate independently (no shared context)
- Each provides a binary PASS/FAIL verdict
- Findings include specific references to plan sections
- Failed plans require revision before re-review
Tool Use
Invoke as part of: methodologies/metaswarm/metaswarm-orchestrator (Phase 1b)