# Dev Workflow Start Implementation

> Start implementation for a GitHub issue. Use only when the user explicitly invokes $dev-workflow-start-implementation with an issue number.

- Skill: `ntcoding/dev-workflow-start-implementation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ntcoding/dev-workflow-start-implementation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ntcoding/dev-workflow-start-implementation/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/dev-workflow-start-implementation

---


# Start Implementation

Use the supplied issue number. Follow the canonical procedure in the plugin's `commands/start-implementation.md` exactly, with this Codex-specific replacement for its two Claude workflow commands:

```bash
pnpm --dir "$(git rev-parse --show-toplevel)/tools/dev-workflow-v2" run codex-workflow init
pnpm --dir "$(git rev-parse --show-toplevel)/tools/dev-workflow-v2" run codex-workflow record-issue <issue-number>
```

The shared command reads Codex's `CODEX_THREAD_ID`. Do not read a session ID from hook output or substitute any other value.

