Command workflow orchestration patterns for /code, /fix, /audit, and other implementation commands. Use when implementing features with /code, /fix, /audit commands, or when user mentions workflow, ワークフロー, RGRC, quality gates, 品質ゲート, completion criteria.
View on GitHubthkt/claude-config
development-skills
January 22, 2026
Select agents to install to:
npx add-skill https://github.com/thkt/claude-config/blob/main/skills/orchestrating-workflows/SKILL.md -a claude-code --skill orchestrating-workflowsInstallation paths:
.claude/skills/orchestrating-workflows/# Orchestrating Workflows ## Workflows | Command | Workflow Reference | | ------- | --------------------------------------------------------------- | | `/code` | [@./references/code-workflow.md](./references/code-workflow.md) | | `/fix` | [@./references/fix-workflow.md](./references/fix-workflow.md) | ## Patterns | Pattern | Reference | | --------------- | ----------------------------------------------------------------------------------- | | IDR Generation | [@../../rules/workflows/IDR_GENERATION.md](../../rules/workflows/IDR_GENERATION.md) | | TDD Cycle | [@./references/tdd-cycle.md](./references/tdd-cycle.md) | | Test Generation | [@./references/test-generation.md](./references/test-generation.md) | ## Quality Gates | Gate | Target | Verification | | -------- | ---------------- | -------------------------- | | Tests | All passing | `npm test` exit code 0 | | Lint | 0 errors | `npm run lint` exit code 0 | | Types | No errors | `tsc --noEmit` exit code 0 | | Coverage | C0 ≥90%, C1 ≥80% | Coverage report |