create-implementation-plan

Generate executable implementation plans with front-matter schema and task tables.

2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/involvex/happy-vibecode --skill create-implementation-plan-involvex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-implementation-plan
Source: https://github.com/involvex/happy-vibecode/tree/main/.agents/skills/create-implementation-plan
Command: npx skills add https://github.com/involvex/happy-vibecode --skill create-implementation-plan-involvex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a deterministic framework to generate fully self-contained, executable implementation plans for new features, refactors, or infrastructure upgrades, ensuring consistency across teams.

Core Features & Use Cases

  • Generates a plan file saved under /plan/ with the naming convention [purpose]-[component]-[version].md
  • Enforces a strict front matter schema and a phase-based execution structure with atomic tasks, clear completion criteria, and automatic validation
  • Supports machine-readable task tables, dependencies, risks, and testing notes for both AI agents and human readers

Quick Start

Provide the goal and scope for your feature or refactor, and the Skill will generate a ready-to-execute plan in /plan/.

Frequently Asked Questions about create-implementation-plan

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

FAQPage Schema
How do I create an executable implementation plan for a software refactor?

To create an executable implementation plan, you provide the refactor goal and scope to generate a structured file under /plan/ with a front-matter schema, phase-based task tables, and validation for machine readability.

What is a phase-based task table for infrastructure upgrades?

A phase-based task table is a structured execution format breaking infrastructure upgrades into atomic tasks with clear completion criteria, dependencies, and testing notes for both AI agents and human readers.

Can I generate machine-readable plans for new features without manual formatting?

Yes, you can generate machine-readable plans automatically by providing the feature goal and scope. The output enforces a strict front-matter schema and automatic validation to ensure seamless execution.

Does this implementation plan generator work for both AI agents and human developers?

Yes, the implementation plan generator works for both AI agents and human developers by producing self-contained files with machine-readable task tables, dependencies, and risks alongside clear completion criteria.

What is the naming convention for generated plan files?

The naming convention for generated plan files follows the pattern [purpose]-[component]-[version].md, saving the structured execution document directly under the /plan/ directory.

When do I need a deterministic plan for software architecture changes?

You need a deterministic plan for software architecture changes when your project requires consistent, task-level execution across teams, ensuring new features or refactors follow a validated, self-contained structure.