recipe-prepare-implementation

Validate work plan implementability and surface readiness gaps from Phase 1 onward.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/darsoohoo/intake-bot --skill recipe-prepare-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-prepare-implementation
Source: https://github.com/darsoohoo/intake-bot/tree/main/.agents/skills/recipe-prepare-implementation
Command: npx skills add https://github.com/darsoohoo/intake-bot --skill recipe-prepare-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that an approved work plan is implementable before initiating build execution by identifying readiness gaps and triggering Phase 0 preparation tasks when needed.

Core Features & Use Cases

  • Preflight readiness validation: confirms that the plan has resolvable verification strategies, ADR bindings, and prerequisites.
  • Gap resolution via Phase 0: proposes concrete Phase 0 tasks to close missing references and prerequisites.
  • Progress reporting: updates the work plan with an Implementation Readiness Report and records outcomes or escalations.

Quick Start

Run recipe-prepare-implementation on the active work plan to verify readiness and generate Phase 0 prep tasks if gaps are found.

Frequently Asked Questions about recipe-prepare-implementation

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

FAQPage Schema
How do I verify work plan readiness before implementation?

Work plan readiness validation confirms an approved plan is implementable by checking for resolvable verification strategies, ADR bindings, and prerequisites. This preflight process identifies execution gaps before initiating the build.

What is a Phase 0 preparation task in software planning?

A Phase 0 preparation task is a concrete action proposed to close missing references and prerequisites in an approved work plan. These tasks resolve readiness gaps to ensure the plan is fully implementable from Phase 1 onward.

How do I check if an approved work plan is implementable from Phase 1 onward?

You can check if a work plan is implementable by running a preflight readiness assessment that surfaces missing ADR bindings, verification strategies, and test prerequisites. It generates an Implementation Readiness Report detailing any execution gaps.

What should be included in an Implementation Readiness Report?

An Implementation Readiness Report should include validation outcomes, identified readiness gaps, and proposed Phase 0 preparation tasks. It updates the work plan with escalations and progress reporting to ensure build execution readiness.

Do I need ADR bindings and verification strategies before starting build execution?

Yes, you need ADR bindings and verification strategies resolved before build execution. Preflight readiness validation confirms these prerequisites are in place, triggering Phase 0 preparation tasks to close any missing references.

What happens if a preflight readiness assessment finds gaps in my work plan?

When preflight readiness validation finds gaps, it proposes concrete Phase 0 preparation tasks to close the missing references and prerequisites. The work plan is then updated with an Implementation Readiness Report recording the outcomes.