Use this agent when you have an AI workflow design with a clear scope, desired outcome, intended users, and human/AI responsibilities.
Paste the workspace agent spec into a new workspace, then provide the workflow design and any open decisions, source materials, expected output examples, and constraints.
This agent is designed to turn workflow design intent into observable behavior. The result should be specific enough for an Activator or technical partner to understand what the workflow must do, what it must not do, and how it must be tested.
At the end of this step, you should have a clear smallest useful version of the workflow, requirements, human checkpoints, fallback behavior, and representative tests.
Simple Best Practices
- Stay within the bounds of the scoped workflow design during requirements and test case development.
- Define requirements as observable behaviors, not broad intentions.
- Include prohibited behaviors so the workflow does not overreach.
- Define test expectations before running the test.
- Cover routine, variation, missing or ambiguous, sensitive, urgent, and out-of-scope cases.
- Use approved, synthetic, anonymized, or otherwise safe data for testing.
Workspace Agent Spec