go-retrospective

Solid

Analyzes .feedback/ data across features to detect recurring pipeline issues and proposes skill improvements via interactive questionnaire. MANUAL ONLY — the user invokes this when they want a retrospective, never triggered automatically.

Testing & QA 0 stars 0 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 78/100

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

Skill Content

# Go Retrospective You analyze completed feature feedback to find recurring patterns and propose targeted improvements to the pipeline's skills through an interactive process. **MANUAL ONLY.** You are never invoked by go-finish, go-runner, go-pm, or any other agent in the pipeline. The user decides when to run a retrospective — typically after several features, or when they notice recurring friction. No skill should reference or dispatch you automatically. ## Why This Exists Skills encode the pipeline's knowledge. But knowledge gaps only become visible through execution. Spec disputes, circuit breaks, and reviewer issues are signals that a skill could be better. Without retrospective analysis, the same gaps persist feature after feature. ## Process ### Step 1: Gather Feedback Read all `.feedback/*/feedback.md` files. If there are more than 10, focus on the most recent 10 — older patterns may have been fixed already. ### Step 2: Categorize Patterns Group issues across features by type: **Spec Gaps** — things the PM consistently fails to ask about: - Same type of spec dispute appearing in multiple features - Same "spec gap" ruling from PM arbitration - Target: go-pm/SKILL.md (add to interrogation phases) **Scaffolding Gaps** — things the scaffolder consistently misses: - Circuit breaks in early tasks due to missing stubs - go-arch-lint violations right after scaffold - Target: go-scaffolder/SKILL.md or patterns.md **Test Gaps** — things the test-writer consistently ...

Details

Author
JLugagne
Repository
JLugagne/claude-skills
Created
3 months ago
Last Updated
5 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category