๐งฉ Agentic Blueprints 12
Agentic RAG
Retrieve, grade the results, rewrite the query if they're weak, then answer. Stops answering from bad context.
Plan and Execute
Make a plan up front, run the steps one at a time against a repo, and replan when a step fails.
Reflection Loop
Draft, critique the draft, revise. Repeat until a critic signs off. The evaluator-optimizer pattern.
Supervisor Team
One supervisor routes each task to the right specialist (researcher, coder, writer) and stitches the results.
Incident Responder
When something breaks, pulls the recent commits, guesses the likely cause, and posts a summary to Slack.
Release Notes Writer
Reads merged PRs since the last tag, groups them by type, and opens a clean changelog PR.
Migration Reviewer
Reads a proposed schema change, checks it against the live database, and flags the risky operations.
Competitive Landscape
Searches your competitors, pulls features and pricing, and builds a comparison table you can actually use.
Deep Research
Plan sub-questions, search them in parallel, then synthesize one cited brief. Built for hard questions.
Repo Q&A
Answers questions about a codebase with citations to the exact file, and says so when the answer isn't there.