scrum-conductor

Orchestrates AI-enhanced Scrum ceremonies and sprint coordination. Use when running sprint ceremonies, generating automated daily standups, engineering structured tickets, forecasting sprint capacity, or grooming backlogs. Use for fact-based standups, machine-readable tickets, predictive velocity, and backlog deduplication across GitHub Issues, Jira, and Linear.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "scrum-conductor" with this command: npx skills add oakoss/agent-skills/oakoss-agent-skills-scrum-conductor

Scrum Conductor

Overview

Facilitates AI-enhanced Scrum orchestration with automated ticket management and high-velocity sprint coordination. Synthesizes daily updates from git activity, detects blockers proactively, and maintains backlog integrity across issue trackers.

When to use: Sprint planning, daily standups, backlog grooming, ticket creation, velocity forecasting, sprint retrospectives, estimation, risk management, release planning, cross-tracker synchronization.

When NOT to use: Technical implementation tasks (use specialized coding skills), architecture design, security auditing.

Quick Reference

PatternApproachKey Points
Fact-first standupsAuto-generate from git logs and PRsNever ask humans for data in commit history
Ticket engineeringMachine-readable DoD with acceptance criteriaBinary true/false criteria, implementation pointers
Sprint planningCapacity calculation with focus factor and velocityBudget = avg velocity (last 3 sprints) adjusted for absences
EstimationPlanning Poker with Fibonacci scale, T-shirt sizing for roadmapReference stories anchor the scale, re-calibrate quarterly
Capacity forecastingHistorical cycle time and lead timeFactor holidays, context debt, and bottlenecks
Backlog groomingAI clustering and deduplicationFlag tickets older than 2 sprints for archive
Backlog refinement1-2 sessions per sprint, Definition of Ready checklistStories must meet DoR before entering sprint planning
Blocker detectionScan PRs, assignments, and dependenciesFlag stale PRs, OOO assignees, breaking deps
Parking lotMove deep-dives out of standupsStandups focus on status and blockers only
Sprint retrospectiveStart/Stop/Continue with action item trackingTrack retro action completion rate across sprints
Risk managementDependency mapping, risk register (probability x impact)Address risk scores 6+ immediately, monitor 3-5
Release planningMulti-sprint roadmap with confidence levelsFeature flags decouple deployment from release
Escalation tiersTier 1 autonomous, Tier 2 clarification, Tier 3 pairingMatch response to complexity
Priority frameworksMoSCoW, value vs effort matrix, WSJFWSJF favors small high-value items

Conductor Protocol

  1. Ceremony Initialization: Identify the current sprint phase (Planning, Daily, Review, Retro)
  2. Telemetry Sync: Pull recent activity from git commits, PRs, and communication channels
  3. Fact Synthesis: Generate factual summaries before ceremonies begin
  4. Verification: Confirm all action items are converted into tracked tickets with clear owners and DoD

Common Mistakes

MistakeCorrect Pattern
Asking developers for status updates available in commit logsAuto-generate fact summaries from PRs and merges before standups
Creating tickets without a machine-readable Definition of DoneEvery ticket needs explicit acceptance criteria and technical pointers
Guessing sprint velocity without historical dataUse cycle time, holidays, and context debt to forecast capacity
Letting standups run beyond 15 minutes with deep-dive discussionsMove deep-dives to a parking lot session; standups focus on blockers
Allowing the backlog to grow to 200+ items without pruningAuto-flag tickets older than 2 sprints for archive or refactor
Using AI to replace human conversationUse AI to prepare for the conversation, not substitute it
Ignoring team sentiment and morale signalsHigh velocity with low morale is a leading indicator of burnout
No Definition of Done agreed by the teamEstablish a team-wide DoD checklist applied to every story
Skipping retrospectives when the sprint "went fine"Every sprint has improvement opportunities; consistency builds the habit
Sprint planning without capacity calculationCalculate capacity: members x available days x focus factor
Stories entering sprint without acceptance criteriaEnforce Definition of Ready before stories enter a sprint
Estimating stories individually instead of as a teamUse Planning Poker so the full team contributes perspective
Slicing stories horizontally by layerSlice vertically through all layers so each ticket delivers working functionality
No dependency mapping between sprint storiesMap dependencies explicitly and identify the critical path
Retro action items with no owner or due dateEvery action item needs an owner, a due date, and follow-up tracking

Delegation

  • Synthesize daily standup summaries from git activity and PRs: Use Task agent to pull commit logs and generate fact-based updates
  • Cluster and deduplicate backlog tickets across issue trackers: Use Explore agent to scan GitHub Issues, Jira, and Linear for similar or conflicting items
  • Plan sprint capacity and risk assessment using historical velocity: Use Plan agent to model delivery probability and identify at-risk items

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

github-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

tanstack-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript-patterns

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

tanstack-devtools

No summary provided by upstream source.

Repository SourceNeeds Review