Skip to content

/stagent

Drive the dev workflow state machine: read state.md, execute the current stage (inline or subagent), transition via update-status.sh, loop until terminal. Precondition: state.md already exists (some upstream caller bootstrapped it). Does NOT bootstrap.

From plugin
253 skills1 agents9 commands8 hooks
shell
$ npx -y skills add jie-worldstatelabs/stagent --skill stagent --agent claude-code

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/stagent
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Drive the dev workflow state machine: read state.md, execute the current stage (inline or subagent), transition via update-status.sh, loop until terminal. Precondition: state.md already exists (some upstream caller bootstrapped it). Does NOT bootstrap.
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, auto-invoked
Stats
25
Stars
0
Views
1
Forks
Maintained
Maintenance
Shell
Language
2mo ago
Last commit
3mo ago
Created

Repo: jie-worldstatelabs/stagent