Back to skills
SkillHub ClubShip Full StackFull Stack

workflow

This skill manages handoffs between PM and implementation roles in a multi-agent Claude setup. It generates structured request templates for task delegation and completion reports, and can auto-fix issues identified in code reviews. It's designed for teams using Claude in distinct PM and developer roles.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
280
Hot score
98
Updated
March 20, 2026
Overall rating
A7.4
Composite score
6.1
Best-practice grade
A92.0

Install command

npx @skill-hub/cli install chachamaru127-claude-code-harness-workflow
multi-agentcode-reviewworkflow-automationhandoffproject-management

Repository

Chachamaru127/claude-code-harness

Skill path: skills/workflow

This skill manages handoffs between PM and implementation roles in a multi-agent Claude setup. It generates structured request templates for task delegation and completion reports, and can auto-fix issues identified in code reviews. It's designed for teams using Claude in distinct PM and developer roles.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: Development teams or individuals using Claude in a structured, multi-agent setup where one instance acts as a project manager and another as an implementer..

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: Chachamaru127.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install workflow into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/Chachamaru127/claude-code-harness before adding workflow to shared team environments
  • Use workflow for productivity workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: workflow
description: "Manages workflow transitions including handoffs between PM and implementation roles, and auto-fixes review comments. Use when user mentions ハンドオフ, handoff, PMに報告, 実装役に渡して, レビュー指摘を自動修正, auto-fix. Triggers: ハンドオフ, handoff, PMに報告, 実装役に渡して, 完了報告, 自動修正, auto-fix. Do not use for 2-Agent setup - use 2agent skill instead."
allowed-tools: ["Read", "Write", "Edit", "Bash"]
---

# Workflow Skills

PM-実装役間のハンドオフとレビュー指摘の自動修正を担当するスキル群です。

## 機能詳細

| 機能 | 詳細 |
|------|------|
| **レビュー指摘自動修正** | See [references/auto-fixing.md](references/auto-fixing.md) |
| **PM→実装役ハンドオフ** | See [references/handoff-to-impl.md](references/handoff-to-impl.md) |
| **実装役→PM完了報告** | See [references/handoff-to-pm.md](references/handoff-to-pm.md) |

## 実行手順

1. ユーザーのリクエストを分類
2. 上記の「機能詳細」から適切な参照ファイルを読む
3. その内容に従って実行


---

## Referenced Files

> The following files are referenced in this skill and included for context.

### references/auto-fixing.md

```markdown
---
name: auto-fix
description: "レビュー指摘事項の自動修正。コードレビューで検出された問題を自動修正したい場合に使用します。"
allowed-tools: ["Read", "Write", "Edit", "Bash"]
---

# Auto-Fix Skill

`/harness-review`で検出された問題を自動的に修正するスキル。

---

## トリガーフレーズ

- 「レビュー指摘を自動修正して」
- 「指摘された問題を直して」
- 「セキュリティ問題を修正して」
- 「パフォーマンス問題を改善して」

---

## 機能

- セキュリティ脆弱性の修正
- パフォーマンス問題の改善
- コード品質の向上
- アクセシビリティ対応の追加

---

## 実行フロー

1. 直近のレビュー結果を読み込み
2. 修正可能な問題を特定
3. 修正内容をプレビュー
4. ユーザー承認後に修正を適用
5. 修正レポートを生成

```

### references/handoff-to-impl.md

```markdown
---
name: handoff-to-impl
description: "PM Claude → Impl Claude への依頼文を生成。2-Agent運用で実装役にタスクを渡したい場合に使用します。"
allowed-tools: ["Read", "Write", "Edit", "Bash"]
---

# Handoff to Impl Skill

PM役 Claude Code が、実装役 Claude Code(Impl Claude)へ貼り付けるための依頼文を生成するスキル。

---

## トリガーフレーズ

- 「このタスクを実装役Claudeに渡したい」
- 「実装役に依頼文を作って」
- 「Impl Claudeへのハンドオフ」

---

## 出力フォーマット

```markdown
## タスク依頼(PM Claude → Impl Claude)

### 背景 / 目的
- (なぜやるか)

### 期待する成果
- (何ができるようになればOKか)

### 受け入れ基準(必須)
- [ ] (基準1)
- [ ] (基準2)

### スコープ(やる / やらない)
- **やる**: (項目)
- **やらない**: (項目)

### 変更対象(目安)
- (ファイル/ディレクトリ)

### 制約 / 禁止事項
- (あれば)
```

---

## 実行フロー

1. `Plans.md` を読み込み、依頼対象タスクを特定
2. タスクに `pm:依頼中` マーカーを付与
3. 上記フォーマットで依頼文を生成

```

### references/handoff-to-pm.md

```markdown
---
name: handoff-to-pm
description: "Impl Claude → PM Claude への完了報告を生成。2-Agent運用で実装完了を報告したい場合に使用します。"
allowed-tools: ["Read", "Write", "Edit", "Bash"]
---

# Handoff to PM Skill

実装役 Claude Code が、PM役 Claude Code へ貼り付けるための完了報告を生成するスキル。

---

## トリガーフレーズ

- 「PMに完了報告を書いて」
- 「実装が終わったので報告」
- 「PM Claudeへのハンドオフ」

---

## 出力フォーマット

```markdown
## 完了報告(Impl Claude → PM Claude)

### 概要(1〜3行)
- (何を達成したか)

### 変更点(要点)
- (ユーザーに見える変更)

### 変更ファイル
- (ファイル一覧)

### 動作確認 / テスト
- (実施した確認)
- (結果)

### 受け入れ基準(満たしたか)
- [ ] (基準1)→ ✅/⚠️
- [ ] (基準2)→ ✅/⚠️

### リスク / 注意点
- (あれば)

### 次のアクション候補
1. (案1)
2. (案2)
```

---

## 実行フロー

1. `git status` / `git diff` で変更範囲を把握
2. `Plans.md` の該当タスクを `cc:完了` に更新
3. 上記フォーマットで完了報告を生成

```