superpowers-pipelinelisted
Install: claude install-skill darkstar1227/bridge
# Bridge: Superpowers-Only Pipeline Orchestrator
**Announce at start:** "I'm using the bridge:superpowers-pipeline skill to run just the core Superpowers loop, checking for database changes along the way."
## Purpose
This is `full-pipeline` minus the gstack planning layer (`/office-hours`, `/autoplan`) and minus the `autoresearch-plan`/`autoresearch-impl` experiment loops. Use it when a spec already exists (the user has a plan doc, or wants to hand Claude a spec directly) and the extra review/experimentation layers aren't wanted for this task. Same sequencer rule as `full-pipeline`: this skill does no work itself, it invokes the real skills in order and carries output forward.
If partway through the user decides they actually want the gstack review layer or an autoresearch comparison after all, don't try to bolt it on ad hoc — stop and suggest switching to `bridge:full-pipeline` instead, since it already has those steps wired in correctly.
## Step 1 — Confirm there's a spec to work from
Unlike `full-pipeline`, there's no `/office-hours` or `/autoplan` step generating one. Check for an existing plan/spec file (same search order as `gstack-to-plan` Step 1: explicit path arg → `docs/plan.md` → `docs/spec.md` → most recently modified `.md` under `docs/`). If nothing is found, ask the user directly for the spec, or for the requirements to write one from — don't invent scope.
## Sequence
1. **`superpowers:writing-plans`** — turn the spec into an execution-level implementati