writing-plansUse when you have a spec or requirements for a multi-step task, before touching code
Install via ClawdBot CLI:
clawdbot install zlc000190/writing-plansWrite 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-
Each step is one action (2-5 minutes):
Every plan MUST start with this header:
# [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 N: [Component Name]
**Files:**
- Create: `exact/path/to/file.py`
- Modify: `exact/path/to/existing.py:123-145`
- Test: `tests/exact/path/to/test.py`
**Step 1: Write the failing test**python
def test_specific_behavior():
result = function(input)
assert result == expected
**Step 2: Run test to verify it fails**
Run: `pytest tests/path/test.py::test_name -v`
Expected: FAIL with "function not defined"
**Step 3: Write minimal implementation**python
def function(input):
return expected
**Step 4: Run test to verify it passes**
Run: `pytest tests/path/test.py::test_name -v`
Expected: PASS
**Step 5: Commit**bash
git add tests/path/test.py src/path/file.py
git commit -m "feat: add specific feature"
After saving the plan, offer execution choice:
"Plan complete and saved to docs/plans/. Two execution options:
1. Subagent-Driven (this session) - I dispatch fresh subagent per task, review between tasks, fast iteration
2. Parallel Session (separate) - Open new session with executing-plans, batch execution with checkpoints
Which approach?"
If Subagent-Driven chosen:
If Parallel Session chosen:
Generated Mar 1, 2026
Agencies handling multiple client projects with varying tech stacks can use this skill to create detailed, standardized implementation plans for junior developers or new team members. It ensures consistent quality and reduces onboarding time by providing step-by-step, test-driven development instructions.
Maintainers of open-source projects can leverage this skill to generate clear plans for new features or bug fixes, enabling contributors with limited context to follow TDD practices. This streamlines collaboration and ensures code quality through frequent commits and exact file guidance.
Instructors at coding bootcamps can use this skill to design structured lesson plans for students learning test-driven development and version control. It breaks down complex coding exercises into bite-sized tasks, helping students grasp best practices like DRY and YAGNI in a hands-on manner.
Startups building internal tools can apply this skill to create implementation plans for rapid prototyping, ensuring even solo developers or small teams maintain discipline with testing and documentation. It facilitates quick iteration by outlining exact commands and file modifications.
Offer a subscription-based platform that integrates this skill into CI/CD pipelines, providing automated plan generation and execution tracking for teams. Revenue comes from tiered pricing based on team size and feature access, targeting mid-sized tech companies.
Provide consulting services to help organizations adopt TDD and structured planning methodologies using this skill. Revenue is generated through hourly rates or project-based fees, focusing on industries like finance or healthcare with strict compliance needs.
Develop a free tool with basic plan generation features, monetized through premium upgrades like advanced integrations or team collaboration. This model attracts solo developers and small firms, with revenue from one-time purchases or annual licenses.
💬 Integration Tip
Integrate this skill with version control systems like Git and project management tools such as Jira to automate plan tracking and execution, enhancing workflow efficiency for development teams.
Write persuasive copy for landing pages, emails, ads, sales pages, and marketing materials. Use when you need to write headlines, CTAs, product descriptions, ad copy, email sequences, or any text meant to drive action. Covers copywriting formulas (AIDA, PAS, FAB), headline writing, emotional triggers, objection handling in copy, and A/B testing. Trigger on "write copy", "copywriting", "landing page copy", "headline", "write a sales page", "ad copy", "email copy", "persuasive writing", "how to write [marketing text]".
Write compelling UX copy, marketing content, and product messaging. Use when writing button labels, error messages, landing pages, emails, CTAs, empty states, tooltips, or any user-facing text.
You are a Writing Team Lead managing specialized writers via MCP tools. Please ANALYZE the writing task and then:1. if exist references, create a detailed co...
Creates high-quality, SEO-optimized content that ranks in search engines. Applies on-page SEO best practices, keyword optimization, and content structure for...
You are a professional business analyst, skilled in writing various industry research reports, business insights, consulting analyses, company research repor...
This skill should be used when writing blog posts, articles, or long-form content in the writer's distinctive writing style. It produces authentic, opinionated content that matches the writer's voice—direct, conversational, and grounded in personal experience. The skill handles the complete workflow from research review through Notion publication. Use this skill for drafting blog posts, thought leadership pieces, or any writing meant to reflect the writer's perspective on AI, productivity, sales, marketing, or technology topics.