plan

Plan user specifications into ordered task lists with acceptance criteria.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/pko89403/ZeroAlign-Rec --skill plan-pko89403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/pko89403/ZeroAlign-Rec/tree/main/.agents/skills/plan
Command: npx skills add https://github.com/pko89403/ZeroAlign-Rec --skill plan-pko89403

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning and task breakdown are often manual, error-prone, and time-consuming. This skill provides a structured way to turn user specs into an ordered, verifiable task plan.

Core Features & Use Cases

  • Identify a dependency graph between components in a design/spec.
  • Slice work vertically into complete tasks with acceptance criteria and verification steps.
  • Present execution flow, checkpoints, and review-ready task lists for stakeholders.

Quick Start

Ask me to plan a spec or break a design into ordered, verifiable tasks.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I break down project specifications into ordered, verifiable tasks?

To break down project specifications into ordered tasks, define component dependencies, slice work vertically into actionable items, and attach acceptance criteria and verification steps to each task.

What is vertical task slicing in project management?

Vertical task slicing divides work into complete, end-to-end functional units. This method ensures each sliced task includes its own acceptance criteria and verification steps for independent validation.

Can I map dependency graphs for software design requirements?

Yes, you can map dependency graphs for software design requirements by identifying relationships between components and structuring the execution flow to enforce correct chronological task ordering.

How do I create a workflow design with checkpoints for stakeholders?

Create a workflow design with checkpoints by organizing the task breakdown into a review-ready list that highlights execution flow, dependencies, and verification steps for stakeholder review.

Does this task planning approach work for bugfix breakdowns?

Yes, this task planning approach works for bugfix breakdowns by identifying the root cause dependencies, slicing the fix into verifiable steps, and enforcing acceptance criteria before closure.

What is the best way to add acceptance criteria to a task breakdown?

The best way to add acceptance criteria to a task breakdown is to define verification steps alongside each vertically sliced task, ensuring the execution flow meets stakeholder requirements.