Orchestrator that runs the full APEX workflow (research → plan → implement → ship) in a single session. Use for tasks you want to complete without context switches.
Install
npx skillscat add benredmond/apex/execute Install via the SkillsCat registry.
SKILL.md
Meta-skill that chains all 4 APEX phases in sequence:
If any phase fails: 1. Report which phase failed 2. Report current state of task file 3. Suggest manual intervention: "Run `/apex:[phase] [identifier]` to retry" 4. Do NOT continue to next phase If any phase needs user input: 1. Present the question 2. Wait for response 3. Continue that phase with response 4. Do NOT skip the interaction If context is getting large: 1. Warn user: "Context is large. Consider continuing in new session." 2. Report current phase and identifier 3. User can restart with individual skill from current phase - All 4 phases completed successfully - Task file shows phase: complete, status: complete - Git commit exists - Reflection recorded - Final report displayed to user
/apex:research- Intelligence gathering/apex:plan- Architecture design/apex:implement- Build and validate/apex:ship- Review and reflect
Use this for single-session task completion. For multi-session work, invoke individual skills.
Example: /apex:execute "add user authentication"
Begin full workflow.
If any phase fails: 1. Report which phase failed 2. Report current state of task file 3. Suggest manual intervention: "Run `/apex:[phase] [identifier]` to retry" 4. Do NOT continue to next phase If any phase needs user input: 1. Present the question 2. Wait for response 3. Continue that phase with response 4. Do NOT skip the interaction If context is getting large: 1. Warn user: "Context is large. Consider continuing in new session." 2. Report current phase and identifier 3. User can restart with individual skill from current phase - All 4 phases completed successfully - Task file shows phase: complete, status: complete - Git commit exists - Reflection recorded - Final report displayed to user