bridge-receive

Implement tasks from docs/current-task.md and report findings in docs/codex-findings.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the implementation of tasks specified by Claude Code, ensuring adherence to requirements and efficient code delivery.

Core Features & Use Cases

  • Task Specification Adherence: Implements code exactly as defined in docs/current-task.md.
  • Constraint Management: Respects all specified constraints and matches existing code patterns.
  • Automated Testing & Reporting: Runs tests and generates findings in docs/codex-findings.md.
  • Use Case: After Claude Code defines a new feature, this Skill takes over to build and test it, reporting any deviations or issues encountered.

Quick Start

Use the bridge-receive skill to implement the current task.

Frequently Asked Questions about bridge-receive

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

FAQPage Schema
How do I automate task implementation from a Claude Code specification?

To automate task implementation, this skill reads specifications from docs/current-task.md, implements the code, runs tests, and commits changes. It operates within a dual-agent workflow to ensure strict adherence to defined constraints and formats.

What is a dual-agent workflow for code generation?

A dual-agent workflow separates task briefing from implementation. Claude Code defines the feature, and this skill takes over to build, test, and report findings, ensuring automated code delivery matches existing patterns and constraints.

How do I execute tasks and report findings using Claude Code?

You execute tasks by triggering this skill after Claude Code defines a feature. It implements code based on docs/current-task.md, runs tests, and writes any deviations or issues encountered to docs/codex-findings.md.

Does this skill require existing code patterns to match constraints?

Yes, constraint management requires matching existing code patterns. The skill respects all specified constraints defined in the task specification to ensure automated testing and code delivery align with your project standards.

What limitations exist when implementing tasks in a dual-agent workflow?

Limitations include strict dependency on the file formats docs/current-task.md and docs/codex-findings.md. The skill adheres strictly to defined constraints, meaning deviations from specified formats or missing specification files will halt implementation.