بنقرة واحدة
ndx-work
Pick up a task from the PRD and begin working on it
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Pick up a task from the PRD and begin working on it
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| 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.