tasks

Convert high-level implementation plans into granular tasks with dependencies.

15|6|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/lionbenjamin/agent-templates --skill tasks-lionbenjamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/lionbenjamin/agent-templates/tree/main/skills/tasks
Command: npx skills add https://github.com/lionbenjamin/agent-templates --skill tasks-lionbenjamin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Break down an approved implementation plan into specific, actionable tasks to enable precise execution and tracking.

Core Features & Use Cases

  • Convert high-level plans into granular tasks with defined scope, estimates, and dependencies.
  • Align tasks with project phases (Foundation → Logic (test→impl) → UI → Integration → Refactor) and ensure interleaved testing within each phase.
  • Example: given a feature spec, generate a task list suitable for developers and testers, including prerequisite and optional tasks.

Quick Start

Convert a high-level plan into a phased, test-first task breakdown ready for assignment.

Frequently Asked Questions about tasks

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

FAQPage Schema
How do I break down a project plan into actionable development tasks?

To break down a project plan into actionable tasks, convert high-level implementation plans into granular work items with defined scope, estimates, and dependencies aligned to specific project phases.

What is phase-aware sequencing in project task breakdown?

Phase-aware sequencing organizes tasks into Foundation, Logic, UI, Integration, and Refactor phases. This ensures developers follow a structured progression with interleaved testing within each phase for clear traceability.

How do I enforce a test-first mindset when planning implementation phases?

To enforce a test-first mindset during implementation planning, align tasks within the Logic phase to sequence test creation before implementation, ensuring interleaved testing and traceability from plan to execution.

Can I generate a task list with dependencies from a feature spec?

Yes, you can generate a task list from a feature spec. The process converts the spec into granular tasks with defined scope and dependencies, including prerequisite and optional tasks suitable for developers and testers.

What is the best way to structure a test-first task breakdown for developers?

The best way to structure a test-first task breakdown is to align work items across project phases from Foundation to Refactor, ensuring interleaved testing and clear deliverables for precise execution and tracking.

Does this task breakdown approach work without external project management dependencies?

Yes, this task breakdown approach works without external project management dependencies. It converts approved implementation plans directly into precise, actionable work items using a phase-aware, test-first sequencing methodology.