Guides
Cross-cutting topic guides that span multiple Foundry baselines. While per-baseline documentation covers how to operate a single repository, these guides address patterns that integrate across baselines or extend the workflows around them.
Available guides
- Multi-Agent Workflows — Coordinate multiple Foundry agents with Temporal for durable, long-running orchestration with human-in-the-loop steps. Three stacked walkthroughs: stand up the local stack, swap in a real LLM-backed agent, then build a multi-phase research workflow with feedback loops.
- Spec-Driven Extensions with OpenSpec — The propose-then-implement workflow we use when extending a forked baseline. Most useful when a coding agent is doing the work, or when changes need a paper trail for review.
When to reach for which
| If you're... | Start with |
|---|---|
| Building one agent, then a second that delegates to the first | Multi-Agent Workflows |
| Adding a tool, endpoint, or backend swap to a forked baseline | Spec-Driven Extensions |
| Both | Read Spec-Driven Extensions first — it sets up the workflow you'll use throughout the multi-agent walkthroughs |
See also
- Baselines — per-baseline overview, quickstarts, and reference
- Choose Your Path — picks the right baseline for common goals