Skip to content

feat(skills): add /retro skill for structured retrospectives#776

Merged
JeremyDev87 merged 1 commit intomasterfrom
feat/retro-skill-770
Mar 21, 2026
Merged

feat(skills): add /retro skill for structured retrospectives#776
JeremyDev87 merged 1 commit intomasterfrom
feat/retro-skill-770

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add new /retro skill (.claude/skills/retro/SKILL.md) for structured retrospectives after batch/parallel work
  • 8-step workflow: gather context → Keep analysis → Problem + Root-Cause analysis → classify learnings → generate action items → save feedback memories → create GitHub issues → report
  • Learning classification routes insights to the right destination: rule (→ .ai-rules/CLAUDE.md), memory (→ feedback file), automation (→ GitHub issue)
  • Action items output in /plan-to-issues compatible format
  • Follows codingbuddy skill pattern (Core Principle, Iron Law, When to Use)

Test plan

  • All existing tests pass (172 files, 4841 tests)
  • SKILL.md frontmatter matches project convention (name, description, argument-hint, allowed-tools, user-invocable, disable-model-invocation)
  • Acceptance Criteria verified (6/6): Keep/Problem/Action structure, context.md auto-read, learning classification, plan-to-issues compatible output, tests pass, independently mergeable
  • EVAL: Critical=0, High=0

Closes #770

- Keep/Problem/Root-Cause analysis workflow
- Learning classification (rule → .ai-rules, memory → feedback, automation → issue)
- Action items in plan-to-issues compatible format
- Feedback memory persistence and GitHub issue creation
- Follows codingbuddy skill pattern (Core Principle, Iron Law, When to Use)

Closes #770
@JeremyDev87 JeremyDev87 added feat priority:must Must Have - 반드시 필요, 없으면 릴리즈 불가 labels Mar 21, 2026
@vercel
Copy link

vercel bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 21, 2026 3:38pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 21, 2026
@JeremyDev87 JeremyDev87 merged commit ec79ae4 into master Mar 21, 2026
25 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/retro-skill-770 branch March 21, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat priority:must Must Have - 반드시 필요, 없으면 릴리즈 불가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Create /retro skill for structured retrospectives

1 participant