Aller au contenu principal

WORK Commands

Workflow principal (explore, plan, commit, PR)

Overview

This domain contains 15 commands for workflow principal (explore, plan, commit, pr).

Commands list

CommandDescription
/work:work-batchAutonomous and sequential execution of user stories from a PRD file (JSON or Markdown).
/work:work-brainstormStructured ideation: turn a vague idea into a validated design before specifying.
/work:work-clarifyAsks targeted questions to reduce ambiguity in a specification.
/work:work-commitPrepare and perform a clean commit following conventions.
/work:work-commit-push-prComplete workflow: commit + push + PR in a single command.
/work:work-exploreAnalyzes the codebase without writing code. EXPLORATION mode only.
/work:work-flow-bugfixComplete workflow to fix a bug, from diagnosis to deployment.
/work:work-flow-featureComplete workflow for developing a new feature, from exploration to merge.
/work:work-flow-launchTechnical workflow to develop and launch a product, from setup to go-live.
/work:work-flow-releaseComplete workflow to prepare and publish a release.
/work:work-planDesign a detailed implementation plan. PLANNING mode only.
/work:work-prCreates a complete and well-documented Pull Request.
/work:work-quickQuick workflow for trivial changes (1-3 files, < 50 lines, zero risk).
/work:work-specifyCreates a structured functional specification. SPECIFICATION mode only.
/work:work-teamLaunches a coordinated team of agents (Agent Teams) to parallelize work.

Commands in detail


Back to all commands