recipe-prepare-implementation

Validate work plan references, prerequisites, and observability criteria before implementation.

29|4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shinpr/codex-workflows --skill recipe-prepare-implementation-shinpr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-prepare-implementation
Source: https://github.com/shinpr/codex-workflows/tree/main/.agents/skills/recipe-prepare-implementation
Command: npx skills add https://github.com/shinpr/codex-workflows --skill recipe-prepare-implementation-shinpr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and fix readiness gaps in a work plan before execution, ensuring that Phase 1 implementation can proceed without missing prerequisites, references, or UI and environment surfaces.

Core Features & Use Cases

  • Preflight evaluation of work plans to confirm all verification references, prerequisites, and observability requirements are present.
  • Automatic generation or articulation of Phase 0 implementation readiness prep tasks when gaps are found.
  • Safe, deterministic execution of readiness checks that update the readiness marker and produce an Implementation Readiness Report for review.

Quick Start

Run the recipe on an approved work plan to verify readiness before any build.

Frequently Asked Questions about recipe-prepare-implementation

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

FAQPage Schema
How do I check work plan readiness before implementation begins?

Preflight checks evaluate an approved work plan by validating references, prerequisites, and observability requirements to ensure Phase 1 execution can proceed without missing UI or environment surfaces.

What is an Implementation Readiness Report?

An Implementation Readiness Report is a deterministic output that confirms a work plan meets the Implementation Readiness Marker Contract. You need it when verifying Phase 0 prep tasks are complete before starting Phase 1 build execution.

How do I generate prep tasks for missing prerequisites in a work plan?

You generate prep tasks by running preflight checks on an approved work plan; when readiness gaps are discovered, the system automatically articulates Phase 0 implementation prep tasks to resolve them.

Does the preflight check work for both backend and frontend implementation tasks?

Yes, preflight readiness checks are applicable across both backend and frontend tasks, validating verification references, prerequisites, and environment surfaces from Phase 0 prep through Phase 1 execution.

What are the limitations of preflight checks for work plan readiness?

Preflight checks require an approved work plan as input and only validate references, prerequisites, and observability criteria; they do not execute implementation logic or generate code for the actual build.

Why does my work plan fail the Implementation Readiness Marker Contract?

A work plan fails the Implementation Readiness Marker Contract when preflight checks detect missing verification references, incomplete prerequisites, or absent observability criteria required for Phase 1 execution.