cyberneticlibrary

Curate tech community research digest

research-digestworkflowsetup L23
Castrozan/.dotfiles
What it does

Compile multi-source research digest

Best for

Aggregating research signals from 7 heterogeneous sources with real-time relevance ranking and dedup.

Inputs
  • · {topic, maxItems?, accounts?}
Outputs
  • · themed markdown digest with scoring
Requires
  • · WebSearch
  • · WebFetch
  • · Bash
  • · JSON schema validation
Preconditions
  • · Requires workflow args with specified fields
  • · Workflow runtime with phase() support
  • · Input validates against schema
Failure modes
  • · Timeout in parallel agent execution
  • · Agent returns invalid schema
  • · Missing required input fields
  • · Downstream agent/tool failure
  • · Network/API unavailability
Trust signals
  • · JSON schemas define phase outputs
  • · Required fields enforced
  • · Structured phase-driven flow
  • · Strict schema validation