task-planner

Decompose a final specification into ordered vertical-slice task files under .ai/tasks/.

59|3|Updated Jan 23, 2020
One-click install
npx skills add https://github.com/michaeldyrynda/dotfiles --skill task-planner-michaeldyrynda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-planner
Source: https://github.com/michaeldyrynda/dotfiles/tree/main/agents/skills/task-planner
Command: npx skills add https://github.com/michaeldyrynda/dotfiles --skill task-planner-michaeldyrynda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposes a final specification into ordered vertical-slice task files that can be executed one at a time with human review between each.

Core Features & Use Cases

  • Breaks down a spec into independent task files located under .ai/tasks/ for traceability and auditable progress.
  • Enforces vertical-slice discipline so each task is a complete, testable end-to-end unit that a reviewer can validate.
  • Guides teams through a four-phase planning process with strict phase boundaries and guardrails.

Quick Start

Convert a final spec into the first set of vertical-slice task files and invoke the planner with /task-planner.

Frequently Asked Questions about task-planner

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

FAQPage Schema
How do I decompose a specification into actionable task files?

You can break down a final specification into ordered vertical-slice task files stored under .ai/tasks/ by invoking the planner, which enforces self-contained boundaries and required frontmatter for auditable progress.

What is vertical-slice task planning and how does it structure workflow?

Vertical-slice task planning structures workflow by decomposing a specification into independent, testable end-to-end units. Each task is a complete unit stored as a file, allowing a reviewer to validate progress between execution phases.

How do I enforce human review between tasks during spec decomposition?

To enforce human review between tasks during spec decomposition, the workflow applies a four-phase planning process with strict phase boundaries and guardrails, pausing for phase-by-phase audits before proceeding to the next task.

Can I use this task planning workflow for minimal foundation development?

Yes, you can use this task planning workflow for minimal foundation development. It enforces minimal foundations within self-contained vertical slices, ensuring each task boundary remains explicit and testable without unnecessary overhead.

What's the best way to convert a final spec into vertical-slice tasks?

The best way to convert a final spec into vertical-slice tasks is to invoke the planner, which applies a four-phase workflow with phase-by-phase audits to generate ordered task files with explicit boundaries under .ai/tasks/.