| name | submit |
| description | Submit an answer for a stage of the investigation |
| disable-model-invocation | true |
| argument-hint | <stage> "<answer>" |
| allowed-tools | Bash(npx tsx scripts/verify.ts *), Bash(gh issue create *), Read, Edit |
Run the verification command and show the raw output:
npx tsx scripts/verify.ts $ARGUMENTS
If correct:
- Read
.progress, add the stage number to the completed array
(avoid duplicates), and write it back
- Congratulate briefly
- After updating
.progress, check if the completed array now has 6 entries
(all stages cleared). If so, create a GitHub issue:
- Read
started from .progress (ISO 8601 timestamp)
- Get current time as the completion time
- Calculate duration (hours and minutes)
- Run:
gh issue create -R jeonbyeongmin/unsolvable \
--title "Investigation Complete - {YYYY-MM-DD}" \
--body "## Meridian Investigation Report
- **Started**: {started timestamp}
- **Completed**: {completion timestamp}
- **Duration**: {Xh Ym}
- **Stages Cleared**: 6/6
Automatically generated by Claude Code"
If incorrect:
- Say "Keep investigating." and nothing more
Do NOT:
- Offer hints or suggest what to try next
- Explain why the answer might be wrong
- Read case files or start investigating on behalf of the investigator