ndx-capture

Capture conversation items into structured PRD-ready epics and tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture and structure ideas and tasks discussed in conversations into PRD-ready items, ensuring consistent workflow and traceability.

Core Features & Use Cases

  • Convert conversational requirements into epics, features, or tasks with titles, descriptions, and acceptance criteria.
  • Ensure items are drafted under appropriate parent by matching to existing epics/features and wiring dependencies.
  • Generate commit messages and perform workflow checks before finalizing changes in the PRD.

Quick Start

Describe the item in the conversation and let the skill draft, place, and commit it into the PRD hierarchy.

Frequently Asked Questions about ndx-capture

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

FAQPage Schema
How do I convert conversation context into structured backlog items?

To convert conversation context into structured backlog items, describe the requirement or task in your dialogue. The skill drafts it into epics or features with titles, descriptions, and acceptance criteria.

How do I ensure new PRD items are placed under the correct parent epic?

To ensure new PRD items are placed under the correct parent epic, the skill matches your conversational requirement to existing epics or features. It automatically wires dependencies and enforces proper parent placement.

Can I automate git commits when adding a feature to a PRD?

Yes, you can automate git commits when adding a feature to a PRD. The skill performs workflow checks and generates commit messages before finalizing changes in the PRD hierarchy.

What is the best way to wire dependencies when capturing a requirement from a conversation?

The best way to wire dependencies when capturing a requirement is to let the skill match the conversational item to existing PRD components. It automatically wires dependencies during the structuring process.

How does the rex MCP workflow integrate with PRD status checks?

The rex MCP workflow integrates with PRD status checks by using get_prd_status to validate the current state before adding or editing items. This ensures consistent workflow and traceability before committing changes.

Do I need an existing PRD hierarchy to capture a task from dialogue?

You need an existing PRD hierarchy to properly capture a task from dialogue because the skill enforces parent placement and matches new items to existing epics or features. It drafts and commits items within this structure.