ndx-work

Retrieve a PRD task and initiate work with a clear plan.

16|9|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/en-dash-consulting/n-dx --skill ndx-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ndx-work
Source: https://github.com/en-dash-consulting/n-dx/tree/main/.agents/skills/ndx-work
Command: npx skills add https://github.com/en-dash-consulting/n-dx --skill ndx-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures disciplined initiation on a PRD task by guiding task retrieval, planning, and execution steps.

Core Features & Use Cases

  • Retrieves tasks from the PRD and identifies title, description, and acceptance criteria to kick off work.
  • Provides a step-by-step plan for implementation, validation, and collaboration with the Rex workflow.
  • Supports task-state updates and logging to maintain traceability throughout the work cycle.

Quick Start

Pick a specific PRD task and begin execution.

Frequently Asked Questions about ndx-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I pull a PRD task and start software development work?

To pull a PRD task, the skill retrieves the next task from the pool, extracts the title, description, and acceptance criteria, and generates a clear implementation plan to initiate work.

What is the best way to manage PRD task status updates within Rex MCP workflows?

Managing PRD task status within Rex MCP workflows involves using update_task_status to enforce procedural discipline, ensuring task-state changes and logging maintain traceability throughout the work cycle.

How does task retrieval from a PRD task pool work for software development?

Task retrieval from a PRD task pool works by calling get_next_task to fetch an available item, parsing its acceptance criteria, and applying procedural rules to kick off the software development process.

Can I use this skill to get file info and imports for PRD task planning?

Yes, you can use this skill to get file info and imports for PRD task planning, as it integrates with get_file_info and get_imports to support implementation steps and codebase analysis.

Do I need a PRD task pool to initiate work with this workflow tool?

You need a populated PRD task pool to initiate work, because the skill applies to software development tasks sourced from PRDs and relies on retrieving specific tasks to generate an execution plan.

Why does PRD task execution require a step-by-step implementation plan?

PRD task execution requires a step-by-step implementation plan to ensure disciplined initiation, guide validation, and facilitate collaboration with the Rex workflow while maintaining progress updates.