writing-plans — writing-plans install writing-plans, safer-claw, community, writing-plans install, ide skills, DRY principles in software development, comprehensive implementation planning, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents requiring comprehensive implementation planning and codebase onboarding capabilities. writing-plans is a skill that creates detailed, step-by-step implementation plans for developers, assuming zero context and focusing on DRY, YAGNI, and TDD principles.

Features

Generates bite-sized tasks for easy implementation
Applies DRY (Don't Repeat Yourself) principles for efficient planning
Follows TDD (Test-Driven Development) best practices for reliable testing
Assumes zero context for new developers, providing thorough documentation
Emphasizes frequent commits for version control and collaboration
Covers code, testing, and documentation for comprehensive planning

# Core Topics

ChetanG111 ChetanG111
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The writing-plans skill by ChetanG111 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for writing-plans install, DRY principles in software development, comprehensive implementation planning.

Ideal Agent Persona

Perfect for Development Agents requiring comprehensive implementation planning and codebase onboarding capabilities.

Core Value

Empowers agents to generate detailed implementation plans, including code snippets, testing procedures, and documentation guidelines, leveraging principles like DRY, YAGNI, and TDD, and utilizing frequent commits for version control.

Capabilities Granted for writing-plans

Generating step-by-step task lists for new codebase contributors
Creating testing plans and documentation for complex software features
Onboarding skilled developers to unfamiliar toolsets and problem domains

! Prerequisites & Limits

  • Assumes skilled developer with limited context for the codebase or toolset
  • Requires knowledge of testing and documentation best practices
  • May not be suitable for extremely complex or proprietary systems
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

writing-plans

Install writing-plans, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

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
1# [Feature Name] Implementation Plan 2 3> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task. 4 5**Goal:** [One sentence describing what this builds] 6 7**Architecture:** [2-3 sentences about approach] 8 9**Tech Stack:** [Key technologies/libraries] 10 11---

Task Structure

markdown
1### Task N: [Component Name] 2 3**Files:** 4- Create: `exact/path/to/file.py` 5- Modify: `exact/path/to/existing.py:123-145` 6- Test: `tests/exact/path/to/test.py` 7 8**Step 1: Write the failing test** 9 10```python 11def test_specific_behavior(): 12 result = function(input) 13 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
1def function(input): 2 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
1git add tests/path/test.py src/path/file.py 2git commit -m "feat: add specific feature"

## Remember
- Exact file paths always
- Complete code in plan (not "add validation")
- Exact commands with expected output
- Reference relevant skills with @ syntax
- DRY, YAGNI, TDD, frequent commits

## Execution Handoff

After saving the plan, offer execution choice:

**"Plan complete and saved to `docs/plans/<filename>.md`. 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:**
- **REQUIRED SUB-SKILL:** Use superpowers:subagent-driven-development
- Stay in this session
- Fresh subagent per task + code review

**If Parallel Session chosen:**
- Guide them to open new session in worktree
- **REQUIRED SUB-SKILL:** New session uses superpowers:executing-plans

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is writing-plans?

Perfect for Development Agents requiring comprehensive implementation planning and codebase onboarding capabilities. writing-plans is a skill that creates detailed, step-by-step implementation plans for developers, assuming zero context and focusing on DRY, YAGNI, and TDD principles.

How do I install writing-plans?

Run the command: npx killer-skills add ChetanG111/safer-claw/writing-plans. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for writing-plans?

Key use cases include: Generating step-by-step task lists for new codebase contributors, Creating testing plans and documentation for complex software features, Onboarding skilled developers to unfamiliar toolsets and problem domains.

Which IDEs are compatible with writing-plans?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for writing-plans?

Assumes skilled developer with limited context for the codebase or toolset. Requires knowledge of testing and documentation best practices. May not be suitable for extremely complex or proprietary systems.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add ChetanG111/safer-claw/writing-plans. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use writing-plans immediately in the current project.

Related Skills

Looking for an alternative to writing-plans or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI