[DEPRECATED] Thin HDD router — use /hdd skill instead
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Kastalien-Research/thoughtbox --skill source-command-hdd-hdd --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Source Command Hdd Hdd?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kastalien-research-source-command-hdd-hdd)More formats (shields.io, HTML) on the badges page.
---
name: "source-command-hdd-hdd"
description: "[DEPRECATED] Thin HDD router — use /hdd skill instead"
---
# source-command-hdd-hdd
Use this skill when the user asks to run the migrated source command `hdd-hdd`.
## Command Template
# /hdd (DEPRECATED)
**This command is deprecated.** Use the `/hdd` skill at `.Codex/skills/hdd/SKILL.md` instead.
The skill is the canonical HDD entry point with full sub-agent delegation templates,
spec creation, reconciliation dispositions, and `--phases` support for `/workflow` integration.
The module briefs in `./modules/` remain as reference material for sub-agent context.
---
## Original description (preserved for reference)
Run Hypothesis-Driven Development using small delegated modules.
## Usage
```bash
/hdd <adr-number> "<title>" [--resume]
```
## Instruction Budget
- This orchestrator is router-only and must stay under the orchestrator budget policy.
- Execution details live in phase modules.
## Inputs
- `adr_number` (required)
- `title` (required)
- `resume` (optional)
## Delegation
1. Research -> `./modules/research-brief.md`
2. Stage ADR -> `./modules/stage-adr-brief.md`
3. Implement -> `./modules/implement-brief.md`
4. Validate -> `./modules/validate-brief.md`
5. Decide -> `./modules/decide-brief.md`
## Orchestrator Steps
1. Initialize or resume state.
2. Delegate current phase using the standard handoff schema.
3. Collect module output and persist phase result.
4. Run user checkpoint after each phase.
5. Append delegation trace event.
6. Route to next phase until complete.
## Checkpoints
- After research: approve hypotheses.
- After stage ADR: approve implementation scope.
- After validate: confirm manual verification findings.
- Before decision: confirm accept/reject action.
## Output
- Accepted ADR migrated to production path, or rejected ADR archived with rationale.
- Workflow summary with outcomes and open risks.
- Trace artifact at `.Codex/command-traces/hdd.jsonl`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!