Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
Executes systematic Explore-Plan-Code-Test methodology for structured development.
/plugin marketplace add fusengine/claude-code-plugins/plugin install fusengine-apex-agents-apex-agents@fusengine/claude-code-pluginsExecute 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:
Comprehensive validation:
Run Linters:
bun run lint
eslint .
prettier --check .
Run Tests:
bun test
pytest
Manual Testing:
Final Verification:
Use sniper to ensure 0 linter errors
Deliverable: Tested, validated code ready for commit
Arguments:
Example Usage:
/epct Add user profile editing → Full EPCT for feature/epct Fix authentication bug → EPCT for bug fix