writing-plans

Generate detailed implementation plans with file paths and TDD tasks.

8|1|Updated Aug 15, 2025
One-click install
npx skills add https://github.com/boneskull/bupkis --skill writing-plans-boneskull
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/boneskull/bupkis/tree/main/.claude/skills/writing-plans
Command: npx skills add https://github.com/boneskull/bupkis --skill writing-plans-boneskull

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the ambiguity and context-switching that often plagues software development. It ensures engineers, even those new to a codebase or domain, receive crystal-clear, actionable implementation plans, reducing questions, errors, and delays.

Core Features & Use Cases

  • Comprehensive Implementation Plans: Creates highly detailed, step-by-step guides with exact file paths, complete code examples, and verification steps.
  • Zero-Context Engineering: Designed to provide all necessary information, assuming the engineer has minimal prior knowledge of the codebase or problem domain.
  • TDD-Focused Tasks: Structures tasks around Test-Driven Development (TDD) principles, promoting robust and well-tested code.
  • Use Case: After a feature design is complete, invoke this Skill to automatically generate a full implementation plan, breaking down the work into bite-sized, commit-ready tasks for your engineering team.

Quick Start

Use the writing-plans skill to create an implementation plan for adding a new user authentication module. The design specifies using OAuth2 with Google as a provider.