Loading...
Loading...
Validate a plan or spec before implementation using multi-model council. Answer: Is this good enough to implement? Triggers: "pre-mortem", "validate plan", "validate spec", "is this ready".
npx skill4agent add boshu2/agentops pre-mortemPurpose: Is this plan/spec good enough to implement?
/council validate/pre-mortem # validates most recent plan
/pre-mortem path/to/PLAN.md # validates specific plan
/pre-mortem --quick path/to/PLAN.md # fast inline check, no spawning
/pre-mortem --deep path/to/SPEC.md # 4 judges with plan-review preset
/pre-mortem --mixed path/to/PLAN.md # cross-vendor (Claude + Codex)
/pre-mortem --preset=architecture path/to/PLAN.md # architecture-focused review
/pre-mortem --explorers=3 path/to/SPEC.md # deep investigation of plan
/pre-mortem --debate path/to/PLAN.md # two-round adversarial reviewls -lt .agents/plans/ 2>/dev/null | head -3
ls -lt .agents/specs/ 2>/dev/null | head -3if command -v ao &>/dev/null; then
ao search "plan validation lessons <goal>" 2>/dev/null | head -10
fi/council/council --deep --preset=plan-review validate <plan-path>missing-requirementsfeasibilityscopespec-completeness--deep/council --quick validate <plan-path>/council --mixed --preset=plan-review validate <plan-path>/pre-mortem --preset=architecture path/to/PLAN.md--preset/council --deep --preset=plan-review --explorers=3 validate <plan-path>/pre-mortem --debate/council| Council Verdict | Pre-Mortem Result | Action |
|---|---|---|
| PASS | Ready to implement | Proceed |
| WARN | Review concerns | Address warnings or accept risk |
| FAIL | Not ready | Fix issues before implementing |
.agents/council/YYYY-MM-DD-pre-mortem-<topic>.md# Pre-Mortem: <Topic>
**Date:** YYYY-MM-DD
**Plan/Spec:** <path>
## Council Verdict: PASS / WARN / FAIL
| Judge | Verdict | Key Finding |
|-------|---------|-------------|
| Missing-Requirements | ... | ... |
| Feasibility | ... | ... |
| Scope | ... | ... |
## Shared Findings
- ...
## Concerns Raised
- ...
## Recommendation
<council recommendation>
## Decision Gate
[ ] PROCEED - Council passed, ready to implement
[ ] ADDRESS - Fix concerns before implementing
[ ] RETHINK - Fundamental issues, needs redesignao ratchet record pre-mortem 2>/dev/null || true/plan epic-123
│
▼
/pre-mortem ← You are here
│
├── PASS → /implement
├── WARN → Review, then /implement or fix
└── FAIL → Fix plan, re-run /pre-mortem/pre-mortem .agents/plans/2026-02-05-auth-system.md/pre-mortem --mixed .agents/plans/2026-02-05-auth-system.md/pre-mortem --preset=architecture .agents/specs/api-v2-spec.md/pre-mortem.agents/plans/skills/council/SKILL.mdskills/plan/SKILL.mdskills/vibe/SKILL.md