writing-plans

Generate end-to-end implementation plans from feature specs with task breakdowns.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/involvex/image-wizard-cli --skill writing-plans-involvex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/involvex/image-wizard-cli/tree/main/.gemini/skills/writing-plans
Command: npx skills add https://github.com/involvex/image-wizard-cli --skill writing-plans-involvex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers plan and document end-to-end implementation steps from a given specification, ensuring zero-context on the codebase is required.

Core Features & Use Cases

  • Plan generation from specs: produce bite-sized, test-driven task sequences with clear file touchpoints, tests, and docs.
  • Execution-ready plans: structure steps for development, testing, and commits, aligned to project conventions.
  • Context-preservation: saves plans to a standardized docs path and outlines how to run tasks in a dedicated worktree.

Quick Start

Create a planning plan for a new feature by feeding the spec and constraints to your planning tool.

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, you feed the specification and constraints into the tool, which then produces bite-sized, test-driven task sequences with clear file touchpoints, tests, and documentation.

What is the best way to break down development tasks for zero-context handoffs?▼

The best way to break down development tasks for zero-context handoffs is to use a standardized template that produces micro-tasks with exact file paths and commit steps, ensuring engineers require no existing codebase context.

Can I structure task plans for test-driven development and specific commit steps?▼

Yes, you can structure task plans for test-driven development by generating execution-ready sequences that outline specific file changes, required tests, and exact commit steps aligned to project conventions.

Does this planning approach preserve context for documentation and design reviews?▼

This planning approach preserves context for documentation and design reviews by saving plans to a standardized docs path and outlining how to run tasks in a dedicated worktree for future reference.

When do I need a standardized template for task breakdowns and file changes?▼

You need a standardized template for task breakdowns and file changes during pre-implementation work to establish a repeatable document structure, enforce required headers, and guide engineers through exact file modifications.