cy-create-tasks

Decompose PRDs and TechSpecs into granular task files with codebase context.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/MatheusBBarni/symphony-orchestrator --skill cy-create-tasks-matheusbbarni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cy-create-tasks
Source: https://github.com/MatheusBBarni/symphony-orchestrator/tree/main/.agents/skills/cy-create-tasks
Command: npx skills add https://github.com/MatheusBBarni/symphony-orchestrator --skill cy-create-tasks-matheusbbarni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRDs and TechSpecs often sit as non-executable documents; teams need concrete, independently implementable tasks.

Core Features & Use Cases

  • Decompose PRDs and TechSpecs into granular, independently implementable tasks with context from the codebase.
  • Enrich task definitions with real implementation context, ADR references, and test integration planning.
  • Generate structured task templates that can be reviewed and approved before execution.

Quick Start

Provide a PRD or TechSpec in the workspace to trigger breakdown into task files.

Frequently Asked Questions about cy-create-tasks

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

FAQPage Schema
How do I break down a PRD or TechSpec into actionable development tasks?

To break down a PRD or TechSpec into actionable tasks, you provide the document in your workspace to trigger decomposition into granular, independently implementable task files enriched with codebase context and test integration planning.

What is the best way to generate code-informed tasks from technical specifications?

Generating code-informed tasks from technical specifications involves mapping requirements to implementation steps by exploring the codebase, embedding clear acceptance criteria, sequencing work, and referencing relevant ADRs within structured task templates.

Do I need an existing PRD or TechSpec document to create actionable tasks?

Yes, you need an existing PRD or TechSpec document in the workspace. Task generation relies on these documents as input to decompose requirements into executable, code-informed task files ready for review and approval.

Can I review and approve generated task templates before implementation begins?

Yes, the process generates structured task templates that can be reviewed and approved before execution. This ensures the granular tasks, acceptance criteria, and codebase context align with project requirements before development starts.

How does codebase exploration enrich task generation for software engineering?

Codebase exploration enriches task generation by extracting real implementation context from existing code. This context is injected into task definitions alongside ADR references and test integration planning to ensure tasks are independently implementable.

When should I use automated task generation instead of manually splitting requirements?

Automated task generation is best used when a PRD or TechSpec exists and needs rapid breakdown into sequenced, independently implementable tasks. It maps requirements to executable steps with embedded tests, reducing manual effort in complex codebases.