writing-plans

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

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/amo-tech-ai/rocket-path-ai --skill writing-plans-amo-tech-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/amo-tech-ai/rocket-path-ai/tree/main/.claude/doc-coauthoring
Command: npx skills add https://github.com/amo-tech-ai/rocket-path-ai --skill writing-plans-amo-tech-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill tackles the challenge of creating clear, actionable implementation plans for complex tasks, ensuring developers have all necessary context and guidance before starting.

Core Features & Use Cases

  • Structured Planning: Generates bite-sized, step-by-step tasks for developers.
  • Contextual Guidance: Assumes minimal prior knowledge of the codebase or problem domain.
  • Use Case: Before a developer starts coding a new feature, this Skill can generate a detailed plan outlining every test to write, every file to modify, and every command to run, ensuring a smooth and efficient development process.

Quick Start

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

To generate a step-by-step implementation plan, you define the feature and the planner breaks it down into 2-5 minute actionable tasks. It provides exact file paths, code snippets, testing instructions, and commit messages for each step.

What is task breakdown in software development and how does it support TDD?

Task breakdown divides complex development into 2-5 minute actions, specifying exact tests to write and run. It supports TDD by sequencing test creation before code generation, ensuring frequent commits and structured testing throughout the workflow.

Do I need prior knowledge of the codebase to create a detailed development plan?

No, you do not need prior codebase knowledge to create a detailed development plan. The planning process assumes minimal developer context and automatically provides necessary guidance, including exact file paths and code snippets for each task.

Can I get exact file paths and commit messages from an automated task breakdown?

Yes, an automated task breakdown provides exact file paths, code snippets, and commit messages for each step. It structures the development process into actionable tasks that facilitate frequent commits and clear documentation.

What is the best way to plan multi-step coding tasks for smooth development?

The best way to plan multi-step coding tasks is to use a structured planning approach that generates bite-sized actions. This method outlines every file to modify, test to write, and command to run, ensuring a smooth and efficient development process.

When should I not use automated implementation plans for code generation?

You should not use automated implementation plans for code generation when facing single-step tasks or highly exploratory programming that lacks defined testing requirements. The tool is designed for multi-step tasks requiring structured breakdown and frequent commits.