source-command-hdd-hdd

SkillDev tools

[DEPRECATED] Thin HDD router — use /hdd skill instead

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the source-command-hdd-hdd skill

What this skill tells your AI

The instructions your AI receives, as published by kastalien-research/thoughtbox in .agents/skills/source-command-hdd-hdd/SKILL.md and read by ahel’s review.

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

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

Signals

GitHub stars
64
Forks
20
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
source-command-hdd-hdd
Source
github.com/kastalien-research/thoughtbox
source-command-hdd-hdd: Skill · ahel