Appearance
Recipes
Ready-made workflow templates and worked examples you can import, study, or adapt.
Recipes are full workflow definitions packaged as JSON files. Import one to get a working starting point, then edit it for your team. They are different from Examples, which are written walkthroughs — recipes are the workflows themselves.
How to use a recipe
- Download the
.playbook.jsonfile from the list below. - In Pencel, go to Workflows → Import.
- Pick the file. Pencel reads the workflow, lists any connections it needs, and walks you through filling in credentials.
- Open the imported workflow in the authoring view to edit it before promoting.
TIP
Treat recipes as starting points, not finished products. The instructions, schedules, and tool wiring are reasonable defaults — your team's process will need adjustments.
Available recipes
| Recipe | What it does |
|---|---|
adversarial-tools.playbook.json | Red-team a workflow by intentionally probing tool edge cases |
compliance-audit.playbook.json | Walk through a compliance checklist and produce an audit report |
customer-feedback-triage.playbook.json | Cluster, prioritize, and route incoming customer feedback |
legal-contract-review.playbook.json | Summarize key clauses, flag risks, and draft a redline memo |
long-pipeline.playbook.json | Multi-stage pipeline example with branching and approvals |
mcp-notion-query.playbook.json | Query Notion via MCP and roll results into a structured report |
multi-source-news-brief.playbook.json | Aggregate news from multiple sources into a daily brief |
vague-morning-cleanup.playbook.json | Triage overnight messages and tasks into a morning action list |
weekly-team-summary.playbook.json | Summarize the past week's work into a team-facing update |
The full list lives in docs/recipes/ in the source repo.
Featured recipe
- RFP Scout (Federal) — a recipe with its own walkthrough covering source filtering, the
mcp-rfppattern, and how theseen-streamdeduplication works. Good reference for building any "watch a source, surface new items" workflow.
What's Next
- Building a Workflow — author your own from scratch using the planner
- Examples — narrative walkthroughs of common workflows
