- •
/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. </overview>
<when-to-use> - Small to medium tasks that fit in one session - When you don't need to pause between phases - When you want full workflow without manual skill invocation </when-to-use> <when-not-to-use> - Large complex tasks that need human review between phases - When you want to pause after research to think - When context overflow is likely - When you want to run phases in separate sessions </when-not-to-use> <initial-response> <if-no-arguments> I'll run the full APEX workflow. Please provide: - Task description (e.g., "implement dark mode toggle") - Ticket ID (e.g., "APE-59") - Path to task fileExample: /apex:execute "add user authentication"
</if-no-arguments>
<if-arguments>Begin full workflow.</if-arguments>
</initial-response>
Task: [Title] File: ./apex/tasks/[identifier].md
Phases Completed:
- •✅ Research - [summary]
- •✅ Plan - [chosen architecture]
- •✅ Implement - [files changed, tests status]
- •✅ Ship - [commit SHA, reflection status]
Metrics:
- •Total patterns applied: [N]
- •Tests: [passed]/[total]
- •Review findings: [N] ([dismissed]% false positives)
- •Commit: [SHA]
Key Learning:
[From reflection]
Task complete. Full history in ./apex/tasks/[identifier].md
</template>
</step>