corestack-workitems

Validate Azure DevOps work items against Corestack hierarchy and mandatory field rules.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/CoreStack-Engg/claude-plugins --skill corestack-workitems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corestack-workitems
Source: https://github.com/CoreStack-Engg/claude-plugins/tree/main/plugins/azuredevops/skills/corestack-workitems
Command: npx skills add https://github.com/CoreStack-Engg/claude-plugins --skill corestack-workitems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures Corestack Azure DevOps work items always include mandatory fields and proper parent-child relationships, preventing orphan items and misconfigurations.

Core Features & Use Cases

  • Enforces mandatory fields for Feature (Title, Description, Assigned To, Area Path, Iteration Path, Bundle).
  • Enforces User Story fields (Title, Description, Assigned To, Acceptance Criteria, Area Path, Iteration Path, Bundle, Parent Feature).
  • Enforces Task fields (Title, Description, Assigned To, Area Path, Iteration Path, Original Estimate, Remaining Work, Parent User Story).
  • Maintains hierarchy: Feature → User Story → Task; prevents orphans.
  • Provides quick patterns and audit guidance for creating and validating work items.

Quick Start

Create or audit Azure DevOps work items following Corestack's hierarchy and mandatory field rules.

Frequently Asked Questions about corestack-workitems

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

FAQPage Schema
How do I enforce mandatory fields on Azure DevOps work items?

To enforce mandatory fields on Azure DevOps work items, validate them against hierarchy rules requiring Title, Description, Assigned To, Area Path, Iteration Path, and Bundle for Features, User Stories, and Tasks.

How do I prevent orphaned Azure DevOps User Stories and Tasks?

To prevent orphaned Azure DevOps User Stories and Tasks, enforce a strict parent-child hierarchy linking Tasks to User Stories and User Stories to Features during creation and updates.

What Azure DevOps work item fields are required for Original Estimate and Remaining Work?

For Azure DevOps Tasks, Original Estimate and Remaining Work fields are enforced with default behaviors, alongside required fields like Title, Description, Assigned To, and Iteration Path.

Does Azure DevOps support validating Custom Bundle fields for User Stories?

Yes, Azure DevOps supports validating Custom Bundle fields for Features and User Stories by applying field mapping rules to ensure the Bundle field is populated during work item creation and updates.

How to audit Azure DevOps work items for missing parent links?

To audit Azure DevOps work items for missing parent links, apply validation patterns checking that User Stories have a Parent Feature and Tasks have a Parent User Story to prevent misconfigurations.

Why does my Azure DevOps work item validation fail on Iteration Path?

Azure DevOps work item validation fails on Iteration Path because it is a mandatory field for Features, User Stories, and Tasks, requiring a valid value to maintain proper hierarchy and configuration standards.