
from ris-claude-code143
Run a structured weekly retrospective: gather facts from repos and tools, interview the founder, and turn decisions into canonical files and issues.
A structured weekly-retro skill for one-person businesses or small teams: it collects git and issue data, runs an interview with the founder, saves canonical facts, and creates prioritized issues/backlog items. Emphasizes verification, no fabrication, and write-immediately principles.
Use at the end of a week or the start of a new week to summarize progress, identify action items, route tasks to the correct repos, and produce a retro summary and backlog. Trigger phrases include "retro", "weekly retro", or "week review".
Best for planning and ops-focused agents that can run GH CLI commands and edit files (Claude Code, GitHub CLI-enabled agents, Copilot-style tools).
Weekly Retro is a structured retrospective skill for solo founders using AI agents (Personal Corp framework). No bundled scripts — all commands are template snippets within SKILL.md. The skill has a well-designed 6-phase workflow with strong guardrails (Iron Rules, Red Flags, Common Rationalizations) that prevent fabrication and ensure data integrity. Shell snippets use unquoted variables which is a minor risk in real use.
Impressive anti-fabrication and anti-assumption rules. Graphviz diagrams are a nice touch for flow documentation. No scripts directory — all logic is in SKILL.md as instructions to the agent. The numbers trust hierarchy is well thought out.