AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Sprint Planner

skill-patonkikh-apes-sprint-planner · by patonkikh

>

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-patonkikh-apes-sprint-planner

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-patonkikh-apes-sprint-planner)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sprint Planner? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Sprint Planner

Purpose

Plan a development sprint: select stories, define sprint goal, estimate capacity, and produce a sprint backlog with risk buffer.

Input: Prioritized backlog (user stories/epics), team capacity, sprint duration, OKRs (optional) Output: Sprint plan with goal, committed backlog, capacity allocation, and risks Examples: See [examples.md](examples.md) for worked input/output.


Workflow

Step 1: Define sprint parameters

Confirm:

  • Sprint duration (1–4 weeks)
  • Team members and availability (vacations, meetings)
  • Sprint goal candidate (from OKR or epic)

Step 2: Calculate capacity

| Team member | Available days | Focus factor | Effective days | |-------------|----------------|--------------|----------------|

Focus factor: 0.6–0.8 (accounts for meetings, support).

Convert to story points or hours based on team convention.

Step 3: Select backlog items

From prioritized backlog:

  • Select stories aligned with sprint goal
  • Check INVEST and acceptance criteria completeness
  • Identify dependencies between stories

| Story ID | Title | Size | Priority | Dependencies | |----------|-------|------|----------|--------------|

Step 4: Apply capacity guardrails

  • Commit to 70–80% of capacity (buffer for unknowns)
  • Flag if committed > capacity
  • Identify stretch goals (below the commitment line)

Step 5: Define sprint goal

One sentence:

"This sprint we will [outcome] so that [benefit]."

Must be achievable with committed backlog.

Step 6: Document risks

| Risk | Impact | Mitigation | |------|--------|------------|

Step 7: Validate

Run Validation checklist.


Decision Rules

| Condition | Action | |-----------|--------| | No sized stories | Use T-shirt sizes; flag sizing session needed | | Committed > capacity | Move lowest priority stories to stretch or next sprint | | Stories lack acceptance criteria | Flag; run acceptance-criteria-generator before commit | | No sprint goal | Derive from highest priority epic or OKR | | Critical dependency unresolved | Do not commit dependent story |


Validation

  • [ ] Sprint duration and capacity calculated
  • [ ] Sprint goal stated in outcome format
  • [ ] Committed backlog ≤ 80% capacity
  • [ ] All committed stories have size estimates
  • [ ] Dependencies documented
  • [ ] Stretch goals separated from commitment
  • [ ] ≥2 sprint risks with mitigations
  • [ ] Alignment with OKR/epic noted if applicable

Anti-patterns

  • 100% capacity — no buffer for interrupts.
  • Sprint goal = story list — "complete US-1, US-2" instead of outcome.
  • Unsized commitment — pulling stories without estimates.
  • Scope creep mid-planning — adding stories after capacity full.
  • Ignoring dependencies — committing to blocked stories.

Best Practices

  • Sprint goal should be demo-able at review.
  • Include refinement time in capacity calculation.
  • Prefer completing fewer stories over starting many.
  • Align selection with OKR key results.
  • Use velocity from last 3 sprints if available.

Output Structure

# Sprint Plan: Sprint [N] — [Dates]

## Sprint Goal
[One sentence outcome]

## Capacity
| Member | Days | Focus | Effective | Points |
|--------|------|-------|-----------|--------|
| **Total** | | | | X |
| **Commit limit (80%)** | | | | Y |

## Committed Backlog
| ID | Story | Size | KR/Epic ref |
|----|-------|------|-------------|

## Stretch Goals
| ID | Story | Size |
|----|-------|------|

## Dependencies
[Story A] blocks [Story B]

## Risks
| Risk | Mitigation |
|------|------------|

## Definition of Done
- [ ] [Team DoD items]

Next Skills

| Outcome | Recommended Skill | |---------|-------------------| | Missing acceptance criteria | product/acceptance-criteria-generator | | Need more stories | product/user-story-generator | | Re-prioritize backlog | product/feature-prioritization | | Quarterly planning | product/okr-builder |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.