rc_gate
Submit your checkpoint decision to approve, reject, or question the current RC Method step, controlling progression through the build pipeline.
Instructions
Submit user's checkpoint decision for the current RC Method step. NEVER call without first presenting the step output to the user and getting their explicit approval. Valid decisions: "approve" advances to next step, "reject" stays at current step (include reason in feedback), "question" pauses for clarification. Checkpoints exist after all 8 steps. Step 6 (Build) checkpoint fires after all tasks are complete. After approve: the next step tool becomes available. After reject: re-run the current step tool with adjusted inputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | If true, bypass design intelligence checks for high-UX projects (use with caution) | |
| decision | Yes | Checkpoint decision: 'approve', 'reject [reason]', or 'question [text]' | |
| feedback | No | Optional additional feedback or reason for the decision | |
| project_path | Yes | Absolute path to the project directory |