ワンクリックで
sprint
Run a multi-agent sprint. Use when the user wants to plan, execute, review, and test a set of GitHub issues as a coordinated sprint.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run a multi-agent sprint. Use when the user wants to plan, execute, review, and test a set of GitHub issues as a coordinated sprint.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Sprint planning only. Use when the user wants to plan a sprint without launching the full UI. Runs the Planner agent to generate a spec from GitHub issues.
Run API tests in an isolated microsandbox microVM with embedded Postgres. Use when tester agents need to start the full app and test API endpoints in an isolated environment. Each sandbox has its own network stack, DB, and app instance. Trigger on: "sandbox test", "test in sandbox", "run API tests isolated", "sandbox-tester".
| name | sprint |
| description | Run a multi-agent sprint. Use when the user wants to plan, execute, review, and test a set of GitHub issues as a coordinated sprint. |
| version | 0.1.0 |
Launch the Reins orchestrator to run a multi-agent sprint.
lsof -ti :7860 | xargs kill 2>/dev/null || true
REINS_PROJECT_ROOT="$PWD" bun run "$CLAUDE_PLUGIN_ROOT/src/server.ts" &
sleep 1 && open http://localhost:7860
The Reins orchestrator is running at http://localhost:7860.
Describe what you want to build — the Orchestrator will plan, execute, review, and test it.
Type /reins-stop to shut it down.