implementation-plan

Generate structured Markdown implementation plans with phases, tasks, and quality gates.

1|1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/sontek/agent-skills --skill implementation-plan-sontek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-plan
Source: https://github.com/sontek/agent-skills/tree/main/plugins/agent-skills/skills/implementation-plan
Command: npx skills add https://github.com/sontek/agent-skills --skill implementation-plan-sontek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create structured, multi-phase implementation plans to organize complex work, ensuring clear goals, tasks, and quality gates.

Core Features & Use Cases

  • Generate an IMPLEMENTATION_PLAN_<feature-name>.md file in the repository root to capture phased work.
  • Include phases with Goals, Status, Tasks, and Quality Gates to guide progress and ensure quality.
  • Maintain a living document for ongoing updates, decisions, and dependencies across team members.

Quick Start

Create an IMPLEMENTATION_PLAN_<feature-name>.md file and begin outlining phases, goals, and tasks. Edit as work progresses and commit updates to reflect progress.

Frequently Asked Questions about implementation-plan

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

FAQPage Schema
How do I create a multi-phase implementation plan for a complex software feature?

To create a multi-phase implementation plan, generate a Markdown file named IMPLEMENTATION_PLAN_<feature-name>.md. This document structures complex software work by outlining distinct phases with specific goals, tasks, statuses, and quality gates to guide execution.

What is the best way to track cross-team coordination and dependencies during a refactoring project?

Tracking cross-team coordination requires a living Markdown document with phased goals and quality gates. By maintaining an implementation plan file in the repository root, teams can document ongoing decisions, track statuses, and manage dependencies across members.

Can I use markdown checklists for project management and phased execution?

Yes, you can use markdown checklists for project management by generating a structured implementation plan. It captures phased execution details, enabling progress tracking and documentation through a committed Markdown file that outlines tasks and quality gates.

When do I need a structured implementation plan with quality gates?

You need a structured implementation plan with quality gates when organizing complex work that requires phased execution, refactoring, or cross-team coordination. It ensures clear goals and tasks are met before progressing through subsequent project phases.

How do we maintain a living document for ongoing project updates and decisions?

Maintain a living document for project updates by editing the IMPLEMENTATION_PLAN_<feature-name>.md file as work progresses. Committing these updates to the repository reflects current progress, tracks statuses, and records decisions for team members.