โ† All skills
Tencent SkillHub ยท Developer Tools

Sprint Planner

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

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

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: What I shipped yesterday What I'm shipping today 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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs