writing-plans

Generate step-by-step implementation plans with file paths, code snippets, and commit messages.

Updated Jun 13, 2025
One-click install
npx skills add https://github.com/minseok1109/coffimer-app --skill writing-plans-minseok1109
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/minseok1109/coffimer-app/tree/main/.agents/skills/writing-plans
Command: npx skills add https://github.com/minseok1109/coffimer-app --skill writing-plans-minseok1109

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 reducing ambiguity for engineers.

Core Features & Use Cases

  • Comprehensive Planning: Generates plans with exact file paths, code snippets, testing instructions, and commit messages.
  • Bite-Sized Tasks: Breaks down complex features into small, actionable steps suitable for TDD.
  • Use Case: Before starting a new feature, use this Skill to generate a complete plan that guides a developer through writing tests, implementing code, and committing changes, minimizing the need for prior context.

Quick Start

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

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I generate an implementation plan for multi-step software development tasks?

To generate an implementation plan for software development tasks, you provide the feature requirements, and the Skill outputs exact file paths, code snippets, testing procedures, and commit messages. This breaks complex features into small, actionable steps.

What is the best way to create detailed implementation plans that support TDD and DRY principles?

Creating implementation plans that support TDD and DRY principles involves outlining specific, bite-sized steps for writing tests, implementing code, and committing changes. This approach ensures clarity and reduces ambiguity for engineers with limited project context.

Can I get granular instructions including code examples and commit messages for a new feature?

Yes, you can get granular instructions with code examples and commit messages for a new feature. The Skill automates the creation of comprehensive plans that include exact file modifications and testing procedures to guide developers through implementation.

Do I need prior project context to use a generated plan for adding user authentication?

No, you do not need prior project context to use a generated plan for adding user authentication. The Skill minimizes the need for existing context by providing detailed, actionable steps that guide a developer through the entire implementation process.

When do I need a step-by-step implementation plan for software development?

You need a step-by-step implementation plan for software development when you want to automate the creation of detailed instructions before starting a new feature. This ensures clarity, reduces ambiguity, and facilitates testing procedures for engineers.