Agentic Blueprints 21
Filtersactive
Supervisor Team
A supervisor decides who works next — a researcher who searches or a coder who edits the repo — and assembles the result when the work is done.
Deep Research
Splits a hard question into sub-questions, researches them in parallel to keep the wall-clock low, then synthesizes one brief with citations.
Agentic RAG
Retrieval that doesn't trust its first search: it grades the results, rewrites the query when they're weak, and only answers once the context is good.
E2E Test Author
Turns a user story into browser tests: plans the scenarios, writes Playwright code, runs it against the real page, and self-heals until it passes for the right reason.
Pipeline Firefighter
A failed data job triggers three probes in parallel, then a fixer and verifier loop on a patch until it passes a dry run — and open a PR.
Code Reviewer
Diff-aware multi-pass reviewer: finds bugs, then a skeptic agent verifies each before reporting.
Bug Reproducer
Reads a GitHub issue and loops a coder against a verifier until it produces a minimal failing test that actually reproduces the bug.
Incident Commander
A Sentry alert fans out to three investigators at once, then a commander writes the root-cause hypothesis and posts a status to Slack.
Plan and Execute
A planner breaks a goal into steps, an executor works them one at a time, and a replanner adjusts the plan as reality comes back — until it's done.
Repo Q&A
Answers questions about a codebase with citations to the exact file — and says so honestly when the answer isn't in the repo.
Lead Enrichment & Outreach
A new lead is enriched from the web and your CRM at once, scored against your ICP, and — if it fits — gets a tailored first email you approve before send.
Reflection Loop
A generator drafts, a critic tears it apart, the generator revises — repeat until the critic has nothing left to flag. Quality through self-review.
Competitor Watch
A scheduled sweep that reads competitor pricing, changelogs, and news in parallel, diffs against last week, and writes only what changed.
Meeting to Action
Turns a meeting transcript into a summary, then files the action items as tracked tickets and calendar follow-ups in parallel — and posts the recap.
Contract Redline
Extracts a contract's clauses, checks each against your playbook, and loops a redliner against a reviewer until it's clean — then a lawyer approves.
Revenue Reconciler
Pulls Stripe charges and your warehouse's invoice records for the period in parallel, reconciles them line by line, and reports only the discrepancies — with likely causes.
Feedback Synthesizer
Reads scattered user feedback in parallel, clusters it into themes with real quotes, and files the top requests as issues — with a digest.
SQL Analyst
English question to validated SQL to a plain-language answer. Planner, Analyst, Critic, Writer.
Blog Repurposer
Takes one finished post and rewrites it for three channels at once — a thread, a newsletter section, a LinkedIn post — each in that channel's native voice, filed to Notion.