# Writing Plans

> Use when creating implementation plans that can be executed by humans or agents with traceable requirements and validation commands.

- Skill: `dyai2025/writing-plans` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dyai2025/writing-plans`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dyai2025/writing-plans/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: DYAI2025 (https://skillmd.com/u/dyai2025)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dyai2025/writing-plans

---


# Writing Plans

## Required format
- Goal and non-goals
- Preconditions and known gaps
- Task list with stable IDs
- For each task: related REQ IDs, files/modules likely affected, tests to add/run, acceptance evidence
- Risks and rollback notes

Plans must be concrete enough that another agent can execute one task without re-deriving the whole design.


