implementation-planner

Generate design.md and tasks.md from feature specifications.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/edumesones/azure--demo --skill implementation-planner-edumesones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-planner
Source: https://github.com/edumesones/azure--demo/tree/main/.claude/skills/implementation-planner
Command: npx skills add https://github.com/edumesones/azure--demo --skill implementation-planner-edumesones

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates turning feature specifications into concrete design and task artifacts, reducing manual handoffs and miscommunication between teams.

Core Features & Use Cases

  • Design generation: creates a technical design document (design.md) aligned with the spec.
  • Task breakdown: produces granular, executable tasks (tasks.md) mapped to the design.
  • Status updates: updates status.md to reflect planning completion and readiness for implementation.

Quick Start

Use the implementation-planner skill to generate design.md and tasks.md from docs/features/FEAT-XXX/spec.md, assuming prerequisites are met.

Frequently Asked Questions about implementation-planner

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

FAQPage Schema
How do I turn feature specifications into actionable implementation tasks?

To turn feature specifications into implementation tasks, you need a tool that parses your spec.md and generates granular tasks mapped to a technical design document. This ensures design consistency and traceability for software engineering teams.

What is the best way to automate design document generation from a feature spec?

Automating design document generation from a feature spec requires a tool that reads your completed specification and automatically produces a structured design.md file. This reduces manual handoffs and ensures the technical design aligns directly with feature requirements.

What prerequisites do I need to generate design and task artifacts from feature specs?

To generate design and task artifacts, you need a feature folder like docs/features/FEAT-XXX/ containing a complete spec.md and an analysis.md file. These existing documents are required inputs to ensure design consistency before generating the final artifacts.

Can I automatically update project status to reflect planning completion?

You can automatically update project status by using a feature-driven planning tool that modifies status.md after generating design and task documents. This updates the project state to reflect that planning is complete and the feature is ready for implementation.

How does task breakdown work for feature-driven software projects?

Task breakdown for feature-driven projects works by analyzing the technical design document and creating granular, executable tasks in a tasks.md file. Each task is mapped directly to the design to maintain traceability throughout the implementation phase.