charlesjones-dev/claude-code-plugins-dev
Overview
This skill interactively creates a new Task work item as a child of an existing User Story in Azure DevOps. It enforces your project's Azure DevOps configuration and conventions before gathering task details through a guided, step-by-step prompt flow. The skill supports AI-assisted title generation or manual input and sets hour estimates correctly.
How this skill works
First, the skill validates that Azure DevOps configuration exists in your project documentation and extracts organization, project, team, area path, and iteration path. It then guides you through a short interactive flow (AI or Manual) to collect parent story ID, title, and hour estimate. Finally, it retrieves the parent story, creates the Task as a child with a minimal HTML description, and updates Original Estimate and Remaining Work via the Azure DevOps MCP tools.
When to use it
- You need a Task created under an existing User Story with organization conventions applied
- You want a quick, repeatable process that enforces Area and Iteration paths
- You prefer optional AI help to generate a concise, actionable task title
- You need hour estimates set consistently for Original Estimate and Remaining Work
- When you want the task creation logged and linked back to the parent story
Best practices
- Run /ado-init first to ensure Azure DevOps configuration is present
- Always provide a valid numeric parent User Story ID
- Use AI mode for consistent, convention-aligned titles or Manual for precise control
- Provide a clear numeric hour estimate; it will be set for both Original Estimate and Remaining Work
- Review and assign the created task in Azure DevOps immediately after creation
Example use cases
- Create a development task for an existing feature User Story with correct Area/Iteration paths
- Generate QA testing tasks using AI to produce standard titles from a short description
- Add deployment or release tasks under a story while ensuring estimates are set
- Quickly scaffold small implementation tasks linked to a story for sprint planning
- Create follow-up tasks for bugfixes found during story testing
FAQ
The command stops and instructs you to run /ado-init to configure organization, project, team, Area Path, and Iteration Path before creating tasks.
Can I provide input directly when running the command?
No. This command ignores any arguments. All inputs are collected interactively through the guided prompts to ensure consistency.
What if the parent story ID is invalid or not found?
You will see the MCP tool error. Verify the numeric ID, confirm the story exists, and check permissions. If needed, create the story first using the story creation flow.
23 skills
This skill interactively creates a Task as a child of a User Story in Azure DevOps, following project conventions.
This skill performs a thorough security audit of codebases, identifying OWASP Top 10 issues and actionable remediation guidance.
This skill guides you through configuring Claude Code's status line with customizable display options and progress bars for any project.
This skill generates a concise weekly timesheet report from Azure DevOps work items, showing hours by Feature, User Story, and Task.
This skill commits all changes with an auto-generated message and pushes to origin after analyzing diffs and branch safety.
This skill creates a structured, phased implementation plan optimized for sub-agent execution from a feature description, ensuring context efficiency and clear
This skill analyzes a plan to orchestrate multi-phase implementations by spawning a dedicated Task sub-agent for each phase.
This skill logs completed work to a User Story by creating a Task with pre-filled completed hours for rapid daily updates.
This skill performs preflight code quality checks by auto-detecting tools and offering fixes for type checks, linting, and tests.
This skill interactively creates Azure DevOps Feature work items using configured conventions to streamline planning and tracking.
This skill initializes a robust .gitignore by detecting project tech and applying tailored patterns to prevent committing sensitive and unnecessary files.
This skill helps you edit your Claude Code status line by updating preselected options based on current settings.
This skill helps you identify bottlenecks and optimize code through a thorough performance audit across databases, backend, frontend, and infrastructure.
This skill scans a deployed website for outdated dependencies, CVEs, and security misconfigurations without source code access, surfacing actionable
This skill rewrites text to sound natural and human by removing AI signs and patterns for clearer, more authentic communication.
This skill guides creating Azure DevOps work items with correct hierarchy, HTML formatting, and naming conventions to align with MCP tooling.
This skill helps you identify and remediate security vulnerabilities across authentication, input validation, cryptography, and API security.
This skill guides configuring Claude Code status line with customizable display options and progress bars to improve visibility and usability.
This skill guides users to scaffold Claude Code skills, including directory structure, YAML frontmatter, and bundled resources for reliable, reusable workflows.
This skill guides you through running type checks, linting, formatting, security scans, and tests to ensure code quality before commits.
This skill guides you in structuring implementation plans into independent, well-sized phases that fit context budgets and minimize dependencies.
This skill helps you conduct comprehensive accessibility audits across code, ARIA, keyboard navigation, and screen reader compatibility for WCAG compliance.
This skill guides you through web dependency security scans to identify outdated libraries, CVEs, and misconfigurations on deployed sites.