apex
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/apex-quickContext preview
What this command does when you run it.
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
description: Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry. argument-hint: "<fix description>"
Fast-track workflow for simple bug fixes, typos, and minor changes. No multi-agent orchestration.
---
✅ **Use APEX Quick:**
❌ **Use Full APEX instead:**
---
┌─────────────────────────────────────────────────────────┐ │ APEX QUICK (Single Pass) │ │ │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌────────┐ │ │ │ LOCATE │ → │ FIX │ → │ REVIEW │ → │ VERIFY │ │ │ └─────────┘ └─────────┘ └─────────┘ └────────┘ │ │ │ │ │ │ │ │ ▼ ▼ ▼ ▼ │ │ Find file Apply 1 quick Linter │ │ + line minimal technique check │ │ change │ └─────────────────────────────────────────────────────────┘
**Total: 4 steps, 1 expert, no handoffs**
---
Expert does quick search: - Grep for relevant code - Read the file - Identify exact location
Expert applies minimal change: - Only change what's necessary - Preserve existing style - No refactoring scope creep
Expert applies 1 quick technique based on fix type: | Fix Type | Quick Technique | |----------|-----------------| | Bug fix | TEST-01 (Edge cases) | | Typo | DOC-03 (Consistency) | | Style | MAINT-02 (Convention) | | Security | SEC-02 (Validation) | | Config | DATA-01 (Schema) |
Quick verification: - Run linter on changed file(s) - TypeScript check (if applicable) - No full test suite
---
/apex-quick Fix typo in login button text
**Expert executes:**
1. LOCATE: Grep "login" → Found LoginButton.tsx:23 2. FIX: Change "Logi" → "Login" 3. REVIEW: DOC-03 check → OK 4. VERIFY: eslint LoginButton.tsx → 0 errors ✅ Done in single pass
---
| Aspect | APEX Full | APEX Quick | |--------|-----------|------------| | Agents | 3+ parallel | 1 expert | | Phases | 4-5 (A-P-E-L-X) | 4 (Locate-Fix-Review-Verify) | | TaskCreate | Yes | No | | Sniper | Full 6-phase | Linter only | | Use case | Features, refactoring | Fixes, typos |
---
---
## ⚡ APEX Quick Complete
**Task**: {description}
**File**: {file_path}:{line}
**Change**: {summary}
### Quick Review
- Technique: {technique_id}
- Result: ✅ OK
### Verification
- Linter: ✅ 0 errors
- TypeScript: ✅ OK
**Status**: ✅ Fixed---
**Examples:**
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding…
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
Analyze and explain software architecture with ASCII diagrams and pattern detection. Creates visual representations of system design.