KS
Killer-Skills

writing-plans — how to use writing-plans how to use writing-plans, writing-plans setup guide, what is writing-plans, writing-plans alternative, writing-plans vs implementation plans, writing-plans install, TDD best practices, DRY principles in software development, comprehensive implementation planning

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/6/2026

Quality Score

Top 5%
45
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add ChetanG111/safer-claw/writing-plans

Agent Capability Analysis

The writing-plans MCP Server by ChetanG111 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use writing-plans, writing-plans setup guide, what is writing-plans.

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 MCP Server

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
Project
SKILL.md
3.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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

Related Skills

Looking for an alternative to writing-plans or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication