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

  • After the clarification skill completes and a Context Brief file has been generated
  • When the user explicitly requests plan creation with a clear prompt
Related skills

More from tmdgusya/engineering-discipline

Installs
32
GitHub Stars
76
First Seen
Mar 31, 2026