一键导入
create-retro
Create a sprint or project retrospective when the user asks to run a retro, reflect on a sprint, review what happened, or do a team retrospective
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a sprint or project retrospective when the user asks to run a retro, reflect on a sprint, review what happened, or do a team retrospective
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pins and manages per-project Flutter SDK versions with FVM (Flutter Version Management). Use when the project has or needs a .fvmrc or .fvm/ directory, when contributors need a reproducible Flutter SDK, when installing FVM, pinning or switching the Flutter version, wiring FVM into VS Code or Android Studio, configuring CI to honor .fvmrc, or troubleshooting "wrong Flutter version" symptoms.
End-to-end review pipeline — creates a handoff, generates a review (self-review or paste-ready for another provider), then offers to fix findings. Use when you want to review your changes before pushing.
Build a competitive positioning matrix and strategy canvas when the user asks to analyze competitors, compare products, or assess competitive landscape
Audit project dependencies for risk when the user asks to check dependencies, audit packages, review dependency health, check for vulnerabilities, or assess supply chain risk
Analyze product metrics and identify trends when the user asks to review metrics, analyze KPIs, or assess product health
Audit a feature for WCAG 2.1 AA compliance using POUR principles when the user asks to check accessibility, audit a11y, or verify WCAG compliance
| name | create-retro |
| description | Create a sprint or project retrospective when the user asks to run a retro, reflect on a sprint, review what happened, or do a team retrospective |
| author | chalk |
| version | 1.0.0 |
| metadata-version | 3 |
| allowed-tools | Read, Glob, Grep, Write |
| argument-hint | [sprint name, project name, or time period] |
| read-only | false |
| destructive | false |
| idempotent | false |
| open-world | false |
| user-invocable | true |
| tags | retro, process, improvement |
Generate a structured sprint or project retrospective using the Start/Stop/Continue format with accountability tracking. The retro reads previous retrospective documents to check whether past action items were completed and flags recurring themes that appear across multiple retros.
Read previous retros — Scan .chalk/docs/product/ for files matching *_retro_*. Read each one to extract:
Read current context — Check .chalk/docs/product/ for PRDs, stakeholder updates, and any planning documents relevant to the sprint or project being reviewed. Check .chalk/docs/engineering/ for incident reports or postmortems from the period.
Parse the retro scope — From $ARGUMENTS, identify the sprint name, project name, or time period under review. If unclear, ask what period or project the retro covers.
Audit previous action items — For each action item from the most recent retro:
Identify recurring themes — Compare themes from the current retro input against previous retros. If the same issue (e.g., "unclear requirements," "flaky tests," "too many meetings") appears in 2 or more retros, flag it as a recurring theme that requires structural intervention, not just another action item.
Generate Start/Stop/Continue — Organize feedback into three categories:
Conduct team health check — Assess three dimensions:
Write action items — Every action item must be specific, assignable, and time-bound:
Determine the next file number — List files in .chalk/docs/product/ to find the highest numbered file. Increment by 1.
Write the file — Save to .chalk/docs/product/<n>_retro_<sprint_or_project>.md.
Confirm — Present the retro with a summary: number of action items, any recurring themes flagged, and previous action item completion rate.
# Retrospective: <Sprint/Project Name>
**Period**: <start date> to <end date>
**Date**: <YYYY-MM-DD>
**Participants**: <list of roles or teams involved>
## Previous Action Item Review
| Action Item | Owner | Due Date | Status | Notes |
|-------------|-------|----------|--------|-------|
| <from previous retro> | <owner> | <date> | Completed / In Progress / Not Started | <context> |
**Completion Rate**: <X of Y completed> (<percentage>%)
### Escalations
<Any action items that have been unfinished for 2+ retros. These require structural intervention.>
## Start / Stop / Continue
### Start
- <Things the team should begin doing, with rationale>
### Stop
- <Things the team should stop doing, with rationale>
### Continue
- <Things that are working and should be maintained>
## Recurring Themes
<Issues that have appeared in 2 or more retros. For each, note how many times it has appeared and what was tried previously.>
| Theme | Occurrences | Previous Attempts | Recommended Escalation |
|-------|-------------|-------------------|----------------------|
| <theme> | <count> | <what was tried> | <structural change needed> |
## Team Health Check
| Dimension | Rating | Notes |
|-----------|--------|-------|
| Morale | Healthy / Needs Attention / Critical | <one-line explanation> |
| Process Friction | Healthy / Needs Attention / Critical | <one-line explanation> |
| Technical Health | Healthy / Needs Attention / Critical | <one-line explanation> |
**Trend**: <Compared to previous retro: improving, stable, or declining per dimension>
## Action Items
| ID | Action | Owner | Due Date | Verification |
|----|--------|-------|----------|-------------|
| R-1 | <specific action> | <person or team> | <YYYY-MM-DD> | <how to confirm it's done> |
| R-2 | <specific action> | <person or team> | <YYYY-MM-DD> | <how to confirm it's done> |
.chalk/docs/product/<n>_retro_<sprint_or_project>.md# Retrospective: <Sprint/Project Name>