This is a library job — a reusable research workflow that users can optionally adopt.
A multi-workflow research suite supporting deep investigation, quick summaries, material ingestion into notes, and reproduction planning for engineering handoff.
This job lives in library/jobs/research/. It is NOT auto-installed — users adopt it
via DEEPWORK_ADDITIONAL_JOBS_FOLDERS, the shared_jobs workflow, or by copying it
into their project's .deepwork/jobs/ directory.
research/
├── AGENTS.md # This file
├── CLAUDE.md # Symlink to AGENTS.md
├── job.yml # Job definition with 4 workflows (all step instructions inlined)
└── readme.md # User-facing documentation
- Source of truth is
library/jobs/research/ - Edit files here directly — changes benefit all adopters
- Step instructions are inlined in job.yml
| Workflow | Steps | Purpose |
|---|---|---|
research |
scope, choose_platforms, gather, synthesize, report | Full multi-platform research (8+ sources) |
quick |
scope, gather_quick, summarize | Fast local-only research (3+ sources) |
ingest |
parse, file | Import external material into notes |
reproduce |
ingest_material, analyze, plan | Ingest + reproducibility analysis + plan |
(No learnings recorded yet. Add findings here as the job is used.)
- Version is tracked in
job.yml - Bump patch version (0.0.x) for instruction improvements
- Bump minor version (0.x.0) for new features or structural changes
- Date: 2026-03-23
- From conversation about: Migrated from standard job to library job