RE

return-target-classification

A decision framework for classifying where to return review findings based on impact scope.

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.zip

Installs 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 handling
134 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Determine if a review finding impacts requirements or design structure
  • Classify findings that affect design structure to be returned to Detailed Design
  • Classify findings related to execution order, preparation, or granularity to be closed in the Plan
  • Classify findings related to wording or layout as Minor Fixes
  • Record affected requirement IDs for each finding
  • Ensure re-review of the plan after non-minor design changes

How it works

The skill provides a procedure to classify review findings based on their impact on requirements, design structure, or execution plans, directing them to the appropriate resolution target.

Inputs & outputs

You give it
Review findings, requirement IDs, design documents, implementation plans
You get back
Classification of finding (Detailed Design, Plan, Minor Fix), recorded requirement IDs, decision on plan re-review

When to use return-target-classification

  • Classifying review feedback
  • Deciding on design vs plan changes
  • Setting resolution targets for defects

About this skill

Return Target Classification

When to Use

  • レビュー結果の差し戻し先を決めるとき
  • 影響範囲に応じて Detailed Design へ戻すか、Plan で閉じるかを決めるとき

Procedure

  1. 指摘が要件充足や設計構造に影響するかを確認する。
  2. 影響が設計構造に及ぶなら Detailed Design へ戻す。
  3. 影響が実行順、準備、粒度、担当割りだけなら Plan で閉じる。
  4. 影響が文面やレイアウトだけなら Minor Fix とする。

Checks

  • 要件 ID に影響する指摘は Design か Plan のいずれかに分類する。
  • 影響する要件 ID を必ず記録する。
  • 非軽微な設計変更後は影響範囲のプラン再レビューを前提にする。

References

When not to use it

  • When the task is not about classifying review findings
  • When the finding does not relate to requirements, design, or plan
  • When the review process does not involve Detailed Design or Plan phases

Limitations

  • Applicable only for review findings classification
  • Requires existing Detailed Design and Plan phases for classification targets
  • Assumes findings can be categorized into design, plan, or minor fix impacts

How it compares

This skill offers a structured procedure for categorizing review feedback to determine its resolution target, providing a consistent approach compared to ad-hoc decision-making.

Compared to similar skills

return-target-classification side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
return-target-classification (this skill)02moNo flagsBeginner
drift-analysis25moNo flagsIntermediate
planning23moNo flagsIntermediate
gsd-plan-checker14moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry