Bridge Design

Integrate design documents into BRIDGE v2.1 projects and update artifacts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/etapsc/bridge --skill bridge-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bridge Design
Source: https://github.com/etapsc/bridge/tree/main/bridge-codex/.agents/skills/bridge-design
Command: npx skills add https://github.com/etapsc/bridge --skill bridge-design

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the integration of new design specifications, PRDs, or version updates into an ongoing BRIDGE v2.1 project, ensuring consistency and preventing loss of existing progress.

Core Features & Use Cases

  • Design Analysis: Parses design documents to classify elements (new features, extensions, modifications, deprecations).
  • Conflict Detection: Identifies potential breaking changes, dependency issues, and scope conflicts before implementation.
  • Artifact Updates: Automatically updates requirements.json, context.json, decisions.md, and human-playbook.md to reflect the integrated design.
  • Use Case: A product manager provides a new feature specification. The AI agent uses this Skill to analyze the spec, identify any conflicts with the current development state, update the project's requirements, and propose a new slice order.

Quick Start

Use the bridge design skill to integrate the attached document 'new-api-spec.md' into the current project.

Frequently Asked Questions about Bridge Design

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

FAQPage Schema
How do I integrate new design documents into an existing agile project workflow?

To integrate design documents into an existing BRIDGE v2.1 project, this skill parses the specifications, classifies elements like new features and modifications, and automatically updates project artifacts to reflect the changes.

How does requirements management handle conflict detection for new PRDs?

Requirements management conflict detection works by analyzing incoming PRDs to identify potential breaking changes, dependency issues, and scope conflicts against the current development state before implementation begins.

Can I use this to update requirements.json and context.json without losing existing progress?

Yes, you can update requirements.json and context.json without losing progress, as the skill preserves existing project state while applying new design specifications, extensions, and modifications.

What is the best way to manage deprecations and feature extensions in BRIDGE v2.1?

The best way to manage deprecations and extensions in BRIDGE v2.1 is by parsing design documents to classify changes, detecting conflicts, and automatically synchronizing decisions.md and human-playbook.md artifacts.

Does this design integration tool automatically update human playbooks and decisions logs?

Yes, this design integration tool automatically updates human-playbook.md and decisions.md, ensuring artifact consistency across requirements, context, decisions, and playbooks when new version specifications are integrated.

What are the limitations when detecting breaking changes in version specifications?

The skill detects breaking changes and scope conflicts by analyzing provided version specifications against existing project artifacts, but requires accurate BRIDGE v2.1 project files to function correctly without missing dependency data.