recipe-review

Validate design-doc compliance and security alignment between implementations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that implementation aligns with Design Docs and checks for security considerations, reducing drift and risk in complex projects.

Core Features & Use Cases

  • Orchestrates sub-agent runs (code-reviewer, security-reviewer, designer) to evaluate design-doc compliance and security post-implementation.
  • Generates structured outputs and reports to inform remediation or design updates; supports re-validation after fixes.
  • Optional auto-fix path: updates Design Docs and creates task plans for follow-up work.

Quick Start

Provide the Design Doc path and the implemented code path for assessment, then run the recipe to start automatic compliance and security validation.

Frequently Asked Questions about recipe-review

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

FAQPage Schema
How do I validate design doc compliance against my implemented code?

To validate design doc compliance, you provide the design doc path and implemented code path. The recipe orchestrates sub-agent checks to evaluate alignment and security, generating structured reports to inform remediation.

What is design doc drift and how does automated validation help?

Design doc drift occurs when implementation diverges from formal design decisions. Automated validation reduces this risk by orchestrating code, security, and design reviews across multiple artifacts to enforce alignment.

Can I automatically update design docs when code changes are found non-compliant?

Yes, you can automatically update design docs using the optional auto-fix path. It updates the design documents and creates structured task plans for any necessary follow-up implementation work.

How do I check security alignment between a design doc and implementation?

You check security alignment by running the recipe on your project. It orchestrates a security-reviewer sub-agent to evaluate security considerations across the design and implementation artifacts.

What is the best way to enforce security and compliance validation across multiple project artifacts?

The best way to enforce compliance is orchestrating sub-agent runs for code, security, and design reviews. This applies formal validation to design decisions and code changes across multiple project artifacts.

Do I need to manually trigger re-validation after applying design doc auto-fixes?

No, you do not need to manually trigger re-validation after fixes. The recipe supports re-validation automatically after auto-fixes are applied to bring design and implementation into alignment.