start

start is a command for Claude Code from idoforgod/Dissertation-Simulator-AgenticWorkflow. It costs 23 tokens per session (1,252 once invoked), scanned A, original, MIT.

A starting command for a thesis workflow that checks the project’s current state and chooses the right next step.

In plain words
What is it for?
Use it to begin, continue, or recover a thesis workflow based on the files already present.
Why use it?
It prevents work from starting in the wrong place or losing track of an unfinished thesis project. It can also identify when a project needs recovery.

Command for Claude Code

Written for Claude Code: installed under .claude/.

Install

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.

agentmods
npx agentmods add commands/idoforgod/dissertation-simulator-agenticworkflow/start
Clone the repo
git clone --depth 1 https://github.com/idoforgod/Dissertation-Simulator-AgenticWorkflow

Made for: Claude Code.

Wrote 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.

agentmods badge for start

README.md
[![agentmods](https://agentmods.dev/badge/commands/idoforgod/dissertation-simulator-agenticworkflow/start.svg)](https://agentmods.dev/commands/idoforgod/dissertation-simulator-agenticworkflow/start)
Your own site
<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>
Per session 23 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,252 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 478cb4c824c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

.claude/commands/start.md · 121 lines

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):

Read the full file on GitHub · 121 lines

Changes

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.

  1. 3d ago First seen · 121 lines · 23 tokens per session scan A 478cb4c824c4

Subscribe to this mod's changes

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.