Skip to content

Agentic Workflow Patterns #1265

Description

@ashleyshaw

Overview

Create docs/WORKFLOWS_STANDARDS.md — agentic workflow patterns, orchestration, and best practices for multi-agent execution.

Research & Content Creation

Planning Reference:

Research Prompt:

Document agentic workflow standards. Research and create:

  1. Shared workflows — Portable, reusable multi-agent orchestration (vs. GitHub Actions)
  2. Use cases — Fan-out, pipeline, adversarial verification, multi-modal sweep patterns
  3. Folder structureworkflows/{name}.js pattern
  4. Workflow anatomy — meta, phases, agent spawning
  5. Orchestration patterns:
    • Sequential execution
    • Parallel execution (with barriers)
    • Pipeline (fan-out/fan-in)
    • Loop patterns (loop-until-dry, loop-until-budget)
  6. Best practices:
    • Token budget awareness
    • Error handling & resilience
    • Logging & observability
  7. Real examples — Reference existing workflows from workflows/ folder
  8. Composition — How agents invoke workflows

Mermaid diagrams (3+ required):

  • Workflow execution patterns: sequential vs. parallel vs. pipeline
  • Orchestration decision tree: which pattern for each use case
  • Budget-aware loop pattern

Definition of Ready

  • Planning reviewed
  • Real workflow examples identified from repo
  • Anthropic documentation reviewed (Agent SDK)

Definition of Done

Files & References

File: docs/WORKFLOWS_STANDARDS.md
Epic: #1261
PR: #1251
Plan: PLAN-EXPANDED.md

Metadata

Metadata

Assignees

Fields

Priority

None yet

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions