Claude Code Plugins

Community-maintained marketplace

Feedback

refactor-scope-session

@CANTAGESTUDIO/CosmicAtlasPacker
1
0

[Code Quality] Defines clear boundaries and goals for a refactoring session. Use to establish what WILL and WILL NOT change, set success criteria, and create a focused refactoring scope.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name refactor-scope-session
description [Code Quality] Defines clear boundaries and goals for a refactoring session. Use to establish what WILL and WILL NOT change, set success criteria, and create a focused refactoring scope.

Refactor: Scope Session

Define precise boundaries for a refactoring cycle.

Scoping Checklist

1. Goals Definition

  • What specific improvement are we targeting?
  • What metrics will improve?

2. Boundaries (IN Scope)

  • Which files/modules will be touched?
  • What types of changes are allowed?

3. Boundaries (OUT of Scope)

  • Which areas must NOT change?
  • What behaviors must remain identical?

4. Success Criteria

  • How do we know refactoring succeeded?
  • What tests must pass?

Principles

  1. Smaller is safer
  2. One goal per session
  3. Define done upfront
  4. Preserve behavior