What problem does it solve? Post-launch products accumulate user feedback from support tickets, analytics, and stakeholders, but acting on it consistently is hard: specs drift from code, conflicting requests go unresolved, and documentation falls behind. This Skill runs a structured feedback loop that triages each item, updates BRD/PRD specifications, implements code changes, and keeps tests and docs in sync. ## Core Features & Use Cases - Feedback Triage and Conflict Resolution: Categorizes items (Bug, UX Issue, Missing Feature, Enhancement, Performance, Documentation), traces them to existing BRD/PRD requirements, detects conflicting requests, and assigns APPROVED / STAKEHOLDER_DECISION_REQUIRED / DEFERRED statuses. - Sequential Agent Team Execution: Coordinates three teammates — spec-updater, code-implementer, and test-and-docs-updater — with enforced dependency ordering and a maximum of two coordination rounds per item. - Living Document Maintenance: Updates BRD/PRD with traceability markers, refreshes tests, developer docs, and Mintlify user guides, then archives each processed batch for recurring-request detection. - Use Case: After collecting a month of support tickets in feedback/input.md, run Stage 8 to triage 15 items, update the affected specs, ship the fixes on a dedicated branch, and produce a resolution report with a full audit trail. ## Quick Start Ask the agent to process the user feedback batch in feedback/input.md and run the Stage 8 feedback loop.