Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 2.04 KB

File metadata and controls

54 lines (37 loc) · 2.04 KB

Project Context for research

This is a library job — a reusable research workflow that users can optionally adopt.

Purpose

A multi-workflow research suite supporting deep investigation, quick summaries, material ingestion into notes, and reproduction planning for engineering handoff.

Location

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.

File Organization

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

Editing Guidelines

  • Source of truth is library/jobs/research/
  • Edit files here directly — changes benefit all adopters
  • Step instructions are inlined in job.yml

Workflows

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

Quality Review Learnings

(No learnings recorded yet. Add findings here as the job is used.)

Version Management

  • 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

Last Updated

  • Date: 2026-03-23
  • From conversation about: Migrated from standard job to library job