Skill Claude CodeCodex
A step that extracts user goals, business risks, source references, and checkable outcomes from a product requirements document (PRD). A PRD is a document describing what a product or feature should do.
Skill Claude CodeCodex
A step that extracts user goals, business risks, source references, and checkable outcomes from a product requirements document (PRD). A PRD is a document describing what a product or feature should do.
Skill Claude CodeCodex
A tool that converts product requirements into Given/When/Then acceptance conditions. These conditions describe the starting situation, the action, and the observable result used to decide whether a requirement is met.
Skill Claude CodeCodex
A test-planning skill that turns a product requirements document, intent table, and acceptance criteria into one feature-level test-matrix CSV. A CSV is a simple table file that lists each test point and its details.
Skill Claude CodeCodex
A test-scope selection skill that chooses the smallest trustworthy set of checks from a feature’s test-matrix CSV. It keeps the complete testing map while marking which checks should be handled in the current round.
Skill Claude CodeCodex
A code-and-test review skill that compares the current implementation and existing tests with an approved test-matrix CSV, a spreadsheet listing expected checks. It records whether each requirement is implemented and tested.
Skill Claude CodeCodex
A tool that turns the current conversation and project context into a product requirements document, or PRD—a plan describing a problem, solution, user needs, decisions, tests, and limits.
Skill Claude CodeCodex
A product-requirements writing skill that turns the current conversation into a business-focused specification for a product manager. It explains user situations, decisions, rules, stories, and page interactions in everyday language.
Skill Claude CodeCodex
A specification-writing skill that turns the current conversation and repository context into a technical product specification and publishes it to the project’s issue tracker. An issue tracker is a system for recording work items, such as GitHub Issues.
Skill Claude CodeCodex
A workflow for breaking a plan, specification, or conversation into small end-to-end work tickets, with each ticket stating which earlier tickets block it. A ticket tracker is a tool for recording and managing such work items.
Skill Claude CodeCodex
A triage workflow for sorting issue reports and, where configured, external pull requests. Triage means classifying a report, checking whether it has enough information, and deciding who should handle it next.