writing-plans

Generate step-by-step implementation plans with file paths, code examples, and verification commands.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/hochoa13/Asistente-Harlest --skill writing-plans-hochoa13
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/hochoa13/Asistente-Harlest/tree/main/skills/software-development/writing-plans
Command: npx skills add https://github.com/hochoa13/Asistente-Harlest --skill writing-plans-hochoa13

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you break down complex tasks into manageable, bite-sized steps, ensuring clarity and reducing the chance of errors during implementation.

Core Features & Use Cases

  • Structured Planning: Generates comprehensive plans with exact file paths, code examples, and verification steps.
  • Task Granularity: Ensures each task is small enough to be completed in 2-5 minutes.
  • Use Case: Before starting a new feature, use this Skill to generate a detailed plan that guides the developer (or a sub-agent) through every step, from writing tests to committing code.

Quick Start

Use the writing-plans skill to create a detailed implementation plan for adding a user profile page.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I create a step-by-step implementation plan for a new software feature?

Generating an implementation plan involves outlining exact file paths, code examples, and precise commands with expected outputs. It enforces DRY, YAGNI, and TDD principles to ensure each task is granular enough to complete in 2-5 minutes.

What is the best way to break down multi-step software development tasks?

The best task breakdown method enforces DRY, YAGNI, and TDD principles to ensure clarity and efficiency. It generates comprehensive steps with exact file paths, complete code examples, and precise commands with expected outputs for verification.

How do I write a development plan that includes verification steps and code examples?

Detailed development plans specify exact file paths, provide complete code examples, and outline precise commands with expected outputs for verification. This ensures task granularity and guides developers through every step from writing tests to committing code.

Can I use a structured implementation plan to guide a sub-agent through coding tasks?

Yes, you can use detailed implementation plans to guide a sub-agent through coding tasks. The plan outlines exact file paths, complete code examples, and precise commands with expected outputs, ensuring task granularity for sub-agent execution.

Does detailed implementation planning enforce TDD and DRY principles in software development?

Detailed implementation planning enforces DRY, YAGNI, and TDD principles to ensure clarity and efficiency in development workflows. It guides developers through every step, from writing tests to committing code, ensuring each task takes 2-5 minutes.

Why does my software development workflow need exact file paths and expected command outputs?

Exact file paths and expected command outputs provide verification steps that reduce the chance of errors during implementation. This structured planning ensures clarity and guides developers through every step, from writing tests to committing code.