implementation-planning

Generate structured implementation plans with task breakdowns and verification steps.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/ziltorian/instructions --skill implementation-planning-ziltorian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-planning
Source: https://github.com/ziltorian/instructions/tree/main/.github/skills/implementation-planning
Command: npx skills add https://github.com/ziltorian/instructions --skill implementation-planning-ziltorian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and orchestrate complex software work by generating structured implementation plans with task breakdowns, change proposals, and verification steps before coding.

Core Features & Use Cases

  • Two-phase workflow: Planning phase to research, design, and document plans; Implementation phase to execute tasks and verify results.
  • Atomic tasks: Break work into atomic tasks with unique IDs and clear ownership.
  • Verification ready: Include verification steps and testing plans before completion.
  • Use Case: When starting a new feature, major refactor, or bug fix, generate a plan to guide implementation and review.

Quick Start

Create an implementation plan for the requested feature and present it for user review.

Frequently Asked Questions about implementation-planning

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

FAQPage Schema
How do I plan complex software work before coding?

You can plan complex software work by generating structured implementation plans with task breakdowns, change proposals, and verification steps. This ensures clear scope and review before implementation begins.

What's the best way to break a major refactor into atomic tasks?

The best way to break a major refactor into atomic tasks involves assigning unique IDs and clear ownership to each item. This workflow separates the planning phase from implementation to guide execution and review.

How do I structure implementation plans using YAML frontmatter?

You structure implementation plans using YAML frontmatter to define metadata for plan files. This satisfies requirements for structured documentation and organizes atomic task lists with dedicated verification sections.

Can I use GitHub Copilot to generate a two-phase workflow for bug fixes?

Yes, you can use AI assistance to generate a two-phase workflow for bug fixes. The planning phase researches and documents the plan, while the implementation phase executes tasks and verifies results.

When do I need an implementation plan for architecture changes?

You need an implementation plan for architecture changes when starting new features, major refactors, or bug fixes across projects. It ensures clear scope and review before implementation to prevent errors.

Does structured implementation planning include verification steps?

Yes, structured implementation planning includes verification steps and testing plans before completion. This ensures that the generated task breakdowns are verified against the original change proposals.