ai-dev-plan

Generate plan.md, todo.md, and test-cases.md from a PBI INPUT PACKAGE.

2|Updated Sep 13, 2025
One-click install
npx skills add https://github.com/s977043/plangate --skill ai-dev-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-dev-plan
Source: https://github.com/s977043/plangate/tree/main/.agents/skills/ai-dev-plan
Command: npx skills add https://github.com/s977043/plangate --skill ai-dev-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts a PBI INPUT PACKAGE into concrete execution artifacts (plan.md, todo.md, test-cases.md) to structure AI-driven development workflows from backlog items.

Core Features & Use Cases

  • Generate plan, ToDo, and test-case documents from a PBI INPUT PACKAGE to formalize execution steps.
  • Enforce task granularity (2–5 minute units) and explicit ownership, dependencies, and file references for traceability.
  • Use Case: given docs/working/TASK-XXXX/pbi-input.md, produce docs/working/TASK-XXXX/plan.md, docs/working/TASK-XXXX/todo.md, and docs/working/TASK-XXXX/test-cases.md to drive Plan phase.

Quick Start

Use this skill to generate execution artifacts from a PBI INPUT PACKAGE by supplying docs/working/TASK-XXXX/pbi-input.md.

Frequently Asked Questions about ai-dev-plan

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

FAQPage Schema
How do I generate a concrete execution plan from a PBI input package?

You can generate execution artifacts from a PBI input package by processing pbi-input.md to output plan.md, todo.md, and test-cases.md files, structuring your AI-driven development workflow from backlog items.

What is the required task granularity for AI-driven development planning?

Required task granularity for AI-driven development planning is 2–5 minute units, enforcing explicit Owner, depends_on, and files fields to maintain strict traceability across generated todo.md items.

How do I create test cases and ToDo lists from backlog items?

Creating test cases and ToDo lists from backlog items involves processing the PBI INPUT PACKAGE to automatically generate test-cases.md and todo.md files under the docs/working/TASK-XXXX directory.

Do I need a specific directory structure to generate plan, todo, and test-case documents?

You need the PBI input package located at docs/working/TASK-XXXX/pbi-input.md to successfully generate plan.md, todo.md, and test-cases.md artifacts within that same TASK-XXXX directory.

Can I enforce ownership and dependencies when generating execution artifacts from a PBI?

Generating execution artifacts from a PBI explicitly enforces ownership and dependencies by requiring an Owner, depends_on, and files field for every 2–5 minute task in the generated todo.md document.

What is the best way to structure AI-driven development tasks from a backlog item?

Structuring AI-driven development tasks from a backlog item is best achieved by decomposing the PBI into 2–5 minute units with explicit dependencies, outputting structured plan.md, todo.md, and test-cases.md documents.