一键导入
epic-blitz
Three-round adversarial critique of epic drafts (high / mid / low abstraction) with revision after each round. Produces a chain-ready revised epic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Three-round adversarial critique of epic drafts (high / mid / low abstraction) with revision after each round. Produces a chain-ready revised epic.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the canonical Megaplan planning pipeline from its Arnold plugin home.
Launch one durable, mutation-authorized meta-fixer to repair a failed automated fixer and its missed backstop, retrigger ordinary repair, and prove the identified epic or session advances. Use when a watchdog, repair loop, meta-repair loop, or progress auditor ran or should have run but the real chain stayed stuck, repeated stale evidence, claimed false success, or failed to self-correct. Invoke with `--target "EPIC_OR_SESSION_TEXT"`.
Launch an external model as a subagent for a second opinion, adversarial review, or delegated work. Default pathway is an agentic DeepSeek / Kimi / Zhipu GLM hermes subagent (file/web/terminal tools, one process or fanned out N-wide); also Codex (GPT-5.5) and Claude via the Agent tool. Use for independent root-cause analysis, cross-checking your reasoning, judge/jury panels, or handing implementation to a different model.
Scaffold a new Arnold native-first pipeline package from the _template skeleton.
Adversarial review of prose drafts by N reviewers, then revise. Not for code.
Survey every place loose work hides in a git repo — starting with the current checkout's own uncommitted/untracked/unpushed work, then local branches, all worktrees (`.megaplan-worktrees`, `.megaplan/bakeoffs/*`, agent-tool worktrees), stashes, detached HEADs, interrupted rebases/merges, submodules, remote branches on origin and other remotes, fork PR refs, sibling repo variants, other clones of this repo elsewhere on disk, the megaplan-cloud machine (Hetzner box) and every workspace on it, and GitHub Codespaces — classify each as land-on-main / delete / parked with reasoning, and act only on explicit per-item approval. Use when the user says "clean up loose branches", "prune branches", "what branches can I delete", "clean up worktrees", "review my stashes", "what's lying around in this repo", or asks for branch / worktree / stash housekeeping.
| name | epic-blitz |
| description | Three-round adversarial critique of epic drafts (high / mid / low abstraction) with revision after each round. Produces a chain-ready revised epic. |
A three-round pipeline for rigorous epic critique and revision. Fifteen
independent critics across three abstraction levels (high, mid, low) review
the epic in panels of five. After each panel, a senior reviser adjudicates
the findings — accepting, rejecting, deferring, clarifying, or escalating —
and produces a revised epic. The final readiness stage assesses whether the
epic is ready for megaplan chain decomposition into milestone briefs.
Use Epic Blitz when:
megaplan chain.Do NOT use Epic Blitz for:
writing-panel-strict for that).draft (file, required): Path to the epic markdown draft to review.# Run with default profile
megaplan run epic-blitz path/to/epic.md
# Run with explicit inputs flag
megaplan run epic-blitz --inputs draft=path/to/epic.md
# Run with a specific profile
megaplan run epic-blitz path/to/epic.md --profile @epic-blitz:standard
Epic Blitz runs three critique-and-revision rounds, each at a different abstraction level:
existing_system_reuse — does the repo already solve this?conceptual_fit — does this belong in megaplan's model?missing_abstraction — is there a shared abstraction opportunity?epic_decomposition — are milestones sliced correctly?strategic_risk — is this solving the right problem?codebase_convention_fit — does the approach match existing patterns?data_artifact_model — are files and schemas shaped correctly?orchestration_semantics — do phase transitions and failures make sense?agent_model_assignment — are the right models on the right jobs?blast_radius — what could regress?implementation_feasibility — can an agent execute without guessing?testability — are concrete tests specified?edge_cases — what about empty findings, malformed output, interrupted runs?cli_ux_details — are names, flags, and errors clear?migration_backcompat — does this preserve existing behavior?After a successful run, the plan directory contains:
<plan_dir>/
├── high_panel/
│ ├── existing_system_reuse/v1.md
│ ├── conceptual_fit/v1.md
│ ├── missing_abstraction/v1.md
│ ├── epic_decomposition/v1.md
│ └── strategic_risk/v1.md
├── high_revise/v1.md
├── mid_panel/
│ ├── codebase_convention_fit/v1.md
│ ├── data_artifact_model/v1.md
│ ├── orchestration_semantics/v1.md
│ ├── agent_model_assignment/v1.md
│ └── blast_radius/v1.md
├── mid_revise/v1.md
├── low_panel/
│ ├── implementation_feasibility/v1.md
│ ├── testability/v1.md
│ ├── edge_cases/v1.md
│ ├── cli_ux_details/v1.md
│ └── migration_backcompat/v1.md
├── readiness/v1.md
└── state.json
The terminal artifact is readiness/v1.md — the final revised epic with a
chain-readiness assessment.
| Profile | Description |
|---|---|
@epic-blitz:standard | Default — Claude low-effort for all 15 critics and 3 revisers |