Install
$ agentstack add skill-kieutrongthien-skills-fullstack-plan-sprint-management ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
Sprint Management Skill
What it does
- Plans sprint scope, capacity, and goals.
- Monitors execution via burndown, burnup, and velocity trends.
- Facilitates mid-sprint adjustments and end-of-sprint review/retro.
When to use
- When setting or recalibrating team capacity and commitments.
- When burndown deviates or blockers threaten the goal.
Key operations
- Identify active project; read
PROJECT.md, backlog,current-sprint.json,sprint-history.md. - Capacity planning: team availability, carry-over analysis, velocity guidance.
- Scope selection: pull stories by priority and capacity; set sprint goal.
- Tracking: daily burndown/burnup, WIP limits, blocker log; update
current-sprint.json. - Closeout: demo checklist, retro inputs, carry-over handling; update
sprint-history.mdand reports. - Log decisions and changes in
memory/YYYY-MM-DD.md.
Output files
projects//sprints/current-sprint.json— active sprint scope, goal, capacity, burndown.projects//sprints/sprint-[N].json— snapshots per sprint.projects//sprints/sprint-history.md— retrospectives, velocity notes.projects//reports/burndown-chart.json— burndown/burnup data (if generated).projects//reports/velocity-chart.json— velocity trends.projects//sprints/plan.md(optional) — capacity, goals, committed stories, dependencies.projects//sprints/blockers.md— blockers, owners, ETAs, mitigation.memory/YYYY-MM-DD.md— sprint decisions, risks, adjustments.
Example workflow
1) Capture capacity and carry-over; set sprint goal; update current-sprint.json. 2) Select stories by priority; confirm acceptance criteria and estimates; commit scope. 3) Track daily burndown; log blockers; adjust scope/WIP if needed; update burndown-chart.json. 4) Close sprint: demo/review, retro notes, velocity update, carry-over to next sprint; update sprint-[N].json, sprint-history.md, reports.
Best practices
- Keep WIP limited; favor finishing over starting new.
- Maintain a clean blocker log with owners and due dates.
- Re-estimate only when scope changes materially.
- Use velocity as a guide, not a target; avoid over-commitment.
- Maintain buffer (10–20%) and keep planned points ≤ velocity × 1.1.
- Record deviations and decisions in memory and sprint-history for transparency.
Related resources
AGENTS.md(sprint workflow, reporting expectations)SKILLS.md,MEMORY.md,memory/YYYY-MM-DD.mdprojects//sprints/current-sprint.json,sprint-[N].json,sprint-history.mdprojects//reports/burndown-chart.json,velocity-chart.jsonsprint/retroorsprint-templatedocs if present
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kieutrongthien
- Source: kieutrongthien/skills-fullstack
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.