📄️ Writing great prompts
Prompts are the contract between you and the agent. Clear prompts reduce retries and keep workflows predictable.
📄️ Writing great workflows
Good workflows combine deterministic steps with focused agent work. Aim for small, clear steps that you can verify.
📄️ Migrating legacy code
Legacy migrations work well when you treat them like a sequence of small, repeatable steps. Start by discovering patterns, then migrate in slices.
📄️ Troubleshooting tasks
When a task fails, start by checking the rendered inputs and outputs. Most issues come from templating, missing context, or overly broad instructions.