writing-plans

Generate task-by-task implementation plans with tests and rollback guidance.

8|3|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/Bbeierle12/Skill-MCP-Claude --skill writing-plans-bbeierle12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/Bbeierle12/Skill-MCP-Claude/tree/main/skills/writing-plans
Command: npx skills add https://github.com/Bbeierle12/Skill-MCP-Claude --skill writing-plans-bbeierle12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a framework to write detailed, executable implementation plans for features.

Core Features & Use Cases

  • Stepwise planning: Break tasks into concrete steps with tests and verification.
  • Rollout guidance: Rollback plans and integration tests included.
  • Use Case: Plan a feature from discovery to deployment with explicit tasks and tests.

Quick Start

Create a plan document (markdown) with tasks, tests, and verification steps.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I write a detailed implementation plan for a software feature?

Implementation planning breaks a feature into concrete, executable tasks with prerequisites, test-first scaffolding (RED/GREEN), integration tests, and rollback guidance. Structure each task with exact file paths, code examples, verification commands with expected outputs, and a quality checklist to ensure completeness before deployment.

What should be included in a step-by-step feature development plan?

A complete plan includes task-by-task breakdown with explicit prerequisites, test artifacts written before implementation, exact file paths and code examples, integration test steps, manual verification procedures with expected outputs, and rollback guidance for each phase.

How do I structure tests and verification in an implementation plan?

Apply test-first scaffolding by writing tests before code (RED/GREEN pattern), include integration tests that verify feature interaction, document verification commands with their expected outputs, and provide manual verification steps to catch issues before rollout.

Can I use implementation plans for deployment and rollback?

Yes. Implementation plans include integration tests and explicit rollback guidance for each phase, enabling safe deployment with clear rollback steps if issues arise during or after feature release.

What's the difference between brainstorming outputs and an implementation plan?

Brainstorming and design produce concepts and requirements. Implementation planning translates those into executable task sequences with specific prerequisites, code examples, test artifacts, verification commands, and quality checklists ready for development teams to execute.