What problem does it solve? After a development mission finishes, it is hard to know what actually went wrong or what to improve next time. This Skill reads the real Claude Code session transcript for a mission and turns it into an evidence-based debrief with scores and actionable findings, instead of relying on subjective recollection. ## Core Features & Use Cases - Transcript Resolution: Maps a mission ID (full UUID, weaver-<short>, or bare short ID) to its git worktree and the encoded ~/.claude/projects/ transcript folders, with fallback scanning. - Run Reconstruction: Parses .jsonl transcript files (excluding agent- sidechains) to rebuild the goal, tool calls, errors, retries, and per-model token usage. - Scored Debrief: Rates flow, quality, agenticness, and PM on a 1-10 scale with evidence-backed rationale, then produces a ranked findings list classified as bugfix, prompt-change, or skill-creation. - Use Case: After a mission like weaver-02d2080b completes, run the debrief to get a dated markdown report in contexthub-docs/feedback/ with concrete follow-up actions, routed only after human approval. ## Quick Start Ask the assistant to run mission-feedback on mission weaver-02d2080b to generate a transcript-driven debrief with scores and ranked findings.