Codex Workflows
Use this skill when the user wants a guided multi-step workflow instead of a single isolated skill.
Good Fits
- Plan -> build -> test -> verify
- Audit -> fix -> validate
- Research -> implement -> review
- Large requests where checkpoints help
How to Run
- Identify the user’s concrete outcome.
- Propose the most relevant workflow shape.
- Pick the right skills for each phase.
- Execute one phase at a time.
- Verify each major phase before moving on.
Default Phase Mapping
- Discovery and shaping:
brainstormingorskill-router - Task planning:
concise-planningorwriting-plans - Build or fix: most specific domain skill available
- Debugging:
systematic-debugging - Test-first implementation:
test-driven-development - Final validation:
verification-before-completion
Notes
This local alias exists to provide a Codex-branded workflow entry point even though some upstream skills use different branding.