Job boundary
One workflow, one owner, one definition of done, and no hidden decisions for the model to infer.
Agent readiness
A useful agent pattern is not proved by one impressive demo. It is ready when the job is bounded, tools are narrow, evidence is visible, review gates are explicit, and the team knows how to stop or recover.
This hub is not a replacement for local policy, security, architecture, legal, or management review. The adopting organization owns final decisions about approved tools, data handling, access, release, and escalation.
Readiness gates
These gates keep agent work inspectable. If one is missing, the safer answer is usually a draft, checklist, or human-reviewed workflow.
Job boundary
One workflow, one owner, one definition of done, and no hidden decisions for the model to infer.
Tool boundary
Only the tools required for the job, with read, write, and external-effect permissions separated.
Data boundary
Approved inputs are named up front, restricted material stays out, and source references remain visible.
Evidence boundary
Completion requires artifacts, tests, logs, source trail, or reviewer notes outside the model's claim.
Review boundary
A person reviews consequential output before publish, send, merge, deploy, or system-of-record change.
Recovery boundary
The workflow has stop rules, retry limits, rollback triggers, and a way to resume from verified state.
Delivery example
For code-adjacent work, the first useful pattern is a narrow worker lane that prepares evidence for review. It does not own the business decision, merge button, production deploy, or permission expansion.
Work packet names the request, source files, non-goals, allowed tools, owner, and acceptance criteria.
One bounded builder lane drafts the change on a branch and cannot publish, merge, or broaden scope.
Representative cases, blocked cases, and known regressions define expected behavior before generation.
Format, lint, focused tests, build, and diff checks run before the work is called ready.
The reviewer sees changed files, source assumptions, verification output, residual risk, and stop conditions.
A release note names what would trigger revert, pause, escalation, or a smaller follow-up slice.
Any serious miss becomes a fixture, checklist update, or operating-standard change before the next run.
Material map
The route below pulls together the agent, testing, rollout, vendor, and handoff material that already exists in the catalog.
Do not automate yet
Next action
Use the guide to write the boundary, then use the feature test plan to define evidence and stop behavior before the workflow touches real systems.