writing-plans

Installation
SKILL.md

Writing Plans

Overview

Write implementation plans as a plan directory — a tight orchestration plan plus per-task briefing files for agents. Assume agents have zero codebase context. Document everything they need: which files to touch, complete code, testing, validation criteria. DRY. YAGNI. TDD. Frequent commits.

Announce at start: "I'm using the writing-plans skill to create the implementation plan."

Context: Can be invoked standalone or as a handoff from brainstorming. Works in the current directory or a dedicated worktree.

Save plans to: .claude/plans/YYYY-MM-DD-<feature-name>/

See references/plan-lifecycle.md for directory lifecycle (creation, execution, cleanup, stale detection).

Plan Directory Structure

.claude/plans/YYYY-MM-DD-<feature-name>/
  plan.md              # Orchestration plan (<200 lines)
Related skills
Installs
12
GitHub Stars
3
First Seen
Feb 17, 2026