From claude-harness
harness ワークフローを宣言する。実装・調査・PRレビューなどの作業を始める前に必ず宣言する。宣言するとチケット確認・ゲート計画の提示・編集権限の設定が行われる。実装ファイルの編集がブロックされたとき、新しいタスクに着手するときに使う。
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-harness:flowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
bash ${CLAUDE_PLUGIN_ROOT}/scripts/flow-start.sh <workflow> [チケット番号]
引数なしで実行すると定義済みワークフローの一覧が出る。
implement(等のデフォルトフロー)。チケット番号が必要flow-start.sh を実行し、出力されたゲート計画を読むmark-gate-passed.sh を実行する(無効)npx claudepluginhub m-kuwata/claude-harness --plugin claude-harnessGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.