---
title: "Cookbook"
description: "Step-by-step workflow walkthroughs for common development tasks with OrchestKit."
canonical: "https://orchestkit.yonyon.ai/docs/cookbook"
---

# Cookbook

Step-by-step workflow walkthroughs for common development tasks with OrchestKit.

import { Card, Cards } from 'fumadocs-ui/components/card';

Real-world workflows showing OrchestKit in action. Each recipe walks through a complete task from start to finish.

## Workflows

<Cards>
  <Card title="Implement a Feature" href="/docs/cookbook/implement-feature" description="End-to-end feature implementation with parallel agents" />
  <Card title="Review a PR" href="/docs/cookbook/review-pr" description="Multi-agent code review with security, performance, and style checks" />
  <Card title="Fix a GitHub Issue" href="/docs/cookbook/fix-github-issue" description="From issue triage to verified fix with automated testing" />
  <Card title="Set Up Memory" href="/docs/cookbook/setup-memory" description="Configure the 3-tier memory system for persistent context" />
  <Card title="Create a Demo Video" href="/docs/cookbook/create-demo-video" description="Produce polished demo videos with Kling 3.0 and Remotion" />
  <Card title="Security Audit" href="/docs/cookbook/security-audit" description="Run OWASP Top 10 checks and defense-in-depth verification" />
</Cards>

## By Role

Pick your role for curated workflows and agent recommendations:

<Cards>
  <Card title="Backend Developer" href="/docs/cookbook/roles/backend-developer" description="FastAPI, SQLAlchemy, API design patterns" />
  <Card title="Frontend Developer" href="/docs/cookbook/roles/frontend-developer" description="React 19, TypeScript, component patterns" />
  <Card title="DevOps Engineer" href="/docs/cookbook/roles/devops-engineer" description="CI/CD, Terraform, Kubernetes, monitoring" />
  <Card title="AI Engineer" href="/docs/cookbook/roles/ai-engineer" description="RAG, LangGraph, embeddings, fine-tuning" />
  <Card title="Tech Lead" href="/docs/cookbook/roles/tech-lead" description="Architecture decisions, code review, team workflows" />
  <Card title="Security Engineer" href="/docs/cookbook/roles/security-engineer" description="Vulnerability scanning, compliance, incident response" />
</Cards>
