Skip to content

Workflows

Workflows are complete development lifecycles that guide you through multi-step processes. 23 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
โš™๏ธ /implement Execute approved plan Incremental implementation with verification
๐ŸŽญ /orchestrate Multi-agent orchestration Complex tasks requiring specialists
๐Ÿ“‹ /plan Implementation planning Creating structured task breakdowns
๐Ÿ”€ /pr Production-grade PR creation Creating PRs with branch validation and CI
๐Ÿ‘€ /pr-review Multi-perspective PR review Reviewing PRs with senior engineering expertise
๐Ÿ”ง /pr-fix Fix PR review findings Fixing PRs based on review comments
๐Ÿ”— /pr-merge Safe PR merge Merging PRs with dependency validation
โœ‚๏ธ /pr-split Split oversized PRs Splitting L/XL PRs into focused sub-PRs
โœˆ๏ธ /preflight Production readiness audit Assessing app health against 10 domains
๐Ÿ‘๏ธ /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
๐Ÿ“ˆ /project-status Project status overview Checking current state and progress
๐Ÿ“– /help-kit Kit quick reference Framework overview and workflow guide
๐Ÿงช /test Systematic test writing Writing comprehensive tests
๐ŸŽจ /ui-ux-pro-max Premium UI/UX design Creating stunning interfaces
๐Ÿ”„ /upgrade Non-destructive framework updates Updating Devran AI Kit safely

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