Getting Started
Getting Started
Install Sherpa, scaffold governance into your project, and understand the directory structure.
Sherpa installs into an existing codebase as a set of conventions, configuration, and tooling. There is no hosted service — everything lives in your repository and versions with git.
Prerequisites
- Node.js 22 or later
- pnpm (recommended), npm, or bun
- A git repository
- An AI coding assistant (Claude Code, Cursor, Windsurf, or similar)
What gets installed
sherpa.jsonat your project root — paths, dispatch routing, vocabulary, governance policy.claude/rules/— behavioral conventions that auto-load based on file globs.claude/skills/— executable workflows invocable as slash commandsdocs/agents/roles/— behavioral agent definitions for your dispatch pipelinedocs/initiatives/— governance tracking for proposals and plans
Next steps
- Quick Start — Scaffold governance and explore what was created
- Project Structure — Understand where everything lives and why