Generate daily research brief
research-pulse-dailyworkflowsetup L3★0
frankxai/workflow-tier-plugin ↗What it does
Research Pulse Daily
Best for
Daily lightweight research pulse: 3 parallel domain scans + synthesis.
Inputs
- · domain topic strings
- · JSON args object
Outputs
- · findings array with evidence + root causes
- · markdown comparison table
- · research brief + lead signal
- · ship-worthy signals list
Requires
- · agent-orchestration-engine
- · parallel-execution-runtime
- · schema-validation (zod or JSON-schema)
- · phase-tracking-system
- · logging-framework
Preconditions
- · workflow must export meta={name, description, phases}
- · multi-phase execution context available
Failure modes
- · null/undefined agent results filtered; total < expected → synthesis data-starvation
- · agent output fails schema validation → workflow errors or graceful downgrade
- · exception in any agent call propagates up, killing workflow
Trust signals
- · Structured schemas with required fields and enums
- · Explicit null-filtering on agent results