plan-crafting

Installation
SKILL.md

Plan Crafting

Writes an executable plan document from a clearly defined work scope. Designed so tasks can be spawned as "worker-validator" pairs in parallel.

Core Principle

A plan document must be executable by a worker with zero codebase context, without any additional questions. All ambiguity must be resolved at the planning stage.

Hard Gates

  1. Every step must be executable. Placeholders (TBD, TODO, "implement later") are never allowed.
  2. Task conflicts must be prevented. Tasks modifying the same file must not run in parallel. Tasks with dependencies must wait for predecessor completion.
  3. Self-Review is mandatory. After writing the plan, verify its completeness yourself.
  4. Tasks decompose to minimal feature units. One task produces one clear deliverable.

When To Use

Installs
46
GitHub Stars
126
First Seen
Mar 31, 2026
plan-crafting — tmdgusya/engineering-discipline