writing-plans

Generate detailed implementation plans with file changes, code snippets, commands, and commit instructions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating clear, actionable implementation plans for software development tasks, ensuring engineers have all necessary context and instructions.

Core Features & Use Cases

  • Comprehensive Planning: Generates detailed, step-by-step plans for multi-step tasks.
  • Contextualization: Assumes minimal prior knowledge of the codebase or problem domain.
  • Use Case: Before starting a new feature, use this Skill to generate a plan that outlines exactly which files to modify, how to write tests, and the exact commands to run for each step.

Quick Start

Use the writing-plans skill to create an implementation plan for the new user authentication feature.

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 a new software feature?

To generate an implementation plan for a new software feature, define the task and the system creates detailed, bite-sized steps. It outlines specific files to modify, test code snippets, exact commands with expected outputs, and commit instructions to facilitate TDD.

What is the best way to break down complex coding tasks for TDD?

The best way to break down complex coding tasks for TDD is to generate comprehensive, bite-sized implementation plans. This approach provides exact commands with expected outputs and frequent commit instructions, ensuring structured test-driven development without assuming prior codebase context.

Can I create a step-by-step coding plan without prior knowledge of the codebase?

Yes, you can create a step-by-step coding plan without prior knowledge of the codebase. The generation process assumes minimal context of the problem domain, outlining specific files to modify and implementation snippets for engineers to execute.

Does implementation planning include specific test commands and expected outputs?

Implementation planning does include specific test commands and expected outputs. The generated plans outline exact commands to run for each step, provide code snippets for tests and implementation, and detail commit instructions to ensure frequent commits.

When should I use detailed task breakdown for software development?

You should use detailed task breakdown for software development when tackling complex features requiring structured execution. It is ideal for generating comprehensive, multi-step plans where specific file modifications, test snippets, and TDD workflows are needed to ensure clear, actionable instructions.