Implementation Chain

実装に着手する前に task 種別(feat / fix / refactor / chore / prototype / writing)を判定し、その種別に対応する agent chain(Plan → Phase 0 → TDD → Review 群 → Doc Sync → Verify)を plan に front-load するための判断表。Use when starting to implement a feature, fix a bug, refactor, or write a document and you need to decide which reviewers and gates apply — 「これから実装する」「chain を組む」「どのレビューを回すべきか」。writing 種別の orchestrator skill へのルーティング表と早期停止条件もここが正本。NOT for — chain 内の各ステップの実装詳細(それは search-first / tdd / codex-review / writing-ecosystem 等の各 skill)、既に chain が確定した後の実行。

shimo4228 37f0b15 17.2 KB Updated

File contents

shimo4228/claude-harness/tree/main/skills/implementation-chain commit 37f0b15ad8

Frequently asked questions

npx skillmds@latest add shimo4228/implementation-chain