writing-plans

Generate step-by-step implementation plans with file changes, tests, and commit messages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, step-by-step implementation plans for software development tasks, ensuring clarity and consistency for engineers with varying levels of context.

Core Features & Use Cases

  • Bite-sized Task Granularity: Breaks down complex features into small, actionable steps (e.g., "Write the failing test", "Implement minimal code").
  • Comprehensive Documentation: Includes file modifications, testing instructions, and commit messages.
  • Use Case: A product manager needs to outline the development process for a new user authentication feature. This Skill can generate a detailed plan, specifying which files to modify, how to write tests, and the exact commit messages to use for each step.

Quick Start

Use the writing-plans skill to create an implementation plan for adding a new 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 generate a step-by-step implementation plan for a new software feature?

To generate an implementation plan, provide a brief feature description. The system outputs a detailed, bite-sized task roadmap outlining specific file modifications, code steps, testing procedures, and commit messages.

What is the best way to break down complex development tasks into TDD-aligned steps?

Breaking down complex development tasks into TDD-aligned steps involves outlining bite-sized actions like writing failing tests, implementing minimal code, and crafting precise commit messages to ensure structured, test-driven feature implementation.

Can I use this planning approach for a feature without providing extensive prior context?

Yes, you can use this approach without prior context. It assumes minimal background knowledge from the engineer and generates a comprehensive development roadmap detailing file modifications, testing instructions, and commit messages.

Does the generated development plan include specific file modifications and commit messages?

Yes, the generated development plan includes specific file modifications, code implementation steps, testing procedures, and commit messages that adhere to TDD and DRY principles for clear version control tracking.

How does task management documentation work for bite-sized software implementation?

Task management documentation for software implementation works by detailing each bite-sized step, specifying exact code modifications, testing instructions, and commit messages to facilitate structured development and clear progress tracking.