The prompt
Copy this into your coding agent
How to use it
Copy the prompt
Click the copy button on the prompt above to copy the full schema cheat sheet to your clipboard.
Paste into your session
Paste at the start of a new conversation in Claude, ChatGPT, Cursor, or your preferred coding agent tool.
Ask for your workflow
Describe what you want — for example: “Add a Shipfox workflow that runs my tests on every GitHub push and then asks Claude to review the results.”
What the prompt covers
The prompt is deliberately compact but complete. It covers every dimension of the shipped schema:- Top-level schema fields —
name,runner,env,triggers,jobs, and which keys are rejected - Trigger sources (shipped today) —
manual, plus integration connection slugs for GitHub (push), Sentry (issue.*), and custom webhooks (received) - Job isolation and
needsordering — parallel execution, repo re-cloning, and dependency chaining - Step kinds: run vs. agent — the two mutually exclusive step shapes and their allowed fields
- Gate / restart_from rules — CEL expressions over
exit_codeand how to wire restart targets - Hard rules — no
loop/matrix/branch,envis run-only, at most one manual trigger - The today/roadmap boundary — an explicit list of features not to use, so the agent doesn’t hallucinate roadmap keys