Aref

Aref from wayne930242/Reflexive-Claude-Code.

by @wayne930242 6 skills

Skills in this plugin

6
  1. Applying Refactors · wayne930242 bundle
    Executes a refactor plan phase-by-phase on a dedicated branch with per-phase commits and mandatory reviewer checkpoints. Use when characterization-tests scaffold is complete and plan has phases ready to execute.
    0 installs
  2. Planning Refactors · wayne930242 bundle
    Converts a refactor map into a phased plan using parallel-change, branch-by-abstraction, or strangler fig patterns. Use when user has approved the refactor map from analyzing-codebases.
    0 installs
  3. Analyzing Codebases · wayne930242 bundle
    Detects project languages and monorepo state, runs language-appropriate static analysis (dependency graph, complexity, duplication, semantic patterns), and produces a refactor map ranking hotspots. Use when user invokes /aref or explicitly asks to analyze a codebase for refactoring.
    0 installs
  4. Verifying Refactors · wayne930242 bundle
    Validates hard structural rules (no cycles, file/fn line caps, cognitive/cyclomatic complexity) and runs mutation testing on touched modules. Use when applying-refactors has completed all phases on the refactor branch.
    0 installs
  5. Finalizing Refactors · wayne930242 bundle
    Writes AGENTS.md per subproject, archives run artifacts, and suggests rcc handoff conditionally. Use when verifying-refactors passes (PASS or PASS-WITH-WEAK-TESTS).
    0 installs
  6. Scaffolding Characterization Tests · wayne930242 bundle
    Adds golden/snapshot tests to untested hotspot modules before refactoring. Use when refactor plan marks any phase with characterization_test.status=must-scaffold.
    0 installs