원클릭으로
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.