context-bridge

Generate a self-contained handoff bundle with updated PRD and TODO files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/infolog-io/Monet --skill context-bridge-infolog-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-bridge
Source: https://github.com/infolog-io/Monet/tree/main/skills/claude-skill-context-bridge
Command: npx skills add https://github.com/infolog-io/Monet --skill context-bridge-infolog-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a session's context window fills up, context-bridge ensures a high-fidelity handoff by integrating audit results, PRD reconciliation, and a reconciled TODO into a self-contained package that can be fed to a fresh session.

Core Features & Use Cases

  • Produces three artifacts in one pass: a self-contained handoff docs/handoff-{topic-slug}.md, an updated docs/prd.md, and a reconciled docs/todo.md.
  • Enforces a seven-phase protocol (Audit → Identify topic → Extract decisions → Update PRD → Reconcile TODO → Write handoff → Verify) to guarantee traceable progress.
  • Supports long-running projects and cross-team handoffs, letting fresh sessions read the handoff cold and act confidently.

Quick Start

Run bridge context to generate a self-contained handoff and updated PRD.

Frequently Asked Questions about context-bridge

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

FAQPage Schema
How do I preserve project context when the session context window is full?

To preserve project context when the session context window is full, generate a self-contained handoff bundle containing an updated PRD and reconciled TODO for a fresh session to read.

What is a self-contained handoff document for cross-team collaboration?

A self-contained handoff document for cross-team collaboration integrates audit results, extracted decisions, and a reconciled TODO into a single package for confident cold reading.

How do I update a PRD and reconcile a TODO list for a project handoff?

To update a PRD and reconcile a TODO list for a project handoff, execute a seven-phase protocol that audits the session, extracts decisions, updates docs/prd.md, and reconciles docs/todo.md.

Do I need a Git repository and CLAUDE.md to generate project handoff documentation?

Yes, generating project handoff documentation requires a Git repository with a CLAUDE.md framing file, while optional plans and docs can be included to enhance the handoff output.

What's the best way to prepare a long-running project for a fresh development session?

The best way to prepare a long-running project for a fresh development session is to generate a self-contained handoff bundle at docs/handoff-{topic-slug}.md that traces all progress.