apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through mandatory parallel research, self-review, and validation gates.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/apexContext preview
What this command does when you run it.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through mandatory parallel research, self-review, and validation gates.
description: APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through mandatory parallel research, self-review, and validation gates. argument-hint: "[--auto] [--skip-elicit] <task description>"
Execute the comprehensive APEX methodology for professional-grade development.
**Complete documentation**: `skills/apex-methodology/SKILL.md`
---
> Use explore-codebase to understand relevant parts of the system
**Goals**:
**Deliverable**: Exploration summary with affected components
---
> Use research-expert to validate approach against best practices
**Goals**:
**Deliverable**: Implementation plan with step-by-step approach
**Plan Format**:
### Implementation Steps 1. [Component A]: [Required changes] 2. [Component B]: [Required changes] 3. [Tests]: [Test cases to add] ### Edge Cases - [Case 1]: [Handling approach] - [Case 2]: [Handling approach] ### Testing Strategy - Unit tests: [What to test] - Integration tests: [Scenarios] - Manual testing: [Steps]
---
Implement the solution: 1. Follow the plan step-by-step 2. Maintain existing code style and patterns 3. Add inline documentation for complex logic 4. Create/update tests alongside code
**Quality Standards**:
---
> Expert agent self-reviews and self-corrects before sniper validation
**Modes**:
**Workflow**:
┌─────────────────────────────────────────────────────────┐ │ ELICIT (6 steps) │ │ │ │ Init → Analyze → Select → Apply → Correct → Report │ │ │ │ Expert applies elicitation techniques from 12 cats: │ │ - Security (7) - Performance (6) │ │ - Architecture (6) - Testing (6) │ │ - Documentation (6) - UX/a11y (6) │ │ - Data (6) - Concurrency (6) │ │ - Integration (7) - Observability (6) │ │ - Code Quality (7) - Maintainability (6) │ │ │ │ Total: 75 techniques │ └─────────────────────────────────────────────────────────┘
**Auto-Detection Matrix**: | Code Type | Auto-Selected Techniques | |-----------|--------------------------| | Auth/Security | SEC-01, SEC-02, SEC-03 | | API Endpoints | INT-01, DOC-01, TEST-01 | | Database | PERF-01, DATA-02, CONC-06 | | UI Components | UX-01, TEST-01, ARCH-04 | | Business Logic | ARCH-01, TEST-01, CQ-01 |
**Benefits**:
**Full skill**: `skills/elicitation/SKILL.md`
---
Comprehensive validation:
bun run lint eslint . prettier --check . tsc --noEmit
bun test bun test:integration pytest
bun run build npm run build
npm audit fix snyk test
> Use research-expert to confirm:
> Use sniper to ensure 0 linter errors
**Deliverable**: Tested, validated code ready for deployment
---
✅ **Grounded analysis**: mandatory explore-codebase + research-expert before code ✅ **Zero Linter Errors**: sniper enforces this with zero tolerance ✅ **Functional verification** (Phase 4, Manual Testing) + exhaustive validation before completion ✅ **Maintainable Code**: SOLID + established patterns ✅ **Self-Corrected**: Expert auto-review before validation (NEW)
---
**Arguments**:
**Examples**:
---
| Phase | Deliverable | Exit criterion | |-------|-------------|-----------------| | 1. ANALYZE | Exploration summary with affected components | explore-codebase (and research-expert where applicable) launched before any code is written | | 2. PLAN | Implementation plan with step-by-step approach | Plan documents steps, edge cases, and testing strategy before Execute starts | | 3. EXECUTE | Implementation + tests | Files respect the 100-line ceiling, types/interfaces separated, SOLID followed | | 3.5. eLICIT | Self-review findings + fixes | Applicable elicitation techniques run and findings addressed before eXamine | | 4. eXAMINE | Passing lint/tests/build + manual verification | Sniper reports zero linter errors; manual test plan executed and acceptance criteria confirmed |
**Loop exit contract.** Every p
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
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.