Agent skill
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, ワークフロー, 実装フロー, テスト生成, 品質ゲート, 完了基準.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/orchestrating-workflows
SKILL.md
ワークフローオーケストレーション
ワークフロー
| コマンド | ワークフロー参照 |
|---|---|
/code |
@./references/code-workflow.md |
/fix |
@./references/fix-workflow.md |
パターン
| パターン | 参照 |
|---|---|
| IDR生成 | @../../rules/workflows/IDR_GENERATION.md |
| TDDサイクル | @./references/tdd-cycle.md |
| テスト生成 | @./references/test-generation.md |
品質ゲート
| ゲート | 目標 | 検証方法 |
|---|---|---|
| テスト | 全て通過 | npm test 終了コード 0 |
| リント | エラー 0 | npm run lint 終了コード 0 |
| 型 | エラーなし | tsc --noEmit 終了コード 0 |
| カバレッジ | C0 ≥90%, C1 ≥80% | カバレッジレポート |
Didn't find tool you were looking for?