One-click install
npx skills add https://github.com/leonanpereirapinto/ai-utils --skill criar-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: criar-tasks
Source: https://github.com/leonanpereirapinto/ai-utils/tree/main/skills/spec-driven/criar-tasks
Command: npx skills add https://github.com/leonanpereirapinto/ai-utils --skill criar-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Converts PRD and Tech Spec into a detailed, sequenced list of implementation tasks. Each task is a functional, incremental deliverable with its own test suite. Outputs tasks.md and individual task files.

Core Features & Use Cases

  • Automatically derive a high-level task list from PRD and Tech Spec.
  • Organize tasks by deliverable and enforce a logical dependency order.
  • Output a structured tasks.md plus per-task files for traceability and testing.

Quick Start

Provide a feature slug, then review and approve the generated high-level task list.

Frequently Asked Questions about criar-tasks

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

FAQPage Schema
How do I convert a PRD and Tech Spec into a sequenced task plan?

To convert a PRD and Tech Spec into a sequenced task plan, provide a feature slug to generate up to 15 incremental deliverables. The output organizes tasks by prerequisite order and includes individual unit and integration tests.

What is the best way to break down product requirements into testable tasks?

Breaking down product requirements into testable tasks involves analyzing your PRD and Tech Spec to derive functional deliverables. This process enforces logical dependency ordering and template-driven output to ensure every generated task has its own test suite.

Can I generate unit and integration tests directly from my Tech Spec?

Yes, you can generate unit and integration tests directly from a Tech Spec. By referencing the techspec and assets during generation, the process creates individual task files where each functional deliverable includes its own dedicated test suite.

Does task generation enforce approval steps before creating individual task files?

Yes, task generation enforces approval steps before finalizing individual task files. After providing a feature slug, you must review and approve the generated high-level task list to ensure the prerequisite ordering aligns with your delivery planning.

What are the limitations when splitting a PRD into actionable tasks?

A limitation when splitting a PRD into actionable tasks is the maximum output limit of up to 15 tasks. You must start from an existing PRD and Tech Spec to generate the tasks.md file and per-task traceability files successfully.