# Codex Workflows

> Codex-first workflow orchestration for multi-phase tasks such as planning, building, debugging, testing, and shipping.

- Skill: `newmindsgroup/codex-workflows` (Agent Skill)
- Install (CLI): `npx skillmds@latest add newmindsgroup/codex-workflows`
- Raw SKILL.md: https://api.skillmd.com/api/skills/newmindsgroup/codex-workflows/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- License: MIT
- Author: newmindsgroup (https://skillmd.com/u/newmindsgroup)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/newmindsgroup/codex-workflows

---


# 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

1. Identify the user’s concrete outcome.
2. Propose the most relevant workflow shape.
3. Pick the right skills for each phase.
4. Execute one phase at a time.
5. Verify each major phase before moving on.

## Default Phase Mapping

- Discovery and shaping: `brainstorming` or `skill-router`
- Task planning: `concise-planning` or `writing-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.

