ワンクリックで
rein-go
Run one task through the full REIN flow from clarification through implementation, cleanup, review, and verification
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run one task through the full REIN flow from clarification through implementation, cleanup, review, and verification
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Runtime-backed Socratic interview with durable state, clarity scoring, and spec bundle output
Use before committing. Self-reviews the current diff for unrelated changes, debug leftovers, test weakening, and scope drift.
Run a regression-tests-first cleanup/refactor workflow to reduce slop
Use after triage, before implementation. Breaks complex work into sequenced steps with risks, checkpoints, rollback boundaries, and interview-result handoff support.
Use before ambiguous or multi-file work. Surfaces relevant files, assumptions, success criteria, and cheating boundaries.
Understand a codebase and maintain .rein/codebase/ as a navigable map with evidence-backed findings
| name | rein-go |
| description | Run one task through the full REIN flow from clarification through implementation, cleanup, review, and verification |
| argument-hint | [--from-interview <slug|path>] <task or idea> |
Use this when the user wants one REIN-controlled flow instead of manually invoking rein-interview, rein-plan, implementation, cleanup, review, and verification as separate steps.
rein-go is the end-to-end orchestration surface for REIN.
rein-interview bundle already exists and should feed directly into planning and implementation$rein-go, /rein-go, or asks for a single flow commandrein go$rein-go and /rein-goStart the flow through the runtime:
rein go "<task>" --json
If a completed interview bundle already exists:
rein go --from-interview <slug|path> --json
Then use:
rein go status --slug <slug> --json
rein go resume --slug <slug> --json
rein go advance --slug <slug> --stage <stage> --status <completed|failed|blocked> ... --json
Treat the returned flow state as the source of truth for current stage, resume point, stop reason, and downstream stage artifacts.
Interview
rein go "<task>" initializes the flow and starts rein-interview automatically.--from-interview, the interview stage is marked completed from the bundle.rein interview ... runtime commands and present the user-facing interview exactly like rein-interview does, including the clarity score and question frame.rein go resume --slug <slug> --json still returns currentStage: interview and recommends rein interview crystallize ..., the interview is not done yet; crystallize first, then resume again to advance into planning.Plan
rein-interview result.json.Implementation
rein go advance ... --stage implementation --changed-files '<json>'.Cleanup
rein-cleanup on the changed-file scope recorded by the implementation stage.rein go advance ... --stage cleanup.Review
rein-review on the resulting diff.rein go advance ... --stage review.Verify
rein-verify before declaring completion.rein go advance ... --stage verify.rein-interview runtime commands for persistence and state.rein go runtime state as the source of truth for current stage, changed files, and resume behavior.When the flow completes:
If the flow stops early:
Task: {{ARGUMENTS}}