featurerefactorlisted
Install: claude install-skill event4u-app/agent-config
# /feature refactor
## Instructions
### 1. Find the feature
- List all feature plans in `agents/features/`.
- Also check module-level feature dirs via `enumerate_modules()` — for
each module, look in `{module_path}/{modules.agent_folder}/features/`
(Laravel shape: `app/Modules/*/agents/features/`).
If only one feature exists, load it directly.
If multiple exist, show a list:
```
📂 Existing feature plans:
# Name Ort Status
─ ────────────────────────────── ─────────────────── ──────
1 import-csv-validation.md Module: Import 📋 Planned
2 webhook-retry-logic.md Project root 🗺️ Roadmapped
3 user-notification-preferences.md Module: UserProfile 💡 Idea
Which feature do you want to edit? (number or name)
```
If no features exist:
```
ℹ️ No feature plans found. Create one first with /feature-plan.
```
Stop.
### 2. Load and display the feature
- Read the selected feature file completely.
- Display a summary:
```
═══════════════════════════════════════════════
✏️ FEATURE: {title}
═══════════════════════════════════════════════
📊 Status: {status}
📅 Created: {date}
🎯 Problem: {problem summary}
💡 Solution: {proposal summary}
───────────────────────────────────────────────
SCOPE:
───────────────────────────────────────────────
In Scope:
• {item 1}
• {item 2}
Out of Scope:
• {deferred item 1}
───────────────────────────────────────────────
OPEN QUES