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.

NTCoding eeb045a 769 B Updated

File contents

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:

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.

ntcoding/living-architecture/tree/main/tools/dev-workflow-v2/skills/dev-workflow-start-implementation commit eeb045a891

Frequently asked questions

npx skillmds@latest add ntcoding/dev-workflow-start-implementation