Ralph Calibrate
Thin wrapper over the CLI runtime. Do not re-implement calibration logic here.
Execution
- Parse arguments from
/ralph-calibrate. - If no
<check>argument is provided, show the Usage section and stop. - Accept checks:
intention,technical,improve,all. - Resolve
subtasks.jsonabsolute path by searching up from the current directory to project root. - Build command:
aaa ralph calibrate <check> --subtasks <resolved-absolute-path> [--review] [--force]. - Run the command via Bash tool.
- Display CLI stdout/stderr to the user as the calibration result.
Do not add prerequisite checks, sequential orchestration, or config logic in this skill; the CLI handles those.
Usage
/ralph-calibrate <check> [--review] [--force]
Checks
intention- Analyze intention drift from completed subtaskstechnical- Analyze technical quality driftimprove- Analyze session logs for self-improvementall- Run all calibration checks
Options
--review- Stage proposals for approval--force- Auto-apply without approval prompts
Examples
/ralph-calibrate intention
/ralph-calibrate technical --review
/ralph-calibrate improve --force
/ralph-calibrate all --force
CLI Equivalent
aaa ralph calibrate <check> --subtasks <path-to-subtasks.json> [--review] [--force]