← ClaudeAtlas

full-pipelinelisted

Orchestrates the user's full end-to-end workflow in order — gstack office-hours, autoplan, autoresearch-plan, superpowers writing-plans and subagent-driven-development, autoresearch-impl, code-review, and qa — invoking each skill in sequence and handing its output forward as the next step's input. At two fixed checkpoints (after the plan is locked, and after implementation lands) it judges whether the change touches database schema and if so invokes supabase:supabase-postgres-best-practices before continuing. Use whenever the user wants to "run the whole pipeline", "go from idea to shipped", "do the full flow", or asks Claude Code to chain their office-hours → autoplan → superpowers → qa workflow automatically instead of invoking each skill by hand.
darkstar1227/bridge · ★ 0 · AI & Automation · score 75
Install: claude install-skill darkstar1227/bridge
# Bridge: Full Pipeline Orchestrator **Announce at start:** "I'm using the bridge:full-pipeline skill to run the workflow end-to-end, chaining each step's output into the next." ## Purpose This skill doesn't do any of the work itself — it's a sequencer. Each numbered step below is a real skill invocation; this skill's only job is to run them in order, carry the right file/output forward as the next step's input, and stop to surface a decision back to the user whenever a step can't proceed without one (e.g. `autoresearch-plan` finding no real alternatives to compare, or a review step failing). Don't skip a step to save time, and don't silently substitute a different skill for the one named — if the user wants a different implementer or reviewer mid-run, that's a decision to surface, not one to make unilaterally. Because every step runs in the same conversation, this pipeline accumulates context as it goes. For a long-running or multi-day pipeline, it's fine — expected, even — for the conversation to pause between steps and resume later; nothing here requires unattended execution. ## Sequence 1. **`/office-hours`** (gstack) — clarify the problem, constraints, and rough direction before any plan exists. 2. **`/autoplan`** (gstack) — CEO/design/eng triple review, produces a locked, reviewed plan. 3. **Database checkpoint A** — see "Database checkpoint" below, run against the plan from step 2. 4. **`bridge:autoresearch-plan`** — only if the locked plan contains more than one