← 返回 Skills 市场
1kalin

Sprint Planner

作者 1kalin · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
828
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install afrexai-sprint-planner
功能描述
Generates agile sprint plans with capacity math, prioritized backlog, sprint goals, daily standup templates, and retro prompts to ensure focused delivery.
使用说明 (SKILL.md)

Sprint Planner

Plan, scope, and run agile sprints that actually ship. No ceremony bloat.

What It Does

Takes your backlog (or a rough list of tasks) and produces a sprint plan with:

  • Capacity math (team size × available days × focus factor)
  • Story point allocation with buffer
  • Sprint goal + success criteria
  • Daily standup template
  • Retro prompts tied to metrics

Usage

Tell your agent: "Plan a 2-week sprint for [team/project]" with:

  • Team size and availability
  • Backlog items (paste or describe them)
  • Any hard deadlines or dependencies

Sprint Planning Framework

1. Capacity Calculation

Available hours = team_size × sprint_days × hours_per_day × focus_factor
focus_factor = 0.7 (accounts for meetings, interrupts, context switching)

2. Backlog Prioritization (RICE)

Score each item:

  • Reach: How many users/processes does this affect? (1-10)
  • Impact: How much does it move the needle? (0.25, 0.5, 1, 2, 3)
  • Confidence: How sure are you about estimates? (0.5, 0.8, 1.0)
  • Effort: Person-days to complete

RICE Score = (Reach × Impact × Confidence) / Effort

Sort descending. Fill sprint capacity from top.

3. Sprint Goal

One sentence. Measurable. Example: "Ship user onboarding flow — 80% of new signups complete setup within 48 hours."

4. Buffer Rule

Reserve 20% capacity for unplanned work. If you're filling 100% of capacity, you're already behind.

5. Definition of Done

Every item needs:

  • Code reviewed and merged
  • Tests passing
  • Deployed to staging
  • Product owner sign-off

6. Daily Standup (async-friendly)

Each person posts:

  1. What I shipped yesterday
  2. What I'm shipping today
  3. What's blocking me (if anything)

Skip "what I worked on" — focus on shipped output.

7. Sprint Retro (15 min max)

  • Velocity: Planned points vs completed points
  • Carry-over: What didn't get done and why?
  • One thing to change: Pick ONE process improvement. Not five.

8. Anti-Patterns to Flag

  • Sprint scope changed mid-sprint more than once
  • No items completed until final 2 days
  • Carry-over exceeds 30% of planned work
  • Standup takes more than 10 minutes

Output Format

# Sprint [N] Plan — [Start Date] to [End Date]

## Sprint Goal
[One sentence]

## Team Capacity
- Team: [N] engineers × [D] days × 0.7 focus = [H] available hours
- Buffer: 20% ([B] hours reserved)
- Committable: [C] hours

## Committed Items
| # | Item | Points | Owner | RICE | Status |
|---|------|--------|-------|------|--------|
| 1 | ...  | ...    | ...   | ...  | To Do  |

## Stretch Goals (if capacity allows)
| # | Item | Points |
|---|------|--------|

## Risks & Dependencies
- ...

## Success Criteria
- [ ] Sprint goal met
- [ ] Velocity within 15% of target
- [ ] Zero critical bugs introduced

Why This Works

Most sprint planning fails because teams skip capacity math and overcommit. This framework forces honest numbers first, then fills from a prioritized backlog. The 20% buffer isn't laziness — it's how you actually hit your commitments.

Built by AfrexAI — AI context packs for business teams. Get the full SaaS Context Pack ($47) for sprint planning, roadmap templates, and 40+ agent-ready frameworks.

安全使用建议
This appears to be a safe, instruction-only sprint-planning template. Before installing: (1) confirm you are comfortable with the publisher since the package metadata lacks a verified homepage; (2) do not paste secrets, credentials, or PII into backlog inputs you hand to the agent; (3) if you want integrations (Jira, Trello, GitHub), expect additional credentials will be required by those integrations — this skill does not request them; (4) try it on non-sensitive sample data first to ensure the output meets your workflow.
功能分析
Type: OpenClaw Skill Name: afrexai-sprint-planner Version: 1.0.0 The skill bundle contains only metadata and documentation files (`_meta.json`, `SKILL.md`, `README.md`). The `SKILL.md` file, which serves as instructions for the AI agent, outlines a framework for sprint planning and output formatting. There are no executable code files, no prompt injection attempts to subvert the agent's behavior, access sensitive data, or execute arbitrary commands. All external links point to the developer's own products and are presented as informational, not as commands for the agent to interact with.
能力评估
Purpose & Capability
The name/description (sprint planning with capacity math, RICE prioritization, templates) match the SKILL.md instructions and output format; no unexpected binaries, env vars, or installs are requested. Note: the skill's source/homepage are 'unknown'/'none' while the README advertises AfrexAI pages — provenance is minimal but not inconsistent with an instruction-only template.
Instruction Scope
The SKILL.md contains step-by-step planning rules, formulas, prioritization guidance, and a markdown output template. It does not instruct the agent to read system files, access environment variables, contact external endpoints, or exfiltrate data.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, which minimizes risk because nothing is written to disk or executed automatically.
Credentials
The skill requests no environment variables, credentials, or config paths — this is proportional to an offline planning/template skill.
Persistence & Privilege
always:false and no special privileges requested. The skill can be invoked by the agent (normal default), but it does not request permanent presence or modify other skills/configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install afrexai-sprint-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /afrexai-sprint-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Sprint Planner skill. - Enables rapid agile sprint planning from any backlog—outputs a full sprint plan, goal, and key templates. - Features automated capacity math, RICE-based prioritization, built-in buffer rule, and measurable sprint goal. - Includes output templates for daily standups, retros, and clear “definition of done” checklists. - Highlights anti-patterns and best practices to improve delivery consistency.
元数据
Slug afrexai-sprint-planner
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sprint Planner 是什么?

Generates agile sprint plans with capacity math, prioritized backlog, sprint goals, daily standup templates, and retro prompts to ensure focused delivery. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 828 次。

如何安装 Sprint Planner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install afrexai-sprint-planner」即可一键安装,无需额外配置。

Sprint Planner 是免费的吗?

是的,Sprint Planner 完全免费(开源免费),可自由下载、安装和使用。

Sprint Planner 支持哪些平台?

Sprint Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sprint Planner?

由 1kalin(@1kalin)开发并维护,当前版本 v1.0.0。

💬 留言讨论