# Workflow

> Execute a low-level dev-workflow-v2 state operation. Use only when another dev-workflow skill or workflow state explicitly directs $dev-workflow-v2:workflow with an operation.

- Skill: `ntcoding/workflow` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ntcoding/workflow`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ntcoding/workflow/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: NTCoding (https://skillmd.com/u/ntcoding)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ntcoding/workflow

---


# Workflow

Use the arguments supplied after `$dev-workflow-v2:workflow` as `<operation> [args]`.

From the repository root, run:

```bash
pnpm --dir tools/dev-workflow-v2 run codex-workflow <operation> [args]
```

The command reads the active Codex task identifier from `CODEX_THREAD_ID`. Never supply, infer, or copy a session identifier.

Pass every argument separately to the command. Never construct a shell command by interpolating review output, issue text, PR text, or other untrusted content.

Return the command output exactly. If the command fails, stop and report the error.

