Skip to content
Automation
Command

/start

Start the dev workflow — inline planning, then autonomous execute→verify→review→QA loop

From plugin
stagent
259 skills1 agent9 commands8 hooks
Install
> /plugin marketplace add jie-worldstatelabs/stagent
> /plugin install stagent@stagent

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/start

Context preview

What this command does when you run it.

Start the dev workflow — inline planning, then autonomous execute→verify→review→QA loop

Command definition

start.md
description: "Start the dev workflow — inline planning, then autonomous execute→verify→review→QA loop"
argument-hint: "[--mode=cloud|local] [--flow=<local-dir|cloud-url>] <task description>"
allowed-tools: Read, Write, Edit, Bash, Glob, Grep, Agent, AskUserQuestion

Start a dev workflow. Two-skill chain:

  • **Step 1** — `stagent-setup` skill parses flags, derives a topic, and calls `setup-workflow.sh` (Phase 0 refuses to overwrite an active session; if there's already a live workflow it'll tell the user to `/stagent:interrupt` / `/continue` / `/cancel` first).
  • **Step 2** — `stagent:stagent` skill drives the state-machine loop against the `state.md` created in Step 1.

Task from user: `$ARGUMENTS`

Step 1 — Bootstrap

Invoke `Skill("stagent:stagent-setup")` and follow its instructions exactly. It returns after `setup-workflow.sh` has written `state.md`.

Step 2 — Drive the loop

Invoke `Skill("stagent:stagent")` and follow its instructions exactly. It picks up the freshly-created `state.md`, runs the initial stage, and continues through transitions until terminal.

Do NOT invoke any other skill before, during, or after these two.

Ships withstagent

A Claude Code plugin that runs config-driven development workflows as a state machine. You declare stages, transitions, and inputs in a single workflow.json; the plugin's hooks and scripts drive the loop.

Get the whole plugin
Stats
25
Stars
1
Forks
Maintained
Maintenance
Shell
Language
4mo ago
Last commit
5mo ago
Created

Repo: jie-worldstatelabs/stagent

Other commands on stagent.