# Source Command Hdd Decide

> Phase 5 router for accept/reject ADR decision

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

---


# source-command-hdd-decide

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

## Command Template

# /hdd:decide

Finalize ADR outcome based on validation evidence.

## Usage

```bash
/hdd:decide <staging-adr-path>
```

## Delegation

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

## Inputs

- `staging_adr_path`
- `hypothesis_results`
- `paths_to_inspect`
- `acceptance_checks`

## Steps

1. Delegate accept/reject evaluation.
2. Confirm user decision checkpoint.
3. Migrate ADR to accepted or rejected path.
4. Emit final rationale and risk record.

## Output

- Final decision artifact and migrated ADR location.

