APEX Methodology - The systematic Analyze-Plan-Execute-eXamine approach for intelligent development. Eliminates hallucinations, errors, and bugs to produce clean, maintainable code.
Executes comprehensive Analyze-Plan-Execute-eXamine methodology for professional-grade development.
/plugin marketplace add fusengine/claude-code-plugins/plugin install fuse:ai-pilot@fusengine-pluginsExecute the comprehensive APEX methodology for professional-grade development.
Complete documentation: ~/.claude/docs/core/apex.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:
Quality Standards:
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
✅ Zero Hallucination: Complete exploration + research ✅ Zero Linter Errors: Sniper with zero tolerance ✅ Zero Bugs: Exhaustive tests + rigorous validation ✅ Maintainable Code: SOLID + established patterns
Arguments:
Examples:
/apex Add user profile editing → Full APEX for feature/apex Fix authentication bug → APEX for bug fix/apex Refactor payment module → APEX for refactoringSee full documentation: ~/.claude/docs/core/apex.md