# Orchestrating Workflows

> Command workflow orchestration patterns for /code, /fix, /audit, and other implementation commands. Triggers: workflow, orchestration, command flow, IDR, test generation, RGRC, quality gates, completion criteria, ワークフロー, 実装フロー, テスト生成, 品質ゲート, 完了基準.

- Skill: `majiayu000/orchestrating-workflows` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/orchestrating-workflows`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/orchestrating-workflows/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/orchestrating-workflows

---


# ワークフローオーケストレーション

## ワークフロー

| コマンド | ワークフロー参照                                                |
| -------- | --------------------------------------------------------------- |
| `/code`  | [@./references/code-workflow.md](./references/code-workflow.md) |
| `/fix`   | [@./references/fix-workflow.md](./references/fix-workflow.md)   |

## パターン

| パターン    | 参照                                                                                |
| ----------- | ----------------------------------------------------------------------------------- |
| IDR生成     | [@../../rules/workflows/IDR_GENERATION.md](../../rules/workflows/IDR_GENERATION.md) |
| TDDサイクル | [@./references/tdd-cycle.md](./references/tdd-cycle.md)                             |
| テスト生成  | [@./references/test-generation.md](./references/test-generation.md)                 |

## 品質ゲート

| ゲート     | 目標             | 検証方法                    |
| ---------- | ---------------- | --------------------------- |
| テスト     | 全て通過         | `npm test` 終了コード 0     |
| リント     | エラー 0         | `npm run lint` 終了コード 0 |
| 型         | エラーなし       | `tsc --noEmit` 終了コード 0 |
| カバレッジ | C0 ≥90%, C1 ≥80% | カバレッジレポート          |

