writing-plans

Design detailed step plans with task decomposition and file I/O definitions.

10|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Yrzhe/telegram-claude-bot --skill writing-plans-yrzhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/Yrzhe/telegram-claude-bot/tree/main/.claude/skills/writing-plans
Command: npx skills add https://github.com/Yrzhe/telegram-claude-bot --skill writing-plans-yrzhe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write comprehensive, actionable plans for complex tasks so teams can execute with clarity and consistency.

Core Features & Use Cases

  • Plan Document Header: enforces a standardized plan start with a header that captures goal, approach, and output.
  • Task Structure: defines clear, step-by-step actions with precise file paths and verification steps.
  • Execution Handoff: provides a smooth handoff to execution and progress reporting.

Quick Start

Ask me to generate a plan for your task and I will produce a ready-to-use, step-by-step plan and save it to plans/<date>-<topic>.md.

Frequently Asked Questions about writing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a step-by-step execution plan for a complex task?

To write a step-by-step execution plan for a complex task, define a standardized header with the goal, decompose the work into explicit tasks with file I/O definitions, and save the markdown output to a structured path for repeatable execution.

What is task decomposition and how does it help project planning?

Task decomposition is breaking down complex work into clear, step-level actions with precise file paths and verification steps. It helps project planning by ensuring smooth execution handoffs and consistent progress reporting across multi-step workflows.

How do I structure a markdown plan template for repeatable execution?

Structure a markdown plan template by enforcing a fixed plan header that captures the goal and approach, followed by explicit tasks with defined file I/O, verification steps, and a saved output path under plans/ to ensure repeatable execution.

Do I need any specific dependencies to generate actionable task plans?

No specific dependencies are required to generate actionable task plans. The planning process relies on a repeatable template structure to decompose tasks and document step-level actions without needing external components or libraries.

What's the best way to document file inputs and outputs in a workflow plan?

The best way to document file inputs and outputs in a workflow plan is to define explicit tasks with precise file paths and verification steps, ensuring each step-level action has clear I/O definitions before saving the output.

When should I avoid using a standardized plan template for task planning?

You should avoid using a standardized plan template for task planning when dealing with simple, single-step tasks that do not require task decomposition, explicit file I/O definitions, or structured execution handoffs to ensure repeatable execution.