reconciling-feedback

Triage external feedback and route valid items into the Maieutics pipeline.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/rarilurelo/maieutics --skill reconciling-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reconciling-feedback
Source: https://github.com/rarilurelo/maieutics/tree/main/skills/reconciling-feedback
Command: npx skills add https://github.com/rarilurelo/maieutics --skill reconciling-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

External feedback arriving after implementation can block progress; reconciling it ensures systematic triage and proper routing into the Maieutics pipeline.

Core Features & Use Cases

  • Triages feedback from staging tests, UAT, code reviews, and bug reports.
  • Classifies each item by layer and disposition using codex exec, promoting accepted changes to the Discovery Log.
  • Routes changes to the appropriate pipeline stage with explicit user confirmation for overrides when necessary.

Quick Start

Parse and triage external feedback with codex exec to classify items, determine their layer and disposition, and generate a reconciliation report.

Frequently Asked Questions about reconciling-feedback

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

FAQPage Schema
How do I triage external feedback from staging tests and bug reports into a development pipeline?

To triage external feedback, you can parse staging tests, UAT, code reviews, and bug reports to classify each item by layer and disposition, routing valid changes into the appropriate pipeline stage. This ensures systematic reconciliation of post-implementation findings.

What is feedback reconciliation in software development?

Feedback reconciliation is the process of systematically triaging external feedback arriving after implementation. It classifies items by layer and disposition, promoting only user-accepted changes to the Discovery Log to prevent post-implementation findings from blocking progress.

How do I route code review feedback to the correct pipeline stage?

You can route code review feedback by classifying each item by layer and disposition using codex exec. The system determines the appropriate pipeline stage for each item, enforcing explicit user confirmation for overrides to ensure changes are accurately directed.

Can I use codex exec to classify UAT feedback layers and dispositions?

Yes, you can use codex exec to parse and triage UAT feedback. It classifies each item by its architectural layer and disposition, generating a reconciliation report that guides subsequent routing decisions within the pipeline.

Do I need explicit user confirmation to override feedback routing decisions?

Yes, explicit user confirmation is required for overrides when routing feedback. The system enforces this confirmation to ensure that only user-accepted changes are promoted to the Discovery Log and that reconciliation results are properly documented.