apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/epctContext preview
What this command does when you run it.
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
description: Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
Execute systematic development methodology:
> 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]: [Changes needed] 2. [Component B]: [Changes needed] 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
Comprehensive validation: 1. **Run Linters**:
bun run lint eslint . prettier --check .
2. **Run Tests**:
bun test pytest
3. **Manual Testing**:
4. **Final Verification**: > Use sniper to ensure 0 linter errors
**Deliverable**: Tested, validated code ready for commit
**Arguments**:
**Example Usage**:
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.
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…
Analyze and explain software architecture with ASCII diagrams and pattern detection. Creates visual representations of system design.