--- name: forge-quick description: Quick-fix mode for small targeted changes --- # /forge-quick Make a small, targeted change without full pipeline orchestration. ## Procedure 1. Parse `$ARGUMENTS` as the change description 2. Identify affected files (1-3 max) 3. Invoke the quick agent with the change request 4. Run tests and lint after completion 5. If change is too large, suggest using `/forge-execute` instead