writing-plans
FeaturedUse when you have a spec or requirements for a multi-step task, before touching code
AI & Automation 39,227 stars
6374 forks Updated today MIT
Install
Quality Score: 99/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
- sickn33
- Repository
- sickn33/antigravity-awesome-skills
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
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
27,681 Updated today
davila7 Data & Documents Listed
writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
1 Updated 4 days ago
amarbel-llc 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