Back to skills
extension
Category: Development & EngineeringNo API key required

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, ワークフロー, 実装フロー, テスト生成, 品質ゲート, 完了基準.

personAuthor: jakexiaohubgithub

ワークフローオーケストレーション

ワークフロー

| コマンド | ワークフロー参照 | | -------- | --------------------------------------------------------------- | | /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% | カバレッジレポート |