用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/peteromallet/Arnold --skill writing-panel-strict命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | writing-panel-strict |
| description | Adversarial review of prose drafts by N reviewers, then revise. Not for code. |
A multi-reviewer pipeline for rigorous prose revision. Three independent reviewers (pessimist, optimist, structuralist) critique a draft in parallel, a synthesis editor reconciles their feedback into a revision brief, and a revision editor produces the updated draft. A human gate lets you review the result and loop back for another round or stop.
writing-panel-strict is a native-default converted pipeline. Fresh runs
through megaplan run writing-panel-strict ... or
arnold pipelines run writing-panel-strict ... persist runtime ownership in
state.json.runtime_envelope.runtime and state.json.meta.executor. During
the M7 deprecation window, the derived graph remains available as a
compatibility fallback: pass --runtime graph (or the deprecated
--executor graph) for a fresh run that must use the graph executor. Existing
graph-born plan directories keep resuming on graph. Native-born runs resume on
native, and corrupt native cursors fail closed rather than silently falling
back to graph.
| Mode | Description |
|---|---|
polish | Light editing — tighten prose, fix errors, preserve structure |
restructure | Reorganize sections, improve flow, may move content |
provoke | Push the draft to be bolder, more opinionated, less safe |
draft (file, required): Path to the markdown draft to review.# Run with default profile
megaplan run writing-panel-strict path/to/draft.md
# Run with a specific mode
megaplan run writing-panel-strict path/to/draft.md --mode polish
# Run with a specific profile
megaplan run writing-panel-strict path/to/draft.md --profile @writing-panel-strict:standard
# Resume after human gate
megaplan resume <plan-dir> --choice continue
megaplan resume <plan-dir> --choice stop
continue to loop back for another round, or stop to finish.| Profile | Description |
|---|---|
@writing-panel-strict:standard | Default — Claude low-effort for all stages |
@writing-panel-strict:premium | Coming soon — Claude high-effort reviewers |
@writing-panel-strict:cheap | Coming soon — DeepSeek for all stages |