writing-plans

Generate step-by-step implementation plans for software development tasks.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/EanLee/article-write --skill writing-plans-eanlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/EanLee/article-write/tree/main/.github/skills/writing-plans
Command: npx skills add https://github.com/EanLee/article-write --skill writing-plans-eanlee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates comprehensive, step-by-step implementation plans for software development tasks, ensuring engineers have all necessary context and instructions to complete the work efficiently.

Core Features & Use Cases

  • Detailed Task Breakdown: Creates bite-sized, actionable tasks for developers.
  • Contextual Information: Includes file paths, code snippets, testing instructions, and commands.
  • Use Case: When a new feature is requested, this Skill can produce a complete plan that a developer can follow with minimal supervision, covering everything from writing tests to committing code.

Quick Start

Use the writing-plans skill to generate an implementation plan for adding a new user authentication module.

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 software development tasks?

To generate an implementation plan, define the feature request and minimal prior context. The plan will output bite-sized tasks specifying files to modify, code to write, tests to implement, and commands to execute.

Can I automatically break down a new feature request into actionable developer tasks?

Yes, you can break down new feature requests into actionable developer tasks. The process creates bite-sized instructions covering everything from writing tests to committing code, allowing completion with minimal supervision.

Does this implementation planning approach support TDD and DRY principles?

Yes, the implementation planning approach fully supports TDD and DRY principles. Generated plans explicitly include testing instructions and code writing steps that adhere to these development methodologies throughout the task breakdown.

What's the best way to document file paths and testing instructions for a new development module?

The best way to document file paths and testing instructions is through contextual task generation. The output captures exact paths, code snippets, and commands, saving comprehensive plans to the docs directory.

How do I execute generated implementation plans using sub-agents or parallel sessions?

To execute generated implementation plans using sub-agents or parallel sessions, select the provided execution options after the plan is saved. This allows automated or concurrent processing of the detailed development tasks.

Do I need to provide extensive prior context for generating detailed software development plans?

No, you do not need to provide extensive prior context. The plan generation assumes minimal prior context from the engineer, automatically producing comprehensive instructions and contextual information for the task.