create-implementation-plan

Generate deterministic Markdown implementation plans with phases and completion criteria.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/soham2008xyz/trade-tycoon --skill create-implementation-plan-soham2008xyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-implementation-plan
Source: https://github.com/soham2008xyz/trade-tycoon/tree/main/.agents/skills/create-implementation-plan
Command: npx skills add https://github.com/soham2008xyz/trade-tycoon --skill create-implementation-plan-soham2008xyz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns vague feature ideas or refactoring needs into a structured, deterministic implementation plan that other agents or humans can execute without guesswork.

Core Features & Use Cases

  • Plan file generation for new work: Create implementation plan markdown for new features, refactoring, upgrades, or architecture/infrastructure changes.
  • Phase-based, executable tasks: Breaks work into discrete phases with measurable completion criteria and atomic, parallelizable tasks.
  • Machine-parseable structure: Produces plans that follow a strict template including requirements, steps, alternatives, dependencies, files, testing, and risks.

Quick Start

Ask the AI to create-implementation-plan for the purpose you want, and include any relevant component or upgrade/refactor details as the PlanPurpose input.

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 an executable implementation plan from a feature specification?

To generate an executable implementation plan, define the feature specification and target component. The plan creates a deterministic Markdown file with phase-based tasks, measurable completion criteria, and required dependencies for AI agents.

What is the best way to break down a refactoring effort into atomic, parallelizable tasks?

Breaking down a refactoring effort requires structuring work into discrete phases with atomic, parallelizable tasks. The resulting Markdown plan includes steps, alternatives, dependencies, and risks to ensure execution occurs without guesswork.

Can I use a strict Markdown template for AI-parsable task breakdowns?

Yes, you can use a strict Markdown template for AI-parsable task breakdowns. The template enforces required frontmatter fields and mandated sections, saving plans to /plan/ using the [purpose]-[component]-[version].md naming convention.

How do I structure an architecture upgrade plan with measurable completion criteria?

Structuring an architecture upgrade plan involves generating a file with deterministic phase and task breakdowns. The plan specifies measurable completion criteria, required files, testing protocols, and risk mitigations to guide infrastructure changes.

Does implementation planning require specific dependencies or components to work?

Implementation planning requires no external dependencies or specific components to function. You only need to provide the PlanPurpose input, including relevant component or upgrade details, to generate the structured Markdown file.

When should I not use a deterministic plan file for software engineering workflows?

You should not use a deterministic plan file for vague or exploratory tasks lacking measurable completion criteria. The strict Markdown template and atomic task breakdowns are designed for defined features, refactors, or architecture efforts requiring deterministic execution.