Workflow tutorials
Every tutorial here builds a complete, working suite that automates a real platform task end to end: describe it to your coding assistant, run it, activate it. Two prompts and about half an hour each.
Every suite in these docs is open source in nullplatform/workflows.
The walkthroughs​
Each one is also in the Tutorials hub, under Workflows, next to every other nullplatform tutorial.
New to workflows? Take them in that order: each suite adds one idea on top of the previous one.
Deployment gates built with workflows​
Three more tutorials pair a workflow with a checklist: the checklist dispatches an item, the workflow answers it, and the deploy waits for the verdict.
- Gate deploys on a Jira ticket your team already uses: 20 min · every gated deploy opens a Jira ticket and waits for someone to resolve it
- Match approval friction to deploy risk: 25 min · an analyzer scores each change and the checklist asks only for the sign-offs the risk matrix requires
- Audit every deploy against your architecture rules: 25 min · an AI step judges each rule against the change and resolves the checklist item
More suites in the repo​
nullplatform/workflows carries more than these docs walk through:
- 🚀 Blue-green progressive deploys, narrated and verified by an AI agent
- 📊 Deploy analysis that scores the risk of every deployment and rolls the week up per application and environment
- 📚 Library inventory that records what each deployed asset actually depends on
No credentials, no organization ids: every suite runs unchanged in your organization.