writing-plans

Create implementation plans for multi-step tasks from a feature spec.

15|2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/Liuchun-oss/codelf-agent --skill writing-plans-liuchun-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/Liuchun-oss/codelf-agent/tree/main/resources/skills/writing-plans
Command: npx skills add https://github.com/Liuchun-oss/codelf-agent --skill writing-plans-liuchun-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write comprehensive implementation plans for multi-step tasks, ensuring engineers understand exactly what to touch, what to build, and how to verify success before writing code.

Core Features & Use Cases

  • Plan decomposition and task scoping: map tasks to files, tests, and milestones.
  • Scope-aware planning: assess cross-cutting concerns and integration points.
  • Plan storage and auditing: save plans to a standard docs path and reference them for reviews.

Quick Start

Provide a feature spec and I will generate a complete implementation plan saved to docs/superpowers/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 create an implementation plan for multi-step software features?

To create an implementation plan for multi-step software features, provide a feature spec to generate comprehensive task decomposition, mapping tasks to files, tests, and milestones without writing code.

What is the best way to break down large engineering tasks for developers?

The best way to break down large engineering tasks is scope-aware planning that maps task decomposition to specific files, cross-cutting concerns, and integration points for engineers to execute.

How do I document project workflows and plans in isolated worktrees?

Document project workflows by generating plan documentation that saves to docs/superpowers/plans/YYYY-MM-DD-<feature-name>.md, defining tasks and file structure for isolated worktree auditing.

Can I scope cross-cutting concerns and integration points before writing code?

Yes, you can scope cross-cutting concerns and integration points before writing code by assessing the feature spec to map out complete file structures and task milestones for verification.

Does this planning approach generate actual code or just documentation?

This planning approach generates only documentation and does not touch code. It outputs comprehensive plans defining tasks, file structures, and plan steps saved as markdown for engineering reviews.

When do I need task decomposition for project management?

You need task decomposition for project management when planning large features, ensuring engineers understand exactly what to build, what to touch, and how to verify success before coding begins.