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:

  1. Gathers context from your codebase, CLAUDE.md, and knowledge base
  2. Writes the spec as a structured document
  3. Verifies the spec against applicable conventions
  4. Breaks the spec into tasks

Full walkthrough →

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:

  1. Writes code using the applicable coding skills for your stack
  2. Identifies decision points and writes tests for each path
  3. Runs a code review at your chosen effort level
  4. Opens the PR with a full summary

Full walkthrough →