plan

Installation
SKILL.md

Plan

Overview

Decompose work into small, verifiable tasks with explicit acceptance criteria. Good task breakdown is the difference between an agent that completes work reliably and one that produces a tangled mess. Every task should be small enough to implement, test, and verify in a single focused session.

When to Use

  • You have a spec and need to break it into implementable units
  • A task feels too large or vague to start
  • Work needs to be parallelized across multiple agents or sessions
  • You need to communicate scope to a human
  • The implementation order isn't obvious

When NOT to use: Single-file changes with obvious scope, or when the spec already contains well-defined tasks.

The Planning Process

If the caller gives a plan path, write and revise that exact file. Otherwise choose a repo-local path that fits the project, such as docs/plans/YYYY-MM-DD-<feature>.md, plans/<feature>.md, or a caller-established state path.

Installs
11
First Seen
May 18, 2026
plan — vadimcomanescu/agents-skills