What problem does it solve?
This Skill allows you to independently set workload (estimate points) for tasks, streamlining backlog grooming and Sprint planning by ensuring all tasks have a clear size estimate.
Core Features & Use Cases
- Independent Estimation: Assigns Fibonacci-based estimate points (1, 2, 3, 5, 8, 13) to tasks without requiring Sprint assignment.
- Workload Guidance: Provides a clear guide for interpreting point values (e.g., 3pt for 1 day, 5pt for 2-3 days).
- Bulk Estimation: Supports setting estimates for single or multiple tasks simultaneously.
- Project Integration: Automatically adds issues to the GitHub Project if they are not already linked.
- Use Case: During a backlog grooming session, you can quickly go through tasks and "Set #123 to 3 points" or "/SEMO:sprint estimate #456 --point 5" to prepare them for future sprints.
Quick Start
Set estimate for a task: "/SEMO:sprint estimate #123 --point 3"
Estimate multiple tasks: "tasks: [{repo: 'repo', number: 123, estimate: 3}]"
Assign workload during backlog grooming: "백로그 그루밍 시 작업량 추정"