re-frame2-pair-retro

Retrospects on re-frame2-pair sessions and drafts prioritized GitHub issue improvements.

49|Updated May 7, 2026
One-click install
npx skills add https://github.com/day8/re-frame2 --skill re-frame2-pair-retro-day8
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: re-frame2-pair-retro
Source: https://github.com/day8/re-frame2/tree/main/skills/re-frame2-pair-retro
Command: npx skills add https://github.com/day8/re-frame2 --skill re-frame2-pair-retro-day8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? After a frustrating or inefficient re-frame2-pair session, users lack a structured way to identify what went wrong, why the pair tool fell short, and which concrete improvement would matter most. This Skill turns a completed or recapped pair session into a one-response product retrospective with evidence-grounded findings and an optional copy-pasteable GitHub issue draft. ## Core Features & Use Cases - Session friction analysis: Reconstructs causal order from a transcript or recap, distinguishing retries, stale results, workarounds, and hidden prerequisites, and assigns each finding to the correct owner (pair tool vs upstream re-frame2 framework). - Read-only issue drafting: Produces one focused, copy-pasteable GitHub issue draft against day8/re-frame2 with tool-vs-framework ownership in the title and body, plus optional duplicate search via gh issue list/view. - Known-friction pattern matching: Consults references/known-frictions.md to tell recurring product gaps from one-off problems. - Use Case: After a session where restore-epoch kept failing with :rf.epoch/restore-version-mismatch, ask for a retro and receive the friction diagnosis, the smallest credible fix, and a ready-to-file issue draft in one response. ## Quick Start Ask the assistant to retro on your just-finished re-frame2-pair session and draft a GitHub issue for the biggest friction it finds.

Frequently Asked Questions about re-frame2-pair-retro

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

FAQPage Schema
How do I run a retrospective on a re-frame2-pair session?▼

Ask explicitly for a retro on the session, such as "retro on this pair session" or "review my re-frame2-pair session". The Skill delivers the complete retrospective in one response, with findings ordered by leverage and tied to concrete session moments.

Can this Skill file a GitHub issue for me automatically?▼

No, the Skill is strictly read-only and never runs gh issue create. It produces one copy-pasteable issue draft in the conversation, and you own whether and how to file it against day8/re-frame2.

What evidence does a re-frame2-pair retrospective need?▼

It requires a concrete re-frame2-pair session in the conversation or a user-supplied recap. Vocabulary alone like "what went wrong" never activates it; without evidence it asks for a recap rather than fabricating findings.

When should I not use this retrospective Skill?▼

Do not use it for live debugging mid-session, application code authoring, Story recorder retros, or free-floating framework feedback. Those route to re-frame2-pair, the re-frame2 authoring skill, or the Stories leaf respectively.

How does it decide whether friction belongs to the pair tool or the framework?▼

Each finding names the correct owner as a citation: tool-shaped findings name the pair-skill leaf or tool descriptor, while framework-shaped findings cite the spec/Tool-Pair.md row. When ownership cannot be verified from evidence, it is marked unverified rather than guessed.