← Back to Skills Marketplace
1kalin

Sprint Planner

by 1kalin · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
828
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install afrexai-sprint-planner
Description
Generates agile sprint plans with capacity math, prioritized backlog, sprint goals, daily standup templates, and retro prompts to ensure focused delivery.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install afrexai-sprint-planner
  3. After installation, invoke the skill by name or use /afrexai-sprint-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug afrexai-sprint-planner
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Sprint Planner?

Generates agile sprint plans with capacity math, prioritized backlog, sprint goals, daily standup templates, and retro prompts to ensure focused delivery. It is an AI Agent Skill for Claude Code / OpenClaw, with 828 downloads so far.

How do I install Sprint Planner?

Run "/install afrexai-sprint-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sprint Planner free?

Yes, Sprint Planner is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Sprint Planner support?

Sprint Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sprint Planner?

It is built and maintained by 1kalin (@1kalin); the current version is v1.0.0.

💬 Comments