H3Tech Synaptory Get Started
First-time setup

Get started with synap

synap 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:
synap login
3
Add the plugin source in Claude Code:
/plugin marketplace add https://synaptory.h3t.co/marketplace.git
4
Install the plugin:
/plugin install synaptory
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 synaptory is safe — it's idempotent.

Using synap

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

/synap

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, synap auto-detects your stack and generates .synap.yaml. Or say "initialize my project" to configure manually.
2
Dispatch — describe what to build or fix. Examples:
/synap Build me a SaaS for restaurant reservations
/synap Fix the authentication bug in the login flow
/synap Status: where are we?
/synap 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:

synap 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 synap@h3t.co with your UPN and the project name — an admin will sort it out.

More resources