Skip to content

Conversation

@doghasbaby-web
Copy link

Add comprehensive refactor plugin that orchestrates three specialized agents:

  • Test agent: Ensures test coverage and validates changes
  • Architect agent: Reviews architecture and plans optimizations
  • Code agent: Implements clean code improvements

Features:

  • Automated test coverage analysis and test case generation
  • Iterative architecture review (3 cycles) with prioritized improvements
  • Safe refactoring that preserves all functionality
  • Comprehensive quality scoring (Clean Code & Architecture)
  • Detailed assessment reports with improvement tracking

The /refactor command implements a 7-step workflow:

  1. Ensure production-quality test coverage
  2. Architecture review and optimization planning (per iteration)
  3. Implement top 3 optimizations with clean code principles
  4. Run full test suite
  5. Fix any test failures
  6. Iterate 3 times for progressive refinement
  7. Generate final quality assessment report

All changes are test-validated and focused on improving code quality without altering functionality.

Add comprehensive refactor plugin that orchestrates three specialized agents:
- Test agent: Ensures test coverage and validates changes
- Architect agent: Reviews architecture and plans optimizations
- Code agent: Implements clean code improvements

Features:
- Automated test coverage analysis and test case generation
- Iterative architecture review (3 cycles) with prioritized improvements
- Safe refactoring that preserves all functionality
- Comprehensive quality scoring (Clean Code & Architecture)
- Detailed assessment reports with improvement tracking

The /refactor command implements a 7-step workflow:
1. Ensure production-quality test coverage
2. Architecture review and optimization planning (per iteration)
3. Implement top 3 optimizations with clean code principles
4. Run full test suite
5. Fix any test failures
6. Iterate 3 times for progressive refinement
7. Generate final quality assessment report

All changes are test-validated and focused on improving code quality
without altering functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants