WORKFLOW TEMPLATES
Templates
End-to-end agentic product workflows built from registry-ready primitives. Templates document the sequence, states, human control points, and recovery behavior that a production interface needs.
Workflow map
Review to delivery
Templates should describe the whole job, not a single widget. This map is the reusable backbone across review, approval, clarification, memory, and monitoring flows.
input
Collect
Gather selected files, policies, prior decisions, and user intent.
agent
Inspect
Show observable work, touched sources, gaps, and confidence.
human
Clarify
Ask only for missing decisions that would otherwise be invented.
human
Approve
Lock the consequence preview before external or costly actions.
output
Deliver
Return cited output, durable memory updates, and recovery paths.
Template index
The agent reads sources in the open and ends with a result a reviewer can cite.
Impact, cost, and rollback are on the table before anything external happens.
Asks only the questions the agent would otherwise answer by guessing.
Promotes an answer into a document whose citations outlive the conversation.
Proposed memories wait in a review queue before they become durable context.
A status table for runs that keep going after the user walks away.
When one agent passes work to another, the packet and its new owner stay visible.
Durable boundaries for autonomy and approvals, set once instead of per action.
REVIEW
Review Workflow
Use this when the agent reviews source material and produces a result that a person must trust, cite, or approve.
Collect source materialRead user-selected files, previous decisions, and current requirements.4 sourcesComplete
Compare claims against evidenceCheck whether conclusions are backed by source excerpts.2 filesActive
Prepare reviewable resultGenerate a summary only after the evidence pass finishes.Pending
APPROVAL
Approval Workflow
Use this when the agent is about to change external state, spend budget, notify people, or publish an output.
CLARIFY
Clarifying Workflow
Ask for missing product decisions in a structured way, with defaults visible and no conversational guesswork.
ARTIFACT
Source-Backed Artifact
Turn an agent answer into a cited document that users can inspect after the conversation ends.
Requirements Coverage Report
Cited draft prepared from the brief and the support readiness checklist.
Sources
2 linked
Owner
Document Drafter
Updated
34s ago
Coverage
Project-Brief-v3.pdf, §2
Open gaps
Needs source
Next action
Draft
MEMORY
Memory Review
Show proposed memory before it becomes durable product context.
Use concise source-backed summaries for future review tasks.
MONITOR
Background Run Monitor
Use this template when agent work continues after the user leaves the composer.
| Agent | Status | Task | Progress | Confidence | Cost | Updated |
|---|---|---|---|---|---|---|
Source Collector Gathers evidence | WorkingWorking | Reading recent source material and extracting referenced decisions. | 88% | $0.18 | 12s ago | |
Requirements Mapper Checks coverage | BlockedBlocked | Waiting on product owner answer for unresolved launch scope. | 71% | $0.11 | 41s ago | |
Document Drafter Prepares output | IdleIdle | No drafting until source checks are complete. | n/a | $0.00 | 2m ago |
HANDOFF
Multi-Agent Handoff
Make ownership transfer explicit so users can see who has the task and what context moved with it.
Requirements Mapper accepted handoffThe receiving agent is checking whether the packet is enough to proceed.handoffActive
SETTINGS
Agent Settings
Agentic products need durable controls, not only per-action prompts.
Templates are intentionally site-level guidance. The registry exports the smaller primitives underneath them so teams can adapt the workflow to their own product surface.