writing-plans

Generate step-by-step implementation plans for multi-step software development tasks.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/MMXC/openclaw-back --skill writing-plans-mmxc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/MMXC/openclaw-back/tree/main/skills/superpowers/skills/writing-plans
Command: npx skills add https://github.com/MMXC/openclaw-back --skill writing-plans-mmxc

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

  • Bite-sized Task Granularity: Breaks down complex features into small, actionable steps (e.g., write failing test, implement, verify).
  • Comprehensive Documentation: Specifies exact file paths, code snippets, commands, and expected outputs.
  • Use Case: When tasked with implementing a new user authentication flow, this Skill generates a plan detailing every file to modify, every test to write, and every command to run, making the development process efficient and error-free.

Quick Start

Use the writing-plans skill to create an implementation plan for adding a new user profile page.

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 multi-step software development task?

To generate an implementation plan, define the feature scope and the Skill outputs granular, actionable steps including exact file modifications, test writing, code snippets, and execution commands with expected outcomes.

What is the best way to break down complex software features into bite-sized development tasks?

The best way to break down complex features is applying TDD, DRY, and YAGNI principles to generate a task breakdown that specifies exact file paths, code implementation, and verification commands for engineers with zero prior context.

Does this implementation plan generator include specific test writing and execution commands?

Yes, the implementation plan generator includes specific test writing instructions and execution commands, ensuring comprehensive documentation that specifies exact file paths, code snippets, and expected outputs for verification.

Can I use writing-plans to document file modifications and code snippets for an authentication flow?

Yes, you can use writing-plans to document file modifications and code snippets for an authentication flow, detailing every file to modify, every test to write, and every command to run for an efficient, error-free process.

When do I need a detailed implementation plan for software development?

You need a detailed implementation plan when tasked with automating complex feature creation like a user profile page, ensuring clarity and reducing ambiguity by providing bite-sized task granularity and comprehensive documentation.

What principles does this implementation plan generator follow to ensure code quality?

This implementation plan generator follows TDD (Test-Driven Development), DRY (Don't Repeat Yourself), and YAGNI (You Aren't Gonna Need It) principles to ensure clarity for engineers and reduce ambiguity in the development process.