Skip to main content

tools-visual-retro

Facilitate retrospectives and experiment readouts using ASCII grids, timelines, and heatmaps for rapid comprehension.

Aller à l'installation

Informations de source

Dépôt
tjboudreaux/cc-visualization-skills
Dernière activité de la source
17 février 2026 à 00:27
Langue détectée de SKILL.md
anglais
Étoiles
5
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
tools-visual-retro
description
Facilitate retrospectives and experiment readouts using ASCII grids, timelines, and heatmaps for rapid comprehension.
# Visual Retro Templates ## Intent - Make retrospective insights digestible for visual learners without slideware. - Standardize text-based templates for PRs, issues, or shared docs. ## Inputs 1. Retro categories (Went Well, Risks, Next Bets, Metrics). 2. Key quantitative results and qualitative highlights. 3. Owners + follow-up items. ## Workflow 1. **Pick template** - Grid: ``` +------------+------------------+ | Went Well | Needs Attention | +------------+------------------+ | ... | ... | ``` - Timeline w/ milestones. - Heatmap: use `[]` intensity markers (`[++]`, `[+]`, `[~]`, `[!]`). 2. **Populate data** - Keep bullet lines short; include metric deltas (`+12% DAU`). - Tag owners `(@name)` next to action items. 3. **Embed artifacts** - Link to logs, dashboards, or experiment IDs inline. 4. **Distribute** - Paste into PR descriptions, GitHub Discussions, or Slack posts. - Optionally store canonical version under `.factory/retros/<date>.txt`. 5. **Iterate** - Add “Next Checkpoint” section to set evaluation date. ## Verification - Template fits within 80 characters width; column headers aligned. - Each action item shows owner + due date. - Retro artifact linked in change summary or issue comment.
Voir sur GitHub