jie-worldstatelabs/stagent
25 stars · Last commit 2026-05-15
Claude Code plugin that stops "almost done" loops — declare your stages in workflow.json, runs them as a state machine that auto-retries until quick tests, code review, and journey tests all pass. Live web viewer + cross-machine resume + templates hub.
README preview
# stagent **English** | [简体中文](./README.zh-CN.md) | [日本語](./README.ja.md) | [한국어](./README.ko.md) | [Français](./README.fr.md) | [Deutsch](./README.de.md) | [Español](./README.es.md) 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. Two modes: - **Cloud** (default) — state mirrored to a [hosted webapp](https://stagent.worldstatelabs.com/) with a live browser viewer, cross-machine resume, and zero project-dir footprint. - **Local** — state and artifacts live under `<project>/.stagent/`, no network. ## Quick Start ### Installation Run this command ``` claude plugin marketplace add jie-worldstatelabs/stagent && claude plugin install stagent@stagent ```