writing-plans

Generate step-by-step implementation plans with file modifications and commands.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/fakhriaditiarahman/Your-Skill-Agent --skill writing-plans-fakhriaditiarahman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/fakhriaditiarahman/Your-Skill-Agent/tree/main/.agent/skills/writing-plans
Command: npx skills add https://github.com/fakhriaditiarahman/Your-Skill-Agent --skill writing-plans-fakhriaditiarahman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating clear, actionable implementation plans for complex tasks, ensuring developers have all necessary context and instructions before starting.

Core Features & Use Cases

  • Detailed Task Breakdown: Generates bite-sized, actionable steps for implementation.
  • Contextual Information: Includes necessary file paths, code snippets, testing instructions, and commands.
  • Use Case: Before a developer starts coding a new feature, this Skill can generate a comprehensive plan detailing every file to modify, every test to write, and every command to run, minimizing ambiguity and accelerating development.

Quick Start

Use the writing-plans skill to create an implementation plan for the new user authentication feature.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I generate a step-by-step implementation plan for a complex coding task?

To generate a step-by-step implementation plan, define the multi-step task and the skill produces detailed file modifications, code snippets, testing procedures, and execution commands saved to `docs/plans/`.

What is the best way to break down development tasks into actionable steps?

The best way to break down development tasks is generating bite-sized, actionable steps that include necessary context, exact file paths, code snippets, and commands to minimize ambiguity before coding starts.

Does this implementation plan generator assume prior codebase context?

This implementation plan generator assumes no prior codebase context, meaning it independently specifies exact file modifications, testing instructions, and execution commands required for each distinct task.

How are generated implementation plans executed after creation?

Generated implementation plans are saved directly to the `docs/plans/` directory and can be executed via a subagent or a separate development session to guide the actual coding process.

Can I include testing procedures and specific commands in my developer guidance?

Yes, you can include testing procedures and specific commands because the generated developer guidance explicitly specifies exact testing procedures, execution commands, and code snippets for each task breakdown.