ado-feature-planning

Transform feature ideas into Azure DevOps-ready features and user stories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/aiguy611/cc-tools --skill ado-feature-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ado-feature-planning
Source: https://github.com/aiguy611/cc-tools/tree/main/.github/skills/ado-feature-planning
Command: npx skills add https://github.com/aiguy611/cc-tools --skill ado-feature-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning and scoping complex features is often error-prone and time-consuming. This skill streamlines strategic feature planning by transforming ideas into Azure DevOps-ready Feature and User Story documents, capturing dependencies, acceptance criteria, and implementation guidance.

Core Features & Use Cases

  • Strategic Interviewing: Probes for hidden requirements and edge cases before writing any documents
  • Interview Agent Integration: Consumes planning documents (FEATURE_OVERVIEW.md, REQUIREMENTS.md, DEFINITIONS_OF_DONE.md, IMPLEMENTATION_PLAN.md, PROGRESS_CHECKLIST.md, CONTEXT_REFERENCE.md)
  • Right-Sized Decomposition: Breaks work into logical stories with explicit boundaries and dependencies
  • ADO MCP Creation (Optional): Creates Features, User Stories, and dependencies in ADO when MCP server is configured
  • QMD Indexing: Saves creation manifests for cross-session retrieval

Quick Start

Provide a feature idea and I will generate the ADO feature document and user stories.

Frequently Asked Questions about ado-feature-planning

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

FAQPage Schema
How do I break down feature ideas into Azure DevOps user stories?

Azure DevOps feature planning automates story decomposition by transforming ideas into ADO-ready user stories with clear boundaries, dependencies, and acceptance criteria. Provide a feature idea or planning document to generate structured work items.

What is the best way to plan complex features for Azure DevOps without missing edge cases?

Strategic feature planning uses live interviews or planning docs to probe for hidden requirements and edge cases before writing any documents. This ensures complex features are fully scoped with explicit boundaries and dependencies before ADO work item creation.

How do I auto-create Azure DevOps work items from planning documents?

You can auto-create ADO work items by configuring an ADO MCP server, which allows the feature planning process to automatically generate Features, User Stories, and dependencies directly in Azure DevOps from your planning documents.

Can I use existing markdown planning docs to generate ADO user stories?

Yes, feature planning consumes existing markdown planning documents like FEATURE_OVERVIEW.md, REQUIREMENTS.md, and IMPLEMENTATION_PLAN.md to generate right-sized ADO user stories without needing a live interview session.

Do I need an MCP server configured to plan features and generate user stories?

No, an MCP server is optional for feature planning and story decomposition. You only need it configured if you want to automatically create real Features, User Stories, and dependencies directly in your Azure DevOps environment.

How does feature planning handle cross-session retrieval of created work items?

Feature planning uses QMD indexing to save creation manifests, enabling cross-session retrieval of generated ADO work items and planning documents. This ensures you can resume or reference previous feature planning sessions.