Skip to content

Workflows

Workflows are complete development lifecycles that guide you through multi-step processes. 15 workflows for every development scenario.


Available Workflows

Workflow Purpose Use Case
๐Ÿง  /brainstorm Structured ideation Before committing to implementation
โœจ /create Scaffold new components Creating new features, modules, components
๐Ÿ› /debug Systematic debugging Investigating complex bugs
๐Ÿš€ /deploy Production deployment Deploying with pre-flight checks
๐Ÿ”ง /enhance Iterative development Adding/updating features
๐ŸŽญ /orchestrate Multi-agent orchestration Complex tasks requiring specialists
๐Ÿ“‹ /plan Implementation planning Creating structured task breakdowns
๐Ÿ”€ /pr Production-grade PR creation Creating PRs with pre-flight checks and CI
๐Ÿ‘๏ธ /preview Dev server management Starting/stopping local servers
๐Ÿ”ฌ /quality-gate Pre-task research & validation Market research and ethics review
๐Ÿ“Š /retrospective Sprint-end quality audit Tier-1 compliance review after milestones
๐Ÿ” /review Code review pipeline Sequential lint/test/security/build gates
๐Ÿ“ˆ /status Project status overview Checking current state and progress
๐Ÿงช /test Systematic test writing Writing comprehensive tests
๐ŸŽจ /ui-ux-pro-max Premium UI/UX design Creating stunning interfaces

Workflow Lifecycle

Each workflow follows a structured lifecycle:

Initiation โ†’ Planning โ†’ Execution โ†’ Verification โ†’ Completion
  1. Initiation โ€” Workflow triggered via slash command
  2. Planning โ€” Requirements gathered, approach decided
  3. Execution โ€” Work performed with agent assistance
  4. Verification โ€” Quality gates ensure correctness
  5. Completion โ€” Results documented and committed

Using Workflows

Invoke a workflow with its slash command:

# Start a brainstorming session
/brainstorm

# Create a new feature
/create Add user profile component

# Debug an issue
/debug API returns 500 error

# Run quality review pipeline
/review

# Deploy to production
/deploy

Workflow vs Command

Aspect Command Workflow
Scope Single operation Multi-step process
Duration Seconds to minutes Minutes to hours
Output Immediate result Documented artifacts
Guidance Minimal Step-by-step