cy-create-tasks

Decompose PRDs and TechSpecs into detailed tasks with codebase exploration.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/ederfmatos/claude-voice-bridge --skill cy-create-tasks-ederfmatos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-create-tasks
Source: https://github.com/ederfmatos/claude-voice-bridge/tree/main/.claude/skills/cy-create-tasks
Command: npx skills add https://github.com/ederfmatos/claude-voice-bridge --skill cy-create-tasks-ederfmatos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of breaking down complex Product Requirements Documents (PRDs) and Technical Specifications (TechSpecs) into detailed, implementable tasks, streamlining the development process.

Core Features & Use Cases

  • Task Decomposition: Automatically generates tasks from PRDs and TechSpecs.
  • Codebase Enrichment: Enhances tasks with implementation details from the codebase.
  • Interactive Approval: Allows users to review and approve task breakdowns before finalizing.
  • Task Graph Generation: Outputs a task graph manifest to manage task dependencies.
  • Use Case: For teams working on a new feature where a PRD and TechSpec are available but need to be translated into a list of actionable tasks.

Quick Start

Decompose tasks from your PRD by running the cy-create-tasks skill with the feature name and PRD file: 'cy-create-tasks [feature-name] [prd-file]'.

Frequently Asked Questions about cy-create-tasks

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

FAQPage Schema
How do I decompose a PRD into actionable development tasks?

To decompose a PRD into actionable tasks, this Skill parses Markdown requirements and inspects the codebase to generate detailed implementation tasks. It translates product requirements into a structured task graph for development workflows.

How does task decomposition from TechSpecs work?

Task decomposition parses TechSpec YAML configurations and Markdown files to extract requirements, then enriches them with implementation details by inspecting the codebase. It outputs a task graph manifest to manage dependencies.

Can I review generated tasks before finalizing the breakdown?

Yes, you can review generated tasks through an interactive approval process before finalizing. This allows you to verify the task graph and implementation details extracted from your PRD and codebase.

Do I need a YAML configuration to automate task generation from a TechSpec?

Yes, parsing YAML configurations is required to automate task generation from TechSpecs. The Skill processes these configuration files alongside Markdown documents to accurately decompose technical specifications.

What is the best way to translate product requirements into a task graph?

The best way to translate requirements into a task graph is running the Skill with a feature name and PRD file. It automatically explores the codebase, enriches tasks with implementation details, and outputs a dependency manifest.

Does codebase inspection enhance generated development tasks?

Yes, codebase inspection enhances generated development tasks by extracting implementation details directly from the project. This enrichment ensures tasks are actionable and contextually aware of the existing code structure.