Back to Skills

orchestrating-workflows

verified

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 GitHub

Marketplace

thkt-development-workflows

thkt/claude-config

Plugin

development-skills

Development Skills

Repository

thkt/claude-config
3stars

skills/orchestrating-workflows/SKILL.md

Last Verified

January 22, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/thkt/claude-config/blob/main/skills/orchestrating-workflows/SKILL.md -a claude-code --skill orchestrating-workflows

Installation paths:

Claude
.claude/skills/orchestrating-workflows/
Powered by add-skill CLI

Instructions

# 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            |

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1021 chars