From claude-harness
harness の設定(ワークフロー・ゲート・ペルソナ・CI/チケットアダプタ)と稼働中セッションのゲート進行状況を、読み取り専用の markdown ビジュアライザとして生成する。設定の全体像を確認したいとき、harness.yaml 変更後、並走セッションの進行を見たいときに使う。
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-harness:harness-mapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
bash ${CLAUDE_PLUGIN_ROOT}/scripts/harness-map.sh # visualizer.output(デフォルト docs/harness-map.md)へ
bash ${CLAUDE_PLUGIN_ROOT}/scripts/harness-map.sh /tmp/map.md # 出力先指定
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.