writing-plans
SolidUse when you have a spec or requirements for a multi-step task, before touching code
Web & Frontend 27,681 stars
2854 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Writing Plans
## Overview
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.
Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design very well.
**Announce at start:** "I'm using the writing-plans skill to create the implementation plan."
**Context:** This should be run in a dedicated worktree (created by brainstorming skill).
**Save plans to:** `docs/plans/YYYY-MM-DD-<feature-name>.md`
## Bite-Sized Task Granularity
**Each step is one action (2-5 minutes):**
- "Write the failing test" - step
- "Run it to make sure it fails" - step
- "Implement the minimal code to make the test pass" - step
- "Run the tests and make sure they pass" - step
- "Commit" - step
## Plan Document Header
**Every plan MUST start with this header:**
```markdown
# [Feature Name] Implementation Plan
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
**Goal:** [One sentence describing what this builds]
**Architecture:** [2-3 sentences about approach]
**Tech Stack:** [Key technologies/libraries]
---
```
## Task Structure
```markdown
### Task N: [Component Name]
**Files...
Details
- Author
- davila7
- Repository
- davila7/claude-code-templates
- Created
- 11 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Listed
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
0 Updated 3 days ago
amarbel-llc AI & Automation Featured
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
39,227 Updated today
sickn33 AI & Automation Listed
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
335 Updated today
aiskillstore AI & Automation Solid
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
2,202 Updated 1 weeks ago
foryourhealth111-pixel Web & Frontend Solid
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
359 Updated today
majiayu000