By skaisser
Blueprint SDLC — 27 slash commands that turn Claude Code into a disciplined engineering team. Full pipeline: /backlog → /plan → /plan-review → /plan-approved → /plan-check → /pr → /review → /address-pr → /finish. Includes audit hooks (15 enforcement rules), MCP servers (Context7 + Sequential Thinking), status line, and parallel execution via teams.
Push the current branch to remote with branch safety checks. Triggers on "/bp-push", "/push", "push this", "push to remote", "push branch", or any request to push code to the remote repository. Also triggers on "push my code", "push the branch", or "send it to remote". Does NOT trigger on "push my changes" — use /bp-ship if uncommitted changes exist. Blocks pushes to main/master — only staging and feature branches are allowed.
Fully autonomous SDLC pipeline — zero user intervention. Opus 4.6 runs the entire workflow from plan through PR, handles review feedback loops, and stops only when the PR is ready for human merge. Use this skill whenever the user says "/flow-auto", "auto flow", "autonomous flow", "just do everything", "full auto", "hands off", "run it all", or any request to run the complete pipeline without checkpoints or user decisions. Also triggers on "no intervention", "auto pipeline", "unattended flow", "fire and forget flow", "do everything and leave me a PR", or "I'm going to sleep just build it". This is the zero-touch version of /flow — same pipeline, no pauses. IMPORTANT: never use AskUserQuestion in this skill — all decisions are made autonomously.
Auto-chain the full SDLC workflow with checkpoints and pauses for review. Use this skill whenever the user says "/flow", "run the full workflow", "auto chain", "start to finish", "full pipeline", "plan and execute", or any request to run the complete plan-to-finish pipeline automatically. Also triggers on "chain skills", "workflow pipeline", "run everything", "take this from plan to PR", "full dev cycle", or "run plan through finish". NOT for autonomous/zero-intervention flows (use /flow-auto instead). Orchestrates: plan → review → approve → check → PR → finish.
Emergency hotfix deployment: commit, push to staging branch, create PR to main, and merge. Use this skill when the user says "/hotfix", "emergency push", "hotfix to production", "push to staging and merge to main", "urgent deploy", "fast push to main", "deploy hotfix", or any request for an emergency/urgent deployment bypassing the normal /plan → /pr → /finish workflow. This is the fast lane: commit → push → PR → merge.
Trigger @claude PR review on a Pull Request via GitHub Actions. Use this skill whenever the user says "/review", "review the PR", "code review", "trigger review", or any request to get an automated code review on a PR. Also triggers on "claude review", "run review", or "check the PR". Posts a comment mentioning @claude which triggers the GitHub Action.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
/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
The plugin is auto-synced from the main Blueprint repo. To contribute:
Apache 2.0 — see LICENSE
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub skaisser/blueprint-pluginBlueprint Development methodology - structured feature development with PRD/PRP workflow, three-layer architecture (plugin/generated/custom), and documentation-first development
Focused agentic engineering workflow: design-doc, spec, plan, implement, tdd, refactor, review, address-pr-feedback, browser-verify, explain-visually, compress, branch, and commit.
Compound Engineering workflow: PRD-driven sprints, isolated worktrees, hook-enforced safety, automated learning. Skills become /vini-workflow:plan, /vini-workflow:compound, etc.
Software development lifecycle automation - slash commands, agents, and GitHub/GitLab webhook watchers
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.