writing-plans

Generate step-by-step implementation plans from feature specs with file paths and tests.

6|2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/GregsGreyCode/Logos --skill writing-plans-gregsgreycode
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/GregsGreyCode/Logos/tree/main/skills/software-development/writing-plans
Command: npx skills add https://github.com/GregsGreyCode/Logos --skill writing-plans-gregsgreycode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Write clear, repeatable implementation plans from a spec so developers know exactly what to build, in what order, and how to verify success.

Core Features & Use Cases

  • Comprehensive plans: a structured breakdown of features into bite-sized tasks with 2-5 minute work units.
  • Exact artifacts: specifies exact file paths, code examples, tests, and acceptance criteria.
  • TDD-first guidance: encourages test-driven development and frequent commits.
  • Use cases: before implementing multi-step features, when delegating work to subagents, or when documenting complex requirements.

Quick Start

Provide a complete, bite-sized implementation plan from a feature spec, including exact file paths, code examples, tests, and review steps.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I generate an implementation plan from a feature spec?▼

To generate an implementation plan from a feature spec, provide the specification document to the skill. It outputs a structured plan with a mandatory header, bite-sized 2-5 minute tasks, exact file paths, code examples, and tests.

What is the best way to break down multi-step software features for subagents?▼

The best way to break down multi-step features for subagents is creating a structured plan document. This skill transforms complex requirements into bite-sized work units with explicit file paths and acceptance criteria for clear delegation.

Can I include test-driven development guidance in my task management plans?▼

Yes, you can include test-driven development guidance in your task management plans. This skill provides TDD-first guidance, specifying exact tests and encouraging frequent commits alongside code examples for each step.

Does this implementation planning tool specify exact file paths and code examples?▼

Yes, this implementation planning tool specifies exact file paths and code examples. It generates comprehensive plans that define exact artifacts, including tests and acceptance criteria, to guide software development.

When do I need to create a structured plan document for software engineering?▼

You need a structured plan document for software engineering before implementing multi-step features, during design-to-code handoffs, or when delegating tasks. It ensures developers know exactly what to build and how to verify success.