What problem does it solve? When a PM notices collaboration problems during a PMAI workflow session, there is no structured way to trace the root cause and report it back to the PMAI framework repository. This Skill performs a read-only retrospective of the current session, pins a fixed evidence snapshot, compares actual behavior against confirmed design truth sources, and produces a ready-to-paste optimization prompt for the framework repo. ## Core Features & Use Cases - Precise Session Location: Locates the exact current session transcript via the host's session ID (currently verified for Codex), refusing to guess from recent files or timestamps. - Focused Retrospective with Audit Escalation: Defaults to focused analysis around the PM's feedback, upgrading to a full audit of the fixed snapshot only when explicit escalation conditions are met. - Root-Cause Attribution: Classifies each finding as consumer project issue, execution gap, skill gap, framework contract gap, host runtime limit, or insufficient evidence, with falsification criteria per finding. - Framework Handoff Prompt: Generates a self-contained Markdown prompt with session ID, transcript path, snapshot boundaries, findings, and reconciliation instructions for the PMAI generator repo. - Use Case: After a PMAI session where the AI repeatedly asked already-answered questions, the PM runs the feedback command; the Skill pinpoints the transcript, identifies which Skill rule was not enforced, and outputs a prompt the PM pastes into the PMAI framework repo for reconciliation. ## Quick Start Ask the AI to run /pmai-feedback to review this conversation and generate a framework improvement prompt for the PMAI repository.