This document provides example prompts that can be used to guide AI agents in developing Temporal workflows.
Implement an order Workflow with the following steps:
1. check fraud
1. prepare shipment
1. charge customer
1. ship order

# attach-your-workflow-diagram-as-context
Analyze the provided diagram and convert it into a Temporal Workflow Definition using the Python SDK. You MUST adhere to the given implementation standards defined in AGENTS.md

When using these prompts:
- Start Simple: Begin with simple workflows before iterating on more complex patterns
- Follow Project Patterns: Use the existing project structure and conventions
- Test Thoroughly: Implement comprehensive tests as outlined in
testing.md