multiAI Summary Pending

workflow

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.

231 stars

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/workflow/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/chachamaru127/workflow/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/workflow/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How workflow Compares

Feature / AgentworkflowStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Which AI agents support this skill?

This skill is compatible with multi.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Workflow Skills

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

## 含まれる小スキル

| スキル | 用途 |
|--------|------|
| auto-fix | レビュー指摘の自動修正 |
| handoff-to-impl | PM から実装役へのハンドオフ |
| handoff-to-pm | 実装役から PM への完了報告 |

## ルーティング

- 自動修正: auto-fix/doc.md
- PM→実装役: handoff-to-impl/doc.md
- 実装役→PM: handoff-to-pm/doc.md

## 実行手順

1. ユーザーのリクエストを分類
2. 適切な小スキルの doc.md を読む
3. その内容に従って実行