workflow-bridge

Route pipeline phase transitions to generate deterministic plan-mode handoffs.

4|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/leeovery/agntc --skill workflow-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-bridge
Source: https://github.com/leeovery/agntc/tree/main/.claude/skills/workflow-bridge
Command: npx skills add https://github.com/leeovery/agntc --skill workflow-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The workflow-bridge coordinates multi-phase AI workflows by analyzing phase state and producing deterministic plan-mode handoffs, ensuring smooth continuation between skills without intermediate output.

Core Features & Use Cases

  • Discovers the next phase based on current phase artifacts and status, and routes the pipeline accordingly.
  • Generates a plan-mode handoff to the next skill (start-{next_phase}) while preserving conversational context.
  • Works across feature, bugfix, and greenfield pipelines, handling context compaction constraints and supporting plan-driven continuation.

Quick Start

Invoke the bridge during a phase transition to generate a plan-mode handoff to the next pipeline phase.

Frequently Asked Questions about workflow-bridge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate phase transitions in a multi-stage AI workflow pipeline?

Plan-mode handoffs coordinate multi-phase workflows by producing deterministic transitions between skills without intermediate output. This ensures discovery phases are directly followed by plan generation while preserving conversational context across the entire pipeline.

How do I handle context compaction when continuing a multi-phase pipeline?

Handling context compaction when continuing a multi-phase pipeline involves routing phase transitions through plan-mode handoffs. This generates deterministic continuation instructions for the next phase, preventing context loss when moving between feature, bugfix, or greenfield pipelines.

Does this pipeline bridge work with feature, bugfix, and greenfield workflows?

Yes, the pipeline bridge supports feature, bugfix, and greenfield workflows. It evaluates current phase artifacts and status across all three pipeline types to determine the next phase and route the continuation accordingly.

What's the best way to ensure discovery is followed by plan generation in a pipeline?

The best way to ensure discovery is followed by plan generation is to route phase state through a deterministic bridge. It coordinates with EnterPlanMode and ExitPlanMode to produce strict plan-mode handoffs, refraining from output until the next phase is explicitly requested.