coco-research/task-prd-creator
Use this skill when users request new features, enhancements, bug fixes, or any work that needs planning. Creates structured task files and PRDs (Product Requirements Documents) before implementation. Activates for "I want to add X", "implement Y", "create a task for Z", "plan this feature", or any feature request.
npx skills add https://github.com/coco-research/coco --skill task-prd-creator
Create structured task files and PRDs before implementing features. This ensures proper planning, documentation, and clear scope definition.
CRITICAL RULE: Never implement a feature without first creating the task + PRD files and getting user approval.
Task file: [project]/.agent/TASKS/[task-name].md
PRD file: [project]/.agent/PRDS/[task-name].md
Present files, explain approach, WAIT for user approval.
## Task: [Feature Name]
**ID:** feature-name-slug
**Label:** [App]: [Feature Name]
**Description:** Brief description
**Type:** Feature | Bug | Enhancement
**Status:** Backlog | To Do | Testing | Done
**Priority:** High | Medium | Low
**Created:** YYYY-MM-DD
**Updated:** YYYY-MM-DD
**PRD:** [Link](../PRDS/feature-name.md)
mvp-architect - MVP scopingplanning-assistant - Content planningagent-folder-init - Initialize .agent/ structureFor complete PRD template, naming conventions, status update workflow, Context7 integration, and example interactions, see: references/full-guide.md
Take coco-research/task-prd-creator from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.