with one click
ndx-work
Pick up a task from the PRD and begin working on it
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Pick up a task from the PRD and begin working on it
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Swap between local n-dx development build and published npm version
Capture a requirement, feature idea, or task from conversation context
View or change n-dx configuration with guided assistance
Analyze the codebase and propose PRD updates
Restructure the PRD hierarchy — regroup epics, change levels, merge overlaps, create new containers
Prevent plan-mode stalls in autonomous hench agent runs
Based on SOC occupation classification
| name | ndx-work |
| description | Pick up a task from the PRD and begin working on it |
| argument-hint | [task-id] |
Pick up a task from the PRD and begin working on it.
.rex/workflow.md for the project's execution workflow. Follow its instructions — they define the expected discipline for task execution (TDD, validation, commit conventions, etc.)get_item (rex MCP). Otherwise call get_next_task (rex MCP)get_file_info and get_imports (sourcevision MCP) to understand current stateget_zone (sourcevision MCP) for the relevant architectural zoneupdate_task_status (rex MCP) to mark as in_progressappend_log (rex MCP) with what was done, decisions made, and issues encounteredupdate_task_status (rex MCP) to mark as completedndx work runs: run ndx hench record --task=<id> --status=completed --title="<task title>" --summary="<one-line summary>". Use --status=cancelled (or failed) instead if the task was not completed.Assisted run, not a hench run. This skill drives the task directly through Claude Code, so — unlike
ndx work— it does not spawn the hench agent and cannot capture token usage (Claude Code does not expose its own token consumption to the skill). The record written in step 12 is markedassistedwith zero token usage: it makes the work visible and auditable in run history, butndx usagewill show no tokens for it. Tell the user this when you finish so the absence of token totals is expected, not a bug.