Workflows
A workflow in Slo is an orchestrated sequence of skills that produces a structured output. Slo ships with two.
Feature Specifications
Turns a rough feature request into a verified, task-broken specification document.
How to trigger it:
"Write a feature specification for the beta signup page."
"I want to add email notifications to the payment flow — write me a spec."
What Slo does:
- Gathers context from your codebase, CLAUDE.md, and knowledge base
- Writes the spec as a structured document
- Verifies the spec against applicable conventions
- Breaks the spec into tasks
Code-Test-Review
Guides a feature from code to tests to a reviewed, ship-ready PR.
How to trigger it:
"Help me build the payment module, test it, and open a pull request when it's ready."
"Review my current code changes and raise anything that looks wrong."
What Slo does:
- Writes code using the applicable coding skills for your stack
- Identifies decision points and writes tests for each path
- Runs a code review at your chosen effort level
- Opens the PR with a full summary