| name | ndx-capture |
| description | Capture a requirement, feature idea, or task from conversation context |
| argument-hint | [description] |
Capture a requirement, feature idea, or task from conversation context.
- If a description is provided, use it. Otherwise, review recent conversation for feature requests, requirements, or product decisions
- Call
get_prd_status (rex MCP) to understand current PRD structure
- Determine the appropriate level:
- Epic: large initiative spanning multiple features
- Feature: a capability or user-facing behavior
- Task: a concrete, implementable work item
- Find the appropriate parent by matching to existing epics/features
- Draft the item: title, description, acceptance criteria
- Present to the user for confirmation before creating
- Use
add_item (rex MCP) to create, then confirm placement in hierarchy