writing-plans — community writing-plans, ShipFree, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Workflow Agents tasked with onboarding engineers and managing complex codebase changes. Open Source Next.js Saas Boilerplate

revokslab revokslab
[0]
[0]
Updated: 2/26/2026

Agent Capability Analysis

The writing-plans skill by revokslab 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.

Ideal Agent Persona

Perfect for Development Workflow Agents tasked with onboarding engineers and managing complex codebase changes.

Core Value

Generates comprehensive, bite-sized implementation plans following DRY, YAGNI, and TDD principles for Next.js SaaS boilerplates. It provides specific file paths, testing procedures, and documentation requirements for engineers with zero codebase context.

Capabilities Granted for writing-plans

Onboarding new engineers to complex codebases
Breaking down feature implementations into atomic tasks
Documenting testing procedures for unfamiliar systems
Creating commit strategies for incremental development

! Prerequisites & Limits

  • Next.js-specific focus
  • Assumes engineer has questionable testing knowledge
  • Requires understanding of SaaS boilerplate structure
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 Workflow Agents tasked with onboarding engineers and managing complex codebase changes. Open Source Next.js Saas Boilerplate

How do I install writing-plans?

Run the command: npx killer-skills add revokslab/ShipFree/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: Onboarding new engineers to complex codebases, Breaking down feature implementations into atomic tasks, Documenting testing procedures for unfamiliar systems, Creating commit strategies for incremental development.

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?

Next.js-specific focus. Assumes engineer has questionable testing knowledge. Requires understanding of SaaS boilerplate structure.

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 revokslab/ShipFree/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