plan

Installation
SKILL.md

Plan

Create tasks that a new agent can finish without making product or technical decisions. Split work by working result, not by file, layer, or team boundary.

Process

  1. Read the source, repository instructions, and relevant code.
  2. Stop and return to design if an unresolved choice would change behavior, interfaces, data, security, scale, performance, compatibility, operations, cost, or proof.
  3. Split the work into tasks that each deliver working behavior, fit one agent run, and produce one focused pull request.
  4. Keep shared contracts in one task. Do not make two tasks answer the same question independently.
  5. Separate refactoring when it would hide a behavior change.
  6. Order tasks by dependency. Add a milestone only when it creates a useful delivery or review boundary.
  7. Return the plan in chat. Create tracker tickets only when the user asks. Never write a plan document.
  8. Stop after planning. Do not implement.

Write for two readers

Each task is read by a human and executed by an agent.

Installs
640
GitHub Stars
395
First Seen
Apr 13, 2026
plan — owainlewis/blueprint