Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/idoforgod/dissertation-simulator-agenticworkflow/startgit clone --depth 1 https://github.com/idoforgod/Dissertation-Simulator-AgenticWorkflowWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/idoforgod/dissertation-simulator-agenticworkflow/start)<a href="https://agentmods.dev/commands/idoforgod/dissertation-simulator-agenticworkflow/start"><img src="https://agentmods.dev/badge/commands/idoforgod/dissertation-simulator-agenticworkflow/start.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.01252 |
| Opus 5 | $0.00012 | $0.00626 |
| Sonnet 5 | $0.00005 | $0.00250 |
| Haiku 4.5 | $0.00002 | $0.00125 |
Grade A, and why
start scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Workflow Start Router
You are the smart entry point for the thesis workflow. Detect the current state and route to the appropriate action.
Natural Language Triggers
This command is invoked when the user says any of these (in Korean or English):
- "시작하자", "시작", "시작해", "시작해줘", "시작합시다"
- "start", "let's start", "begin"
- "워크플로우를 시작하자", "워크플로우 시작"
- "논문 작업을 하자", "논문 작업 시작", "논문을 시작하자"
- "논문 시뮬레이터를 시작하자", "시뮬레이터 시작"
- "시뮬레이션을 시작하자", "시뮬레이션 시작"
- "연구를 시작하자", "연구 시작"
- Or any variation that signals "I want to begin/continue the thesis workflow"
Routing Protocol
Step 1: Check for Existing Projects
ls thesis-output/ 2>/dev/null
Step 2: Route Based on State
[No thesis-output/ directory OR empty]
→ Route A: First-time initialization
→ Execute /thesis-init protocol
[Single project exists]
→ Read SOT: checklist_manager.py --status --project-dir thesis-output/{project}
→ If SOT readable and workflow in-progress:
→ Route B: Continue workflow
→ Execute /thesis-start protocol
→ If SOT unreadable or corrupted:
→ Route C: Recovery mode
→ Execute /thesis-resume protocol
[Multiple projects exist]
→ List all projects with their status
→ Ask user which project to continue (Korean)
→ Then route to B or C based on selected project's state
Step 3: Display Entry Banner (Korean)
Before routing, always display:
====================================
Dissertation Simulator v1.0
박사 논문 연구 시뮬레이터
====================================
Step 3.5: User Mode Guide (Korean)
After the banner, present the user mode guide. The behavior depends on the route:
Route A (New project): Always display the full mode guide and ask for selection.
Route B/C (Existing project): Read the existing execution_mode from SOT first. Display the current mode and ask: "현재 모드: {mode}. 변경하시겠습니까? (Enter로 유지)" — only re-select if user requests a change.
Mode Guide Display (for Route A, or Route B/C when user wants to change):
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 121 lines · 23 tokens per session scan A 478cb4c824c4
start is a command published in the GitHub repository idoforgod/Dissertation-Simulator-AgenticWorkflow (107 stars, last pushed 3mo ago), licensed MIT. It adds 23 tokens to every session and 1,252 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.