implementation-plan

Generate auditable code implementation plans with risk assessments and validation strategies.

1|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/darrencroton/ai-engineering-skills --skill implementation-plan-darrencroton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-plan
Source: https://github.com/darrencroton/ai-engineering-skills/tree/main/skills/implementation-plan
Command: npx skills add https://github.com/darrencroton/ai-engineering-skills --skill implementation-plan-darrencroton

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires master-controller, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured approach to creating and managing code implementation plans, ensuring that each step is auditable and minimizes risk.

Core Features & Use Cases

  • Auditable Implementation Plan: Generate a detailed plan with frozen acceptance slices for controlled code changes.
  • Risk Assessment: Identify and mark risky surfaces that require explicit approval or isolation.
  • Validation: Outline validation tests and behaviors that must not regress, ensuring quality code is produced.
  • Use Case: When you need to implement a large feature, use this Skill to create a step-by-step plan with checkpoints to manage the complexity and ensure high-quality code delivery.

Quick Start

Run the implementation-plan skill and provide a description of the change you wish to implement.

Frequently Asked Questions about implementation-plan

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

FAQPage Schema
How do I create an auditable code implementation plan for a large feature?

An auditable code implementation plan breaks down large features into frozen acceptance slices with specific checkpoints, identifying risky surfaces that require explicit approval and outlining validation tests to prevent regressions during software development.

What is risk assessment in software development implementation planning?

Risk assessment in software development implementation planning involves identifying and marking risky surfaces within your code changes that require explicit approval or isolation, ensuring potential issues are addressed before code delivery.

How do I ensure code changes do not regress existing validation behaviors?

To ensure code changes do not regress existing validation behaviors, your implementation plan should outline specific validation tests and expected behaviors that must not regress, establishing checkpoints before any new code is merged.

Do I need a master-controller to orchestrate large feature implementation plans?

Yes, creating detailed implementation guides with risk assessments requires the master-controller dependency for orchestration, which coordinates the parsing of code and manages the structured planning workflow for large features.

When do I need frozen acceptance slices for code implementation?

You need frozen acceptance slices for code implementation when managing large feature rollouts, as they provide controlled code changes and clear checkpoints to isolate risky surfaces and maintain software quality throughout the development process.