Track
Agent Workflow in a Minute
Vendor-neutral engineering patterns for planning, verification, and multi-agent work.
- Task specificationA task specification defines outcome, scope, constraints, and verification for any coding agent—not just one vendor.
- Plan before executionHave the agent propose a short plan and file touch-list before it edits—so you can catch wrong approaches cheaply.
- Human approvalHuman approval boundaries are checkpoints where an agent must stop for a person before risky or irreversible actions.
- ExecutionExecution is the agent actually editing and running commands—bounded by the plan, permissions, and verification gate.
- Verification loopsA verification loop requires the agent to prove done with an external check—then fix—until the check passes or you stop it.
- RetriesRetries are bounded re-attempts after a failed verification—each attempt should use new evidence, not blind repetition.
- Parallel agentsParallel agents only help when tasks are partitioned, isolated on disk, and integrated through reviewable merges.
More tracks