planning-implementation

Convert approved designs or detailed requirements into an actionable implementation_plan.md with atomic steps and acceptance criteria.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill translates approved designs or detailed requirements into a precise, atomic implementation plan that guides development work.

Core Features & Use Cases

  • Atomic task decomposition: breaks complex requirements into small, executable steps that AI agents can complete quickly.
  • Documentation generation: outputs an implementation_plan.md that can be committed to the repository.
  • Standards-aware: ensures alignment with environment/setup guidelines and testing practices.

Quick Start

Provide an approved design or detailed requirements and generate an implementation_plan.md that outlines the tasks, order, and acceptance criteria.

Frequently Asked Questions about planning-implementation

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

FAQPage Schema
How do I turn approved designs into actionable implementation steps?

To turn approved designs into actionable implementation steps, provide the design documentation to generate an implementation_plan.md containing atomic tasks, execution order, and acceptance criteria for development.

What is atomic task decomposition for complex feature implementation?

Atomic task decomposition for complex feature implementation breaks detailed requirements into small, executable steps that AI agents can complete quickly, ensuring manageable development increments and clear progress tracking.

How do I generate an implementation plan document for project setup and testing standards?

You generate an implementation plan document for project setup and testing standards by inputting approved designs, which produces an implementation_plan.md aligning atomic tasks with environment guidelines and testing practices.

Can I commit the generated implementation plan directly to my repository?

Yes, you can commit the generated implementation plan directly to your repository, as the skill outputs a standard implementation_plan.md file designed to be version-controlled alongside your project codebase.

Does this approach work for breaking down any complex software feature?

Yes, this approach works for breaking down any complex software feature, applying whenever a design is approved or detailed requirements need documented breakdown into executable steps with defined acceptance criteria.

What are the limitations of automated implementation plan generation?

Automated implementation plan generation requires approved designs or detailed requirements as input, meaning it cannot create actionable atomic tasks from vague ideas and depends entirely on the completeness of initial documentation.