RE
return-target-classification
Use when deciding the return target of a review finding between detailed design, implementation plan, test plan, or minor fix handling
Install
mkdir -p .claude/skills/return-target-classification && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15097" && unzip -o skill.zip -d .claude/skills/return-target-classification && rm skill.zipInstalls to .claude/skills/return-target-classification
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when deciding the return target of a review finding between detailed design, implementation plan, test plan, or minor fix handling134 chars✓ has a “when” trigger
About this skill
Return Target Classification
When to Use
- レビュー結果の差し戻し先を決めるとき
- 影響範囲に応じて Detailed Design へ戻すか、Plan で閉じるかを決めるとき
Procedure
- 指摘が要件充足や設計構造に影響するかを確認する。
- 影響が設計構造に及ぶなら Detailed Design へ戻す。
- 影響が実行順、準備、粒度、担当割りだけなら Plan で閉じる。
- 影響が文面やレイアウトだけなら Minor Fix とする。
Checks
- 要件 ID に影響する指摘は Design か Plan のいずれかに分類する。
- 影響する要件 ID を必ず記録する。
- 非軽微な設計変更後は影響範囲のプラン再レビューを前提にする。