- Project Detection - Claude detects your project type automatically
- Agent Selection - Launches the matching expert agent
- Skills Loading - Agent reads its framework skills + SOLID rules
- Research - Consults Context7/Exa for documentation
- Code - Writes code following best practices
- Validation - Sniper validates (zero linter errors)
User: "Add user authentication"
Claude:
1. Detects: Next.js project → nextjs-expert
2. Launches: explore-codebase + research-expert (parallel)
3. Plans: Implementation steps
4. Codes: With nextjs-expert
5. Validates: sniper checks
User: "Fix the typo in login.tsx"
Claude:
1. Skips APEX (trivial fix)
2. Fixes directly
3. Validates: sniper checks
User: "commit"
Claude:
1. Runs /fuse-commit-pro:commit
2. Analyzes changes
3. Creates conventional commit
4. Updates CHANGELOG.md
| Command |
Description |
/apex |
Full APEX workflow |
/apex-quick |
Skip analyze, direct code |
/commit |
Smart conventional commit |
/research |
Research with Context7/Exa |
- Let Claude detect - Don't specify agent, let it auto-detect
- Use APEX for features - Skip for trivial fixes
- Trust sniper - It catches errors before you