WORK Commands
Workflow principal (explore, plan, commit, PR)
Overview
This domain contains 15 commands for workflow principal (explore, plan, commit, pr).
Commands list
| Command | Description |
|---|---|
/work:work-batch | Autonomous and sequential execution of user stories from a PRD file (JSON or Markdown). |
/work:work-brainstorm | Structured ideation: turn a vague idea into a validated design before specifying. |
/work:work-clarify | Asks targeted questions to reduce ambiguity in a specification. |
/work:work-commit | Prepare and perform a clean commit following conventions. |
/work:work-commit-push-pr | Complete workflow: commit + push + PR in a single command. |
/work:work-explore | Analyzes the codebase without writing code. EXPLORATION mode only. |
/work:work-flow-bugfix | Complete workflow to fix a bug, from diagnosis to deployment. |
/work:work-flow-feature | Complete workflow for developing a new feature, from exploration to merge. |
/work:work-flow-launch | Technical workflow to develop and launch a product, from setup to go-live. |
/work:work-flow-release | Complete workflow to prepare and publish a release. |
/work:work-plan | Design a detailed implementation plan. PLANNING mode only. |
/work:work-pr | Creates a complete and well-documented Pull Request. |
/work:work-quick | Quick workflow for trivial changes (1-3 files, < 50 lines, zero risk). |
/work:work-specify | Creates a structured functional specification. SPECIFICATION mode only. |
/work:work-team | Launches a coordinated team of agents (Agent Teams) to parallelize work. |
Commands in detail
Autonomous and sequential execution of user stories from a PRD file (JSON or Markdown).
Structured ideation: turn a vague idea into a validated design before specifying.
Asks targeted questions to reduce ambiguity in a specification.
Prepare and perform a clean commit following conventions.
Complete workflow: commit + push + PR in a single command.
Analyzes the codebase without writing code. EXPLORATION mode only.
Complete workflow to fix a bug, from diagnosis to deployment.
Complete workflow for developing a new feature, from exploration to merge.
Technical workflow to develop and launch a product, from setup to go-live.
Complete workflow to prepare and publish a release.
Design a detailed implementation plan. PLANNING mode only.
Creates a complete and well-documented Pull Request.
Quick workflow for trivial changes (1-3 files, < 50 lines, zero risk).
Creates a structured functional specification. SPECIFICATION mode only.
Launches a coordinated team of agents (Agent Teams) to parallelize work.