From ai-dev-harness
生成済みの技術調査レポート(research-writeup が出力したHTML/データ)に対する修正依頼を、内容に応じて適切なエージェントに振り分けるスキル。文言の直し・誤字・トーン・簡潔化など軽い修正は安いモデルの report-copyeditor に、図解の改善・レイアウト/スタイル変更・セクション再構成など重い修正は少し性能の高い report-reviser に委譲する。「レポートを修正したい」「この文言を直して」「図解を改善して」「ここを書き換えて」「レイアウトを変えて」「表現を簡潔に」といった依頼で使う。新たな事実の調査が必要な修正は revision ではなく candidate-researcher の深掘りに回す。Claude Code 環境での利用を前提とする。
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-dev-harness:report-revisionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
生成済みレポートへの修正依頼を分類し、コストと能力の釣り合う担当に委譲する。
生成済みレポートへの修正依頼を分類し、コストと能力の釣り合う担当に委譲する。
research-writeup が出力した成果物一式:
*.htmldata.json(可能な限りこちらを直して再生成する)render.py(スタイル・図解の定義)修正は原則 data.json を直して render.py で再生成 する。スタイル・図解自体を変える場合のみ render.py を編集する。
依頼を読み、次のどれかに振り分ける。
文言・誤字・言い回し・トーン・簡潔化・語順・ラベル表記など、意味や事実を変えないテキスト修正。
claim / interpretation / options_note などの文字列だけを編集。citation(原文・訳・URL・版)、badge、数値、構造。事実は変えない。図解の改善・スタイル/配色/レイアウト変更・セクションの追加削除や再構成・表構造の変更・複数箇所にまたがる書き換え。
render.py の CSS / SVG関数を編集(全レポートに反映)。構成変更は data.json の構造を編集。「なぜ」「もっと調べて」「この数値の裏付けは?」など、新しい情報の確認が必要な依頼は、report-revision で文章をいじらず、tech-selection-research 経由で candidate-researcher の深掘りモードに回す。revision エージェントは事実を創作してはならない。
npx claudepluginhub otomatty/ai-dev-harness --plugin ai-dev-harnessGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.