init

init is a command for Claude Code from Kastalien-Research/thoughtbox. It costs 0 tokens per session (596 once invoked), scanned A, original, MIT.

A command that starts a new Hypothesis-Driven Development session by creating local state and recording the planned phases and artifact files.

In plain words
What is it for?
Use it to connect the session to the current branch, create .hdd/state.json, optionally record a user-selected tracker reference, and begin research.
Why use it?
It gives the work a durable local starting point without requiring an external task tracker.

Command for Claude Code

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/kastalien-research/thoughtbox/init
Clone the repo
git clone --depth 1 https://github.com/Kastalien-Research/thoughtbox

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 init

README.md
[![agentmods](https://agentmods.dev/badge/commands/kastalien-research/thoughtbox/init.svg)](https://agentmods.dev/commands/kastalien-research/thoughtbox/init)
Your own site
<a href="https://agentmods.dev/commands/kastalien-research/thoughtbox/init"><img src="https://agentmods.dev/badge/commands/kastalien-research/thoughtbox/init.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 596 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 $0.00000 $0.00596
Opus 5 $0.00000 $0.00298
Sonnet 5 $0.00000 $0.00119
Haiku 4.5 $0.00000 $0.00060

Measured yesterday against content hash 25fc7c4714e8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

init 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 yesterday.

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.

apps/web/.claude/commands/hdd/init.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HDD Initialization: Create Session State

Purpose: Initialize a new HDD session without relying on any external task tracker.


Overview

Every HDD session must have durable local state before research or implementation begins. The source of truth for HDD progress is .hdd/state.json, plus the staging ADR and spec artifacts created during the workflow.

Task tracking is optional and must use only the tracker explicitly selected by the user for the current work. Do not use an unverified tracker CLI or legacy issue-storage remotes.


Command: /hdd:init

Usage

/hdd:init [adr-number] [title]

What This Command Does

  1. Confirm the current branch matches the unit of work.
  2. Check whether .hdd/state.json already exists for this ADR.
  3. If a user-selected tracker is in scope, record its issue/reference ID in the state file. If tracker writes are unavailable, continue with local HDD state and note that in the handoff.
  4. Create .hdd/state.json with the requested phases and artifact paths.
  5. Show the session dashboard and begin Phase 1.

State Shape

{
  "workflow": "hdd",
  "version": "2.1",
  "adr_number": "<number>",
  "title": "<title>",
  "phase": "research",
  "phases_requested": [1, 2, 3, 4, 5],
  "tracker": {
    "provider": "<selected-tracker-or-none>",
    "issueId": "<optional>"
  },
  "status": "in_progress",
  "artifacts": [],
  "hypotheses": [],
  "staging_adr_path": null,
  "spec_path": null,
  "open_risks": [],
  "reconciliation_flags": [],
  "updated_at": "<ISO timestamp>"
}

Session Dashboard

# HDD Session Initialized: ADR-<number>

Tracker: <selected tracker or none>
State: .hdd/state.json

## Phases

- Phase 1: Research
- Phase 2: Stage Spec + ADR
- Phase 3: Implementation
- Phase 4: Validation
- Phase 5: Decision

Starting research phase now...

  • /hdd:status - Show current session state
  • /hdd:checkpoint - Mark phase complete, request user approval
  • /hdd:approve - User approves current phase
  • /hdd:research - Begin Phase 1
  • /hdd:stage-adr - Begin Phase 2

Read the full file on GitHub · 93 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. yesterday First seen · 93 lines · 0 tokens per session scan A 25fc7c4714e8

Subscribe to this mod's changes

init is a command published in the GitHub repository Kastalien-Research/thoughtbox (64 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 596 tokens. 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.