复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-pm-skills-8333e499ec6e ,按照其中的说明把「sprint」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Three modes covering the sprint lifecycle: plan for sprint planning, retro for retrospectives, release-notes for shipping communication.
/sprint plan 2-week sprint, 4 engineers, focus on checkout improvements
/sprint retro [paste team feedback or sprint data]
/sprint release-notes [paste tickets, changelog, or PRD]
/sprint # asks which phase you're in
Prepare for sprint planning with capacity estimation, story selection, and risk identification.
Step 1: Gather Sprint Context
Step 2: Estimate Capacity
Apply the sprint-plan skill:
Step 3: Select and Sequence Stories
Step 4: Generate Sprint Plan
## Sprint Plan: [Sprint Name/Number]
**Duration**: [dates]
**Sprint Goal**: [one sentence]
**Team**: [members and availability]
### Capacity
| Member | Available Days | Points/Hours | Notes |
|--------|--------------|-------------|-------|
**Total capacity**: [X] points/hours
**Recommended commitment**: [Y] points/hours (with buffer)
### Selected Stories
| # | Story | Points | Owner | Dependencies | Risk |
|---|-------|--------|-------|-------------|------|
### Sprint Risks
1. [Risk] — Mitigation: [action]
### Definition of Done
- [ ] Code reviewed
- [ ] Tests passing
- [ ] Deployed to staging
- [ ] QA approved
- [ ] Documentation updated (if applicable)
Facilitate a structured retrospective that produces actionable improvements.
Step 1: Gather Sprint Feedback
Accept input as:
Ask: "Which retro format do you prefer?"
Step 2: Analyze and Structure
Apply the retro skill:
Step 3: Generate Retro Summary
## Sprint Retrospective: [Sprint Name]
**Date**: [today]
**Format**: [Start/Stop/Continue | 4Ls | Sailboat]
**Participants**: [if known]
### What Went Well
[Grouped themes with supporting evidence]
### What Didn't Go Well
[Grouped themes with root cause analysis]
### Key Insights
[2-3 patterns that emerged]
### Action Items
| # | Action | Owner | Deadline | Priority |
|---|--------|-------|----------|----------|
### Metrics This Sprint
| Metric | This Sprint | Last Sprint | Trend |
|--------|-----------|------------|-------|
Generate user-facing release notes from technical artifacts.
Step 1: Accept Release Content
Accept:
Step 2: Transform
Apply the release-notes skill:
Step 3: Generate Release Notes
## What's New — [Version/Date]
### Highlights
[1-2 sentence summary of the most important change]
### New Features
- **[Feature Name]** — [user-facing benefit in plain language]
### Improvements
- **[Improvement]** — [what's better now]
### Bug Fixes
- Fixed [issue] that caused [user impact]
### Coming Soon
[Optional teaser for next release]
Save as markdown and offer to format for different channels (blog post, in-app, email, Slack announcement).