بنقرة واحدة
retro
Retrospective - review execution, capture learnings, update documentation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Retrospective - review execution, capture learnings, update documentation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Execute PRDs mechanically using task agents or swarm mode
Collaborative planning conversation to produce a Master Plan for a feature
Generate detailed PRDs with hyper-specific tasks from an approved Master Plan
Launch parallel code review agents to review execution results against PRD specifications
Explore a codebase area in depth with parallel research agents before planning
| name | retro |
| description | Retrospective - review execution, capture learnings, update documentation |
| argument-hint | <prd-directory-name> |
| tags | ["retrospective","review","documentation"] |
Review a completed (or partially completed) execution and capture learnings.
After execution, review what happened:
Read all PRD files in prds/{{argument}}/:
Produce a retrospective summary:
# Retrospective: <Feature Name>
Date: YYYY-MM-DD HH:MM UTC
PRD Directory: prds/<dir>/
## Summary
- Total PRDs: X
- Completed: X
- Failed: X
- Total tasks: X
- Completed: X
- Failed: X
- Total execution time: Xm Ys
## What Went Well
- <pattern or outcome that worked>
- <task that executed smoothly>
## What Didn't Work
- <task that failed and why>
- <PRD specification that was ambiguous>
- <dependency that was missing>
## PRD Quality Issues
- <tasks that were too large>
- <missing file change specifications>
- <wrong assumptions about codebase>
## Patterns to Keep
- <good patterns discovered during execution>
- <effective task granularity examples>
## Suggestions for Next Time
- <improvements to planning>
- <improvements to PRD format>
- <improvements to execution>
Write the retrospective to:
prds/<dir>/retrospective.md
Set Master Plan status to RETRO_COMPLETE.
If patterns were learned that should be captured in project rules or CLAUDE.md, suggest specific updates. Don't apply them without engineer approval.
If /team-review or a project-specific review skill exists, suggest running it on the changes made during execution. This catches issues that individual task agents might have missed.