Execute fixes from review using refactor sub-agent. Systematically addresses review issues.
Executes fixes from review using a refactor sub-agent to systematically address issues.
/plugin marketplace add horuz-ai/claude-plugins/plugin install core@horuz[priority: all|high|medium or specific issue]workflow/What to fix (optional): $ARGUMENTS
ls -la .tasks/ 2>/dev/null || echo "No .tasks directory"Identify the current task and read:
.tasks/{task-name}/review.md (issues to fix).tasks/{task-name}/status.md (current state)Determine scope:
Delegate to the refactor sub-agent to execute fixes
The refactor agent should:
Create/update .tasks/{task-name}/refactor.md:
# Refactor: {task-name}
## Fixes Applied
### ✅ [HIGH] Issue title
**Original:** Brief description of issue
**Changes:**
- Modified `path/to/file.ts`: [what changed]
**Verified:** How we confirmed the fix
### ⏭️ [LOW] Deferred issue
**Reason:** Why deferred
## New Issues Discovered
[Any new issues found during refactor]
Update .tasks/{task-name}/status.md activity log
Use plan mode to: