tasks

Generate implementation tasks from a design spec into a reviewable tasks.md artifact.

4|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/curdx/curdx-flow --skill tasks-curdx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/curdx/curdx-flow/tree/main/plugins/curdx-flow/skills/tasks
Command: npx skills add https://github.com/curdx/curdx-flow --skill tasks-curdx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It converts an approved spec design into a structured, reviewable set of implementation tasks that won’t “silently pass” without verification evidence.

Core Features & Use Cases

  • Coordinator-driven task generation: Gathers workflow context (snapshot, requirements, design, progress) and delegates implementation task creation to a task-planner subagent.
  • POC-first, phase-structured outputs: Produces tasks aligned to the mandatory delivery discipline, including a full phase breakdown and POC milestone.
  • Two-stage boundary review: Runs parallel spec-compliance and code-quality reviews to gate progress and minimize drift or hallucinated artifacts.

Quick Start

Run tasks generation for your active spec by executing: tasks <spec-name> with standard granularity.

Frequently Asked Questions about tasks

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

FAQPage Schema
How do I generate implementation tasks from a design spec?

Implementation tasks are generated from a design spec by delegating context to a task-planner agent, which produces a reviewable tasks.md artifact containing POC-first, value-slice execution steps with explicit verification requirements.

What is a POC-first task generation workflow for code planning?

A POC-first task generation workflow structures implementation around a mandatory proof-of-concept milestone, producing a full phase breakdown that gates progress and minimizes drift or hallucinated artifacts before full execution.

How does two-stage task review work for spec implementation?

Two-stage task review works by running parallel spec-compliance and code-quality reviews to gate progress, storing verdicts in a state file, and stopping execution at an explicit approval gate to prevent silent passes.

Do I need an approved design.md before creating implementation tasks?

Yes, an active spec containing both design.md and requirements must exist and be snapshotted before task generation, ensuring the workflow operates on an approved, deterministic baseline.

What's the best way to ensure code planning tasks include verification evidence?

The best way to ensure verification evidence is to enforce deterministic coordination constraints that require tasks to be value-slice and executable, stopping at an explicit approval gate until compliance and quality reviews are passed.

When should I not use automated task generation for code planning?

Automated task generation should not be used when an active spec is missing, when design.md or requirements files do not exist, or when the workflow cannot be snapshotted to establish a deterministic baseline.