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/kastalien-research/thoughtbox/initgit clone --depth 1 https://github.com/Kastalien-Research/thoughtboxWrote 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/kastalien-research/thoughtbox/init)<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>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 | $0.00000 | $0.00596 |
| Opus 5 | $0.00000 | $0.00298 |
| Sonnet 5 | $0.00000 | $0.00119 |
| Haiku 4.5 | $0.00000 | $0.00060 |
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.
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
- Confirm the current branch matches the unit of work.
- Check whether
.hdd/state.jsonalready exists for this ADR. - 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.
- Create
.hdd/state.jsonwith the requested phases and artifact paths. - 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...
Related Commands
/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
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.
- yesterday First seen · 93 lines · 0 tokens per session scan A 25fc7c4714e8
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.
Other commands, from other repositories
validate-prd
Validate an existing PRD against BMAD standards - comprehensive review for completeness, clarity, and quality.
editorial-review-structure
Structural editor that proposes cuts, reorganization, and simplification while preserving comprehension.
add-tool
Scaffold a new FreeAgent MCP tool (handler + registration + test) following the repo pattern.
OPSX: Archive
Archive a completed change in the experimental workflow.
audit-web
请使用 anjian MCP 工具处理这个网站安全评估请求:$ARGUMENTS.
data-mesh-contract
Create federated data product contracts for mesh architectures with SLAs, governance, and interoperability guarantees (project).