H3Tech hiro-crew Get Started
First-time setup

Get started with hiro-crew

hiro-crew is a multi-agent delivery assistant for Claude Code — it orchestrates Scrum and Kanban workflows, runs a per-story SE→QE→CR pipeline, and syncs progress to your project tracker. Follow the four steps below to install it on your laptop.

Install the plugin

1
Install the CLI — it handles authentication and keeps skills up to date. One install per laptop covers every project you're a member of. /downloads has the one-line installers for macOS, Linux, and Windows.
2
Sign in — opens a browser window to authenticate with your H3Tech account:
hiro-crew login
3
Add the plugin source in Claude Code:
/plugin marketplace add https://crew.h3t.co/marketplace.git
4
Install the plugin:
/plugin install hiro-crew
You're done. The plugin auto-fetches the latest version on every Claude Code session start, so you never need to update manually. Re-running /plugin install hiro-crew is safe — it's idempotent.

Using hiro-crew

Once installed, every delivery request goes through a single command inside Claude Code:

/hiro-crew

Describe what you need — the orchestrator classifies your request and routes it to the right agents automatically. There is nothing else to learn upfront.

1
Configure your project — on first run in a new project, hiro-crew auto-detects your stack and generates .hiro-crew.yaml. Or say "initialize my project" to configure manually.
2
Dispatch — describe what to build or fix. Examples:
/hiro-crew Build me a SaaS for restaurant reservations
/hiro-crew Fix the authentication bug in the login flow
/hiro-crew Status: where are we?
/hiro-crew doctor
Nine specialized agents (Project Owner, Architect, SE, QE, Code Reviewer, Compliance, Platform, Technical Writer, Research Advisor) coordinate to deliver working code, tests, and docs.
3
Review & iterate — each agent writes a receipt when its work is complete. The pipeline tracks DoD gates automatically. After each sprint, review what shipped and kick off the next one.

Full user guide →

Keeping up to date

Updates roll out automatically when you start a new Claude Code session. To force an immediate refresh:

hiro-crew skills sync --force

Need access?

If you can sign in but the plugin install fails, you likely need to be added to a project. Ping hiro-crew@h3t.co with your UPN and the project name — an admin will sort it out.

More resources