create-implementation-plan

Generate deterministic implementation plans with phased atomic tasks and validation criteria.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/BrunoAMSilva/my-config --skill create-implementation-plan-brunoamsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-implementation-plan
Source: https://github.com/BrunoAMSilva/my-config/tree/main/coding/skills/create-implementation-plan
Command: npx skills add https://github.com/BrunoAMSilva/my-config --skill create-implementation-plan-brunoamsilva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates ambiguity in implementation planning by producing fully machine-readable, phase-based plans that AI agents or humans can execute without additional interpretation.

Core Features & Use Cases

  • Generates atomic, parallelizable phases with explicit TASK- and REQ- identifiers and measurable completion criteria.
  • Enforces a strict Markdown front matter and template for reproducible plan discovery and validation.
  • Use Case: Produce a rollout plan for migrating a service, a refactor of a core module, or an upgrade of dependencies that includes exact file paths, function names, and automated validation steps.

Quick Start

Create an implementation plan for upgrading the database schema and save it in /plan/ as feature-database-schema-1.md following the required template and naming convention.

Frequently Asked Questions about create-implementation-plan

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

FAQPage Schema
How do I generate a machine-readable implementation plan for a software refactor?

To generate a machine-readable implementation plan for a software refactor, use this skill to produce deterministic, phase-based Markdown files with explicit file paths, identifiers, and validation criteria. It outputs structured plans ready for AI or human execution without extra interpretation.

What is a deterministic implementation plan for AI agents?

A deterministic implementation plan for AI agents is a structured template featuring atomic phases, TASK identifiers, and measurable completion criteria. This skill creates these strict Markdown files to eliminate ambiguity during automated software engineering tasks like migrations.

Can I use this to create phased rollout plans for infrastructure migrations?

Yes, you can create phased rollout plans for infrastructure migrations. The skill generates parallelizable, atomic tasks with explicit REQ identifiers and front matter status fields, ensuring infrastructure changes are mapped to exact file paths and automated validation steps.

Does the generated project plan include specific file paths and function names?

The generated project plan does include specific file paths and function names. It enforces strict template rules and front matter validation, capturing exact identifiers and phase completion criteria required for reproducible feature development and architecture changes.

What's the best way to structure implementation plans for automated validation?

The best way to structure implementation plans for automated validation is using strict Markdown front matter and naming conventions. This skill enforces those output rules, generating phase-based templates with measurable criteria that automated tools can discover and validate.

When do I need an atomic implementation plan template for feature development?

You need an atomic implementation plan template for feature development when executing complex workflows requiring phased tasks. It suits scenarios like dependency upgrades or core module refactors where AI agents require explicit identifiers and strict validation rules to proceed accurately.