Pragma Workflows
Pragma workflows help users repeat common development tasks without rebuilding the same steps every time.
Users can use workflows to standardize common actions such as running tests, starting an app, checking formatting, or preparing a release.
What A Workflow Can Represent
A workflow can represent:
- Run the local app.
- Run tests.
- Build a release.
- Check formatting.
- Generate code.
- Review a feature.
- Deploy to a known environment.
- Open a recurring project task.
Why Workflows Matter
In a large team, users should not need to guess how to perform important actions. A workflow gives them a known path with the right commands, files, and context.
Searchable Workflows
Workflows can appear in search and command menus, so users can quickly find the task they need.
AI And Workflows
The AI agent can help explain or execute a workflow. For sensitive workflows, the user should approve each command before it runs.
Team Use
Teams can standardize workflows for common tasks. For example, every developer can use the same test workflow before opening a review.