friction-retrospective

Solid

Scan delivery artefacts for friction log entries, detect recurring patterns, and produce retrospective reports. Invoked by Discovery Agent (never by Delivery) to identify systemic improvement opportunities from friction captured during delivery.

Code & Development 155 stars 28 forks Updated 2 days ago NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Friction Retrospective ## Purpose / When to Activate Activate to aggregate and analyze friction captured during delivery. This skill reads `## Friction Log` sections from delivery artefacts and detects patterns that warrant promotion to durable memory (conventions, decisions, rule updates). **Recommended triggers (conventions, not rules):** - **Per-Epic:** when an Epic is marked done - **Monthly:** alongside `memory-refresh` - **Incident:** if a single Story generates 3+ friction events **Constraint:** Only the Discovery Agent may invoke this skill. Delivery agents capture friction; Discovery analyzes it. --- ## Process 1. **Scope resolution** — determine which artefacts to scan: - If `epic` filter: scan artefacts matching `{epic_id}S*` - If `date_range` filter: scan artefacts within date range (from frontmatter `created_at`) - If `type` filter: scan all artefacts but only extract entries matching the specified friction type - If no filter: scan all artefacts (full retrospective) 2. **Friction extraction** — for each artefact containing a `## Friction Log`: - Parse the table rows - Tag each entry with: Story ID (from filename), date (from frontmatter), artefact type (impl-report / qa-report / micro-delivery-report) 3. **Pattern detection** — analyze extracted entries: - Group by `type` (ac-ambiguity, missing-context, tool-failure, etc.) - Count frequency per type - Identify thematic clusters within each type (e.g., multiple `missing-conte...

Details

Author
Fr-e-d
Repository
Fr-e-d/GAAI-framework
Created
5 months ago
Last Updated
2 days ago
Language
Shell
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category