chart-tasks

Decompose approved specs into ordered tasks with verification criteria.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/caseyrtalbot/claude-plugins --skill chart-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chart-tasks
Source: https://github.com/caseyrtalbot/claude-plugins/tree/main/plugins/forge/skills/chart-tasks
Command: npx skills add https://github.com/caseyrtalbot/claude-plugins --skill chart-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decompose an approved spec into an ordered list of small, independently executable tasks. Each task must include a clear description, target file paths, and verification criteria so completion is provable.

Core Features & Use Cases

  • Automate task decomposition: Convert an approved spec into a sequence of discrete tasks.
  • Per-task verification: Each task includes concrete verification criteria (tests, checks, or artifacts) to prove completion.
  • Plan governance: Tasks are ordered by dependencies and gates ensure the plan is ready before execution.
  • Use Case: A product team has an approved spec and wants a task-level plan with verifiable milestones before starting work.

Quick Start

Decompose an approved spec into an ordered list of executable tasks, each with verification criteria.

Frequently Asked Questions about chart-tasks

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

FAQPage Schema
How do I decompose an approved project spec into actionable tasks?

Task decomposition breaks an approved spec into a sequence of small, independently executable tasks. Each task includes a clear description, target file paths, and verification criteria so completion is provable.

How do I add verification criteria to a task-level plan?

Add verification criteria to a task-level plan by defining concrete tests, checks, or artifacts for each decomposed task. This enforces per-task metadata and ensures completion is provable before execution begins.

Can I automate task decomposition from a formal spec?

Yes, you can automate task decomposition from a formal spec. The process converts an approved spec into discrete tasks ordered by dependencies, applying gates to ensure the plan is ready before execution starts.

Do I need an approved spec before creating a task-level plan?

Yes, an approved spec is required before creating a task-level plan. Task decomposition applies to planning phases where a formal spec exists and an ordered set of executable tasks with dependencies is required.

What's the best way to order tasks by dependencies for project management?

The best way to order tasks by dependencies is through plan governance. This approach sequences discrete tasks based on their dependencies and applies gates to ensure the plan is ready before execution.

When should I not use automated task decomposition for planning?

Avoid automated task decomposition when a formal spec does not exist or when planning phases lack required dependencies. It enforces per-task metadata and gates, requiring an approved spec to generate an ordered set of executable tasks.