writing-plans

Generate detailed implementation plans with task breakdowns and acceptance criteria.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/GOODWORKRINKZ/mylamp --skill writing-plans-goodworkrinkz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/GOODWORKRINKZ/mylamp/tree/main/.agents/skills/writing-plans
Command: npx skills add https://github.com/GOODWORKRINKZ/mylamp --skill writing-plans-goodworkrinkz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps product teams and engineers translate vague requirements into concrete, executable plans, reducing ambiguity and project risk.

Core Features & Use Cases

  • Generates detailed task breakdowns, ownership, and acceptance criteria for multi-step work
  • Documents dependencies, testing steps, and delivery milestones to support auditable execution
  • Use cases: starting a new feature, scoping a rewrite, or decomposing an epic into runnable tasks

Quick Start

Create the plan file and save it to docs/plans/YYYY-MM-DD-<feature-name>.md.

Frequently Asked Questions about writing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I break down vague project specifications into concrete engineering tasks?

To break down vague specifications into concrete tasks, you need a structured implementation plan that defines ownership, acceptance criteria, and delivery milestones. This reduces ambiguity and project risk by translating broad requirements into executable work items.

What is the best way to document an implementation plan for a complex feature rewrite?

The best way to document an implementation plan is to generate a markdown file capturing task breakdowns, dependencies, and testing steps. Save it to your docs directory as a dated feature file to support auditable execution and track delivery milestones.

Can I use structured task breakdown for scoping both small fixes and large epics?

Yes, structured task breakdown applies to small fixes and large epics by generating defined success criteria and ownership for each item. It decomposes multi-step work into runnable tasks, ensuring clear delivery milestones regardless of the project scope.

How do I create an auditable execution plan for a new software feature?

You create an auditable execution plan by documenting dependencies, testing steps, and delivery milestones alongside the task breakdown. This records concrete execution steps and acceptance criteria, ensuring the engineering team has a clear, traceable path for feature delivery.