By hgrafa
Ship features with testing gates. Consolidate debt with safety nets. AI-first delivery framework for senior engineering teams.
Subagent that analyzes git diffs for technical debt patterns. Dispatched by the removedebt skill. Returns structured findings. Do NOT use directly — invoked via Task tool by the removedebt skill.
Agente analitico que avalia o Hypership como produto. Le o contexto de docs/critical-analysis.md, docs/validation-plan.md e docs/prioritization-plan.md, compara com o estado atual do projeto, e produz criticas concretas. Invoke diretamente quando quiser uma avaliacao honesta do estado do produto.
Invoked by /critic command. Runs a product health check on Hypership itself. Reads critical analysis, validation data, and current project state. Returns an honest assessment — not encouragement.
Invoked by /delivery command. Orchestrates feature delivery with Phase 0 classification, testing gates, and Superpowers/Ralph Loop pipeline selection. Do not invoke directly — use the /delivery command.
Invoked by /removedebt command. Analyzes and removes technical debt with safety gates (snapshot, escape hatch, hard stop). Scopes via git history. Do not invoke directly — use the /removedebt command.
Uses power tools
Uses Bash, Write, or Edit tools
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Ship features with testing gates. Consolidate debt with safety nets.
AI-first delivery framework for senior engineering teams. Two commands. One philosophy: obsessively ship, deliberately consolidate.
Every feature you ship accumulates debt. Every debt removal risks breaking what you shipped. Hypership solves both sides:
/delivery — classifies your work (feature, bugfix, chore, mixed), applies testing gates, orchestrates Superpowers or Ralph Loop, logs everything/removedebt — scopes debt via git history, presents findings with strategic questions, executes with safety gates (snapshot, escape hatch, hard stop)You decide what to cut. Hypership executes with guardrails.
/plugin install hgrafa/hypership
Superpowers installs automatically as a dependency.
/delivery add Stripe refund flow with webhook handling
Hypership classifies your request, selects the right pipeline, implements with testing gates, and logs the delivery.
/removedebt since last consolidation
Scans the git diff, finds real debt, asks you what to fix, and executes with safety nets.
| Command | Purpose |
|---|---|
/delivery [description] | Orchestrate feature/bugfix delivery with testing gates |
/removedebt [context] | Analyze and remove tech debt with safety gates |
/status | Show delivery cycle health |
/delivery)| Type | Gate | Enforces |
|---|---|---|
| Bugfix | Bug-as-Test | Reproduce bug as failing test before fixing |
| Feature | Acceptance Coverage | Tests map 1:1 to acceptance criteria from brainstorm |
| Chore | TDD only | Standard Superpowers TDD, no extra gates |
| Mixed | Per-item | Decomposes prompt, each item gets its type-appropriate gate |
Non-reproducible bugs don't block — they get 3 fallback strategies (defense-in-depth, observability, hypothesis-driven hardening).
/removedebt)| Gate | When | What |
|---|---|---|
| Snapshot | Before execution | Captures full test baseline (pass/fail/skip/coverage) |
| Escape Hatch | After snapshot | Declare which tests may break intentionally (immutable once execution starts) |
| Hard Stop | After each category | Blocks on unexpected test failures with options: revert, investigate, or continue |
Create or edit hypership.config.json in the plugin root:
{
"strictDeliveryFramework": false
}
| Setting | Default | Effect |
|---|---|---|
strictDeliveryFramework | false | When true, ALL implementation work must go through /delivery. No direct Superpowers bypass. |
Required:
Optional companions (auto-detected when present):
MIT
npx claudepluginhub hgrafa/hypership --plugin hypershipAn agent-routed harness for end-to-end software product development
AI-First SDLC — zero-debt development with validators, enforcement, and workflows
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.
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
HarnessFlow — From idea to shipped product: high-quality engineering workflows for AI agents. Spec-anchored SDD, gated TDD, evidence-based routing, independent reviews, and formal closeout.
Ship software systematically: project lifecycle, TDD, parallel agents, code review, security auditing, and infrastructure validation