/plugin marketplace add skaisser/blueprint-plugin
/plugin install blueprint
That's it. 27 skills, audit hooks, MCP servers, and status line — all active instantly.
| Component | What it does |
|---|---|
| 27 slash commands | Full SDLC pipeline: /backlog → /plan → /plan-review → /plan-approved → /plan-check → /pr → /review → /address-pr → /finish |
| Audit hook | 15 enforcement rules on every tool call — prevents drift, enforces commit format, blocks dangerous commands |
| MCP servers | Context7 (live library docs) + Sequential Thinking (structured reasoning) — auto-registered |
| Status line | Context usage bar, estimated time remaining, git branch, code changes |
| Templates | Git hooks (commit format, branch protection), GitHub Actions (PR review, tests), project scaffold |
/backlog → /plan → /plan-review → /plan-approved → /plan-check → /pr → /review → /address-pr → /finish
B L U E P R I N T
Plus automation: /flow (guided), /flow-auto (zero-touch), /batch-flow (multi-plan).
| Category | Skills |
|---|---|
| Pipeline | /backlog, /plan, /plan-review, /plan-approved, /plan-check, /pr, /review, /address-pr, /finish |
| Automation | /flow, /flow-auto, /flow-auto-wt, /batch-flow |
| Fast Track | /quick, /hotfix, /resume |
| Git & PR | /bp-commit, /bp-ship, /bp-push, /bp-branch |
| Testing | /bp-test, /bp-tdd-review |
| Setup | /start, /bp-context, /bp-status, /complete |
| Meta | /skill-creator |
The audit hook requires the Blueprint CLI binary. It auto-installs on first use, or install manually:
# Via Homebrew
brew tap skaisser/tap
brew install blueprint
# Or via the setup script
bash "${CLAUDE_PLUGIN_ROOT}/scripts/setup.sh"blueprint audit # Pre-tool-use enforcement (called by hook)
blueprint status # Show SDLC status
blueprint update # Self-update from GitHub Releases
blueprint meta # Plan metadata as JSON
blueprint sync # Sync plan frontmatter
blueprint commit # Validated commit
blueprint backlog # Manage backlog items- Plugin install registers 27 slash commands + hooks + MCP servers
- First tool call triggers the audit hook, which auto-downloads the CLI binary
- Every subsequent tool call is validated by the 15-rule audit engine
- Skills guide Claude through the full SDLC — from idea capture to merged PR
The plugin is auto-synced from the main Blueprint repo. To contribute:
- Fork skaisser/blueprint
- Make your changes
- Submit a PR to the main repo
- Changes are automatically synced to this plugin repo on release
Apache 2.0 — see LICENSE