Skip to main content
You’re building a research workflow. It ingests expert content, extracts key insights, and produces weekly briefings. About 30 minutes from start to finish.

Step 1: Capture expert knowledge

Pick 3-5 videos or podcasts from experts in your field. Run augent on each:
Tag each transcription with a consistent topic:
Consistent tagging is what makes the rest of the pipeline work.

Step 2: Find patterns across sources

Semantic search surfaces connections keyword search would miss. You can also ask Claude to read the notes directly and pull out recurring frameworks.

Step 3: Create instruction files

Create agents/research-agent/ in your vault with two files. instructions.md:
rules.md:
These are plain markdown. Edit them anytime and the workflow’s behavior changes on the next run.

Step 4: Test and iterate

Tell Claude:
Review the output. Fix what’s wrong: Two or three passes gets you to a solid baseline.

Step 5: Save as a slash command

Create ~/.claude/commands/research-briefing.md:
Now /research-briefing runs the entire pipeline in one command.

Step 6: Keep feeding it

Each new take_notes call adds to the knowledge base. Week 4 briefings are better than week 1 because the context is deeper. Update the instruction files as your needs evolve. The knowledge compounds.

More examples

Content, copywriting, scriptwriting, and operations workflow templates.