scrum-poker

Estimate development effort using the Scrum poker scale from code analysis.

Updated Jul 8, 2017
One-click install
npx skills add https://github.com/mczkzk/dotfiles --skill scrum-poker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scrum-poker
Source: https://github.com/mczkzk/dotfiles/tree/main/dot_claude/skills/scrum-poker
Command: npx skills add https://github.com/mczkzk/dotfiles --skill scrum-poker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of estimating the complexity and effort required for development tasks using the standard Scrum poker estimation scale.

Core Features & Use Cases

  • Automated Estimation: Analyzes code complexity, lines of code, dependencies, and risk factors to provide an estimate.
  • Standardized Scale: Uses the common Scrum poker scale (0, 1, 2, 3, 5, 8, 13, 20, 40, 100, ?).
  • Adjustment Rules: Applies predefined rules for modifying estimates based on factors like code modification, external integrations, and team coordination.
  • Use Case: When a new feature request comes in, use this Skill to get a quick, standardized effort estimate that can be used for sprint planning.

Quick Start

Use the scrum-poker skill to estimate the effort for the new user authentication feature.

Frequently Asked Questions about scrum-poker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I estimate development effort for a new feature using Scrum poker?

Effort estimation for new features uses the Scrum poker scale by analyzing code complexity, lines of code, dependencies, and risk factors. It applies adjustment rules for code modification, external integrations, and team coordination to generate a standardized estimate.

What factors are analyzed during automated task complexity estimation?

Task complexity estimation analyzes code complexity, lines of code, dependencies, and risk factors. It applies adjustment rules for modifying existing code, handling external integrations, and managing team coordination to refine the final effort estimate.

Can I save effort estimates to a structured file for sprint planning?

Yes, you can save effort estimates to a structured file within a project's plan directory. This allows you to store the standardized Scrum poker results for reference during sprint planning and subsequent development tracking.

Does this effort estimation tool use the standard Scrum poker scale?

Yes, the effort estimation tool uses the standard Scrum poker scale of 0, 1, 2, 3, 5, 8, 13, 20, 40, 100, and ?. It maps code complexity and risk factors directly to these standardized values for agile task evaluation.

How are adjustment rules applied for external integrations and team coordination?

Adjustment rules modify the base effort estimate by increasing the Scrum poker value based on external integrations and team coordination requirements. These rules ensure the final estimation accounts for added complexity beyond initial code analysis.