# writing-plans > Use when you have a spec or requirements for a multi-step task, before touching code - Author: Joshua Bates - Repository: joshuabates/tina - Version: 20260126134628 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/joshuabates/tina - Web: https://mule.run/skillshub/@@joshuabates/tina~writing-plans:20260126134628 --- --- name: writing-plans description: Use when you have a spec or requirements for a multi-step task, before touching code --- # Writing Plans ## Overview Create implementation plans from design documents by delegating to the planner subagent. **Announce at start:** "I'm using the writing-plans skill to create the implementation plan." ## Usage Dispatch the planner subagent: ``` Task tool: subagent_type: tina:planner prompt: | Design doc: docs/plans/2026-01-24-feature-design.md Plan phase: 1 ``` Planner returns the plan path and phases remaining. ## Execution Handoff After planner completes: **"Plan saved to ``. Ready to execute?"** - If yes: Use `tina:executing-plans` - If multi-phase: Note which phases remain