weekly-retro

Solid

Use when conducting weekly retrospective, reviewing past week, or when user says "retro", "weekly retro", "week review". Triggers at end of week or start of new week.

Code & Development 166 stars 17 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
74
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Weekly Retro Part of the Personal Corp framework — running a one-person business through AI agents. Structured weekly retrospective. Gather facts from code and project management tools, interview the founder, capture findings into issues and canonical files. ## Setup Before first use, define these in your project's `CLAUDE.md`: ```markdown ## Weekly Retro Config ### Repos to scan List all repos the agent should check for commits: - ~/Projects/main-app - ~/Projects/marketing-site - ~/Projects/docs ### GitHub owner Your GitHub username or org for issue search: - owner: your-github-handle ### GitHub Project ID Project board where retro issues land: - project_id: 7 ### Canonical files (single source of truth) Files that hold authoritative data — agent must check these before writing numbers: - data.md — prices, revenue, historical totals - product.md — current offers - insights.md — strategic conclusions ### Retro log path Where retro summaries are saved: - docs/retro/ ### Task routing Map task types to repos so issues land in the right place: | Type | Repo | |------|------| | Backend bugs | main-app | | Marketing | marketing-site | | Strategy, cross-cutting | project-brain | ### Interview topics (customize to your business) Ordered list of areas to cover: 1. Product delivery 2. Sales / pipeline 3. Calendar events 4. New initiatives 5. Research / strategy 6. Open question ``` No separate init skill needed — this section is the setup. Copy the config block above int...

Details

Author
serejaris
Repository
serejaris/ris-claude-code
Created
5 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

evolving-config

Audit Claude Code configuration against latest features and best practices. Use when user says "evolve", "self-improve", "audit config", "what's new in claude code", "upgrade configuration", "check for improvements", "are we up to date".

16 Updated 1 months ago
alexei-led
AI & Automation Featured

daily-meeting-update

Interactive daily standup/meeting update generator. Use when user says 'daily', 'standup', 'scrum update', 'status update', 'what did I do yesterday', 'prepare for meeting', 'morning update', or 'team sync'. Pulls activity from GitHub, Jira, and Claude Code session history. Conducts 4-question interview (yesterday, today, blockers, discussion topics) and generates formatted Markdown update.

1,887 Updated 2 months ago
softaworks
Data & Documents Solid

short-term-memory

Maintain working context via current-context.md - read before and update after every response with timestamp YYYYMMDD-HHMMSS

21 Updated 2 months ago
Malaiac
AI & Automation Solid

sync

Fast save-point: sync all session-context files and MEMORY.md with current progress. Zero questions, zero delay. Use when user says /sync, save progress, save state, sync context, or /sync --full for capability inventory.

87 Updated 4 weeks ago
anombyte93
AI & Automation Solid

claude-reflect

Self-learning system that captures corrections during sessions and reminds users to run /reflect to update CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions remembering something for future sessions.

1,043 Updated 2 months ago
BayramAnnakov