# Source Command Hdd Research

> Phase 1 router for HDD research

- Skill: `kastalien-research/source-command-hdd-research` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kastalien-research/source-command-hdd-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kastalien-research/source-command-hdd-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: kastalien-research (https://skillmd.com/u/kastalien-research)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/kastalien-research/source-command-hdd-research

---


# source-command-hdd-research

Use this skill when the user asks to run the migrated source command `hdd-research`.

## Command Template

# /hdd:research

Build context and hypotheses for a new ADR initiative.

## Usage

```bash
/hdd:research "<task-goal>"
```

## Delegation

- Primary module: `./modules/research-brief.md`
- Handoff schema: `../_contracts/delegation-handoff-schema.md`

## Inputs

- `task_goal`
- `paths_to_inspect` (accepted ADRs, rejected ADRs, staging ADRs, relevant specs)
- `acceptance_checks`

## Steps

1. Delegate research to the module using path-scoped inputs.
2. Capture hypotheses, unknowns, and open risks.
3. Ask for user approval before moving to ADR staging.

## Output

- Research summary with SOFT hypotheses and blockers.

