plan-tasks

Generate structured implementation task breakdowns from proposals and designs.

30|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/pacaplan/flokay --skill plan-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-tasks
Source: https://github.com/pacaplan/flokay/tree/main/skills/plan-tasks
Command: npx skills add https://github.com/pacaplan/flokay --skill plan-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms a complex change into a series of small, manageable, and independently completable tasks, ensuring clarity and efficiency in the development process.

Core Features & Use Cases

  • Task Decomposition: Divides a large feature or change into granular, well-defined tasks.
  • Self-Contained Task Files: Generates individual files for each task, including all necessary context (proposal, design, specs).
  • Use Case: After designing a new user authentication flow, use this Skill to break down the implementation into tasks like "Set up database schema," "Implement API endpoint," and "Develop frontend components."

Quick Start

Use the plan-tasks skill to create a task breakdown for the current change.

Frequently Asked Questions about plan-tasks

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

FAQPage Schema
How do I break down a complex software feature into actionable tasks?

Task decomposition divides a large feature into granular, well-defined tasks by generating self-contained files from a proposal, design, and specs. Each file includes goals, background, and acceptance criteria for independent completion.

What is the best way to organize implementation tasks for an agile workflow?

Organize agile implementation tasks by ordering them logically and identifying necessary refactoring to support complex changes. This ensures a series of small, manageable, and independently completable steps throughout the project lifecycle.

How do I decompose a project design into self-contained task files?

Decompose a project design by transforming specifications into individual task files. Each generated file contains all necessary context, including the proposal, design, and specific acceptance criteria for that implementation step.

Can I generate acceptance criteria and background context for each development task?

Yes, generating acceptance criteria and background context is supported for each development task. The breakdown process ensures every self-contained file details the specific goals and necessary context derived from the original design and proposal.

Does this task breakdown approach identify necessary refactoring for complex changes?

Yes, the task breakdown approach identifies necessary refactoring when handling complex changes. It organizes work logically to ensure dependencies are managed and implementation tasks are properly ordered.