task-planning

Decompose feature requirements into tasks with DAG edges and acceptance criteria.

5|3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zebbern/termstack --skill task-planning-zebbern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-planning
Source: https://github.com/zebbern/termstack/tree/main/.github/skills/task-planning
Command: npx skills add https://github.com/zebbern/termstack --skill task-planning-zebbern

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposes feature requirements into clear, actionable deliverables, ensuring dependencies, estimation, and risk are handled upfront.

Core Features & Use Cases

  • DAG-based decomposition of features into tasks
  • Dependency mapping and cycle detection
  • Estimation and pre-mortem risk analysis for planning
  • Generation of reproducible plan artifacts (plan.yaml, plan.md)

Quick Start

Provide feature requirements to generate a complete, ready-to-run plan with tasks, dependencies, and acceptance criteria.

Frequently Asked Questions about task-planning

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

FAQPage Schema
How do I decompose feature requirements into tasks with dependency analysis?

Feature requirements are decomposed into actionable deliverable tasks by mapping dependencies into a DAG structure. This ensures cycle detection and dependency integrity are validated upfront during the planning phase.

What is pre-mortem risk analysis in project planning?

Pre-mortem risk analysis is a planning technique that identifies potential project failures upfront. It generates risk mitigations within plan artifacts to proactively address vulnerabilities before execution begins.

How do I generate reproducible task plans with DAG edges and acceptance criteria?

Reproducible task plans are generated as plan.yaml and plan.md files containing DAG edges, acceptance criteria, and risk mitigations. These artifacts enforce task IDs and dependency integrity for structural validation.

Can I revise a project plan after feedback using DAG-driven decomposition?

Yes, DAG-driven decomposition applies to planning from feature specs, revision after feedback, and pre-mortem risk analysis. The Planner and Coordinator roles validate plan structure and update dependency mappings accordingly.

Does task planning work without external dependencies for cycle detection?

DAG-based task planning operates with no external dependencies. Cycle detection and dependency mapping are handled internally to enforce task ID integrity and validate the plan structure.

What's the best way to estimate task effort and map dependencies for feature specs?

Estimation and dependency mapping are applied during DAG-based decomposition of feature specs. This generates a complete plan with deliverable tasks, dependency edges, and acceptance criteria for execution readiness.