recipe-plan

Generate work plans from design documents with optional test skeletons.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning large-scale design documents into concrete, reviewable work plans with optional test skeletons, enabling structured execution and milestones.

Core Features & Use Cases

  • End-to-end planning orchestration: select design documents, optionally generate integration and E2E test skeletons, create a work plan, and review for approval.
  • Subagent coordination: spawn and manage sub-agents to generate plans, verify traceability to design docs, and ensure readiness.
  • Approval-first workflow: present the plan for user approval before enabling implementation steps in downstream processes.

Quick Start

Provide a design document path to initiate the planning workflow and obtain an approved work plan.

Frequently Asked Questions about recipe-plan

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

FAQPage Schema
How do I turn design documents into actionable work plans?

To turn design documents into actionable work plans, provide a design document path to initiate the planning workflow. The system orchestrates plan creation, optionally generates test skeletons, and presents a reviewable plan for your approval before implementation.

Can I generate test skeletons alongside a work plan from a design document?

Yes, you can generate integration and E2E test skeletons alongside a work plan. The planning workflow optionally creates these test skeletons during plan creation, ensuring your implementation milestones are structured and testable from the start.

How does approval workflow orchestration work for design planning?

Approval workflow orchestration works by enforcing blocking user confirmation at key milestones. After generating a plan and verifying traceability to your design documents, the system halts to present the plan for your explicit approval before enabling downstream implementation steps.

What is the best way to ensure traceability between a work plan and design docs?

The best way to ensure traceability between a work plan and design docs is through coordinated subagent verification. During the planning workflow, subagents generate the plan and actively verify that every planned item maps directly back to the original design document requirements.

Do I need to manually coordinate subagents to generate a plan from a design doc?

No, you do not need to manually coordinate subagents to generate a plan. The system automatically spawns and manages subagents to handle plan creation, verify traceability to your design documents, and ensure readiness, requiring only your blocking approval at key milestones.