writing-plans

Transforms feature specifications into structured implementation plans with tasks and files.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/haulcommand-max/haul-command --skill writing-plans-haulcommand-max
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/haulcommand-max/haul-command/tree/main/vendor/superpowers/skills/writing-plans
Command: npx skills add https://github.com/haulcommand-max/haul-command --skill writing-plans-haulcommand-max

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transform specifications into concrete, task-oriented implementation plans.

Core Features & Use Cases

  • Generates a complete, task-focused implementation plan from a feature spec.
  • Saves plans to a standardized location docs/plans/YYYY-MM-DD-<feature-name>.md and outlines required tasks, files, tests, and docs.
  • Supports a bite-sized task breakdown, TDD-friendly steps, and clear documentation for handoffs.

Quick Start

Provide a feature name and a brief specification, and the skill will generate a complete implementation plan and save it to docs/plans/YYYY-MM-DD-<feature-name>.md.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I turn feature specifications into actionable implementation plans?

To turn feature specifications into implementation plans, provide a feature name and a brief spec. The tool generates a structured plan with bite-sized tasks, file touchpoints, and documentation steps, saving it to docs/plans.

Can I generate TDD-friendly task breakdowns from a software feature spec?

Yes, you can generate TDD-friendly task breakdowns from a feature spec. The output plan integrates testable steps and outlines required tests, enabling a test-driven development workflow before coding begins.

What is the best way to structure implementation plans for engineering handoffs?

The best way to structure implementation plans for handoffs is using a standard header and task-oriented breakdown. This approach outlines required tasks, files, tests, and docs to ensure clear documentation for engineers.

Does this implementation plan generator save files to a specific directory format?

Yes, the implementation plan generator saves files to a standardized location. It automatically outputs structured plan documents to docs/plans with date-based filenames formatted as YYYY-MM-DD-<feature-name>.md.