Skip to content
This project is under active development and subject to breaking changes. See the changelog for release notes.

Work Items and Estimation Skills

These four skills support backlog setup, estimation, work item creation, and workflow checks before implementation starts.

board-config devsquad, kickoff, decompose, implement

Section titled “board-config ”

Detects and configures the work item platform for the project. The skill identifies whether the project uses GitHub Issues or Azure DevOps and stores that preference for later workflows.

Core responsibilities:

ResponsibilityDetail
Platform detectionInspects repository context to identify GitHub or Azure DevOps
Process detectionIdentifies Azure DevOps process templates when applicable
Preference storageSaves the chosen board configuration for later skills and agents

Activation triggers: Project kickoff, board setup, first work item operation.


complexity-analysis kickoff, specify, plan, decompose

Section titled “complexity-analysis ”

Estimates user story complexity using known work, unknown work, and delivery risk. The skill builds scenarios and highlights the sources of uncertainty.

Core responsibilities:

ResponsibilityDetail
Work splitSeparates known implementation work from risk and uncertainty
Scenario planningProduces two or three delivery scenarios with trade-offs
Risk classificationLabels work as low, medium, or high based on risk concentration

Risk model:

LevelSignal
LowKnown work with limited uncertainty
MediumOne significant risk or complex logic
HighMultiple risks, major dependency, or broad unknowns

Activation triggers: Estimation, story sizing, backlog decomposition.


work-item-creation kickoff, decompose, implement, refine

Section titled “work-item-creation ”

Applies structure and rules when creating work items. The skill standardizes titles, hierarchy, tagging, and linking.

Core responsibilities:

AreaDetail
Type rulesUses the right structure for epics, features, stories, and tasks
TaggingApplies required metadata such as Copilot and model tags
LinkingCreates parent-child and related links in the correct order
Content checksVerifies title format and required fields before creation

Activation triggers: New backlog items, work item decomposition, work item generation from specs.


work-item-workflow decompose, implement

Section titled “work-item-workflow ”

Checks implementation readiness for an existing work item. The skill confirms assignment, state, dependencies, priority, and capacity before coding begins.

Core responsibilities:

CheckPurpose
AssigneeConfirms ownership
StateMoves the item into the correct working state
DependenciesVerifies predecessor work is complete
PriorityConfirms ordering against competing work
CapacityChecks whether the team can absorb the work now

Activation triggers: Start of implementation, dependency review, work item readiness check.