implementation-plan

Generate a task-by-task implementation plan from a DoR artefact and test plan.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill implementation-plan-heymishy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-plan
Source: https://github.com/heymishy/2x2-v3-28-03-20216/tree/main/.github/skills/implementation-plan
Command: npx skills add https://github.com/heymishy/2x2-v3-28-03-20216 --skill implementation-plan-heymishy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically converts a DoR artefact and test plan into a bite-sized, task-by-task implementation plan where each task includes exact file paths, required code, TDD steps, run commands with expected output, and a commit message.

Core Features & Use Cases

  • Maps a DoR artefact and test plan into a structured, executable task list with a clear file map, inputs, and verification steps.
  • Supports preflight context loading, branch setup, and traceableTask-by-task execution for safer handoffs to subagents.
  • Generates a reusable plan document suitable for automated execution and auditing.

Quick Start

Ask the agent to write the implementation plan using phrases like "write the implementation plan" or "plan the tasks".

Frequently Asked Questions about implementation-plan

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

FAQPage Schema
How do I convert a DoR artefact and test plan into a task-by-task implementation plan?

To convert a DoR artefact into an implementation plan, map each requirement to exact file paths, code blocks, TDD steps, run commands, and a commit message per task. This produces a structured, executable task list with a clear file map and verification steps.

What is a DoR artefact in task planning and how does it map to code?

A DoR artefact defines readiness criteria for development. It maps to code by generating a file map that links each requirement to exact file paths, individual task units with input and output expectations, and run steps with expected output for traceable execution.

How do I generate a test-driven development plan with exact file paths and commit messages?

You generate a TDD plan by creating individual task units from a DoR artefact, where each unit specifies exact file paths, required code, run commands with expected output, and a dedicated commit message for version control traceability.

Can I use an automated task plan to set up branches and hand off execution to subagents?

Yes, an automated task plan supports preflight context loading and branch setup before execution. It produces a reusable plan document with explicit file maps and task units, enabling safer, traceable handoffs to subagents.

What's the best way to structure an implementation plan for automated execution and auditing?

The best way to structure an implementation plan for auditing is to produce a reusable document containing an explicit file map, individual task units with input and output expectations, TDD steps, and a commit message per task for traceable execution.

Does task planning with TDD steps require a separate test plan document?

Yes, task planning with TDD steps requires a separate test plan document. The implementation plan is generated by combining a DoR artefact and a test plan to map individual task units with exact file paths and verification steps.