Claude Code drives RStack through the sdlc-automation plugin (skills for
every pipeline agent) while RStack keeps the governed state in .rstack/.
cd your-project
npx rstack-agents init --framework claude-codeThis creates .claude/rstack-sdlc.md (project-local usage guide) and
registers the project with the Business Hub. Then install the plugin inside
Claude Code:
/plugin install sdlc-automation
| Command | Purpose |
|---|---|
/sdlc-start |
Full pipeline, agents chain autonomously |
/sdlc-sequential / /sdlc-parallel |
One agent at a time, or DAG mode |
/sdlc-status |
Which agents completed, which are pending |
/sdlc-resume |
Resume from a specific agent |
/sdlc-agent <name> |
Run a single SDLC agent in isolation |
npx rstack-businessRun timelines, stage durations, approvals, alerts, and traceability on :3008 — aggregated across every project on this machine.