Bridge Feedback Process

Triage evaluation feedback into severity levels and update context JSON.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/etapsc/bridge --skill bridge-feedback-process
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bridge Feedback Process
Source: https://github.com/etapsc/bridge/tree/main/bridge-claude-code/.claude/skills/bridge-feedback-process
Command: npx skills add https://github.com/etapsc/bridge --skill bridge-feedback-process

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of handling user feedback after manual testing, ensuring that critical issues are addressed before launch and that less critical feedback is properly categorized.

Core Features & Use Cases

  • Automated Feedback Triage: Parses feedback into severity levels (high, medium, low).
  • Contextual Updates: Updates docs/context.json with feedback summary and action taken.
  • Clear Decision Making: Provides distinct outputs for "ITERATION REQUIRED" or "LAUNCH CANDIDATE".
  • Use Case: After a user manually tests a new feature and submits a feedback form, this Skill analyzes the feedback to determine if the issues found are blocking (high severity) or can be deferred (medium/low severity), guiding the next steps for the development team.

Quick Start

Use the bridge feedback process skill to triage the latest evaluation feedback.

Frequently Asked Questions about Bridge Feedback Process

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

FAQPage Schema
How do I triage user feedback to decide whether to iterate or launch?

To triage feedback for a launch decision, submit a completed testing feedback form to parse issues into severity levels. The process evaluates high, medium, and low severity findings to output a clear launch candidate or iteration required decision.

What is the agile feedback triage process for AI-developed software?

The agile feedback triage process parses manual testing feedback into severity levels to determine if critical issues block a launch. It updates the project context JSON with findings and generates actionable iteration or launch decisions for development teams.

How do I categorize manual testing feedback by severity level?

Categorize manual testing feedback by parsing submitted forms into high, medium, and low severity levels. High severity issues block launch and require iteration, while medium and low severity feedback can be deferred for later action.

Do I need a submitted feedback form to start the feedback triage process?

Yes, a manually submitted feedback form is required to start the triage process. The process requires manual testing completion beforehand to parse the feedback into severity levels and generate actionable developer outputs.

How does the triage process update project context with feedback findings?

The triage process updates project context by modifying a docs/context.json file with the feedback summary and the action taken. This ensures developers and product managers have updated contextual records for subsequent iteration decisions.