Sprint Planner

v1.0.0

Generates agile sprint plans with capacity math, prioritized backlog, sprint goals, daily standup templates, and retro prompts to ensure focused delivery.

0· 765·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

agilevk97bp3ke5qxt5f3wr0ed7tkze5814348engineeringvk97bp3ke5qxt5f3wr0ed7tkze5814348latestvk97bp3ke5qxt5f3wr0ed7tkze5814348planningvk97bp3ke5qxt5f3wr0ed7tkze5814348scrumvk97bp3ke5qxt5f3wr0ed7tkze5814348sprintvk97bp3ke5qxt5f3wr0ed7tkze5814348
765downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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.

Comments

Loading comments...