Phase 1: Claim
The Claim phase is the entry point of every HiveSpec lifecycle. The agent picks up the next prioritized issue from the backlog and prepares to work on it.
What happens
Section titled “What happens”- Pick the next issue — Select the highest-priority unassigned issue from the backlog
- Read repo guidelines — Check CLAUDE.md, AGENTS.md, CONTRIBUTING.md for conventions
- Set up workspace — Create a branch or worktree for isolated work
- Assess scope — Determine which phases are needed (a typo fix skips to implement)
hs-claimWhen to skip phases
Section titled “When to skip phases”After claiming, the agent assesses scope:
- Typo/docs fix — Skip to implement
- Bug fix with clear root cause — Skip design and plan
- New feature or refactor — Run all phases