plan-dev-create

Generate TASK-N development plans with five fields, sub-tasks, and cross-service dependencies.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill plan-dev-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-dev-create
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/plan-dev-create
Command: npx skills add https://github.com/oogDZ/2 --skill plan-dev-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот инструмент автоматически превращает родительский Plan Test в детальный план разработки, включая определение задач (TASK-N) с пяти полями, подзадачи, кросс-сервисные зависимости и маппинг Issues.

Core Features & Use Cases

  • Автоматическое формирование плана разработки: создаёт TASK-N с пятью полями, а также связанные подзадачи и зависимости между сервисами.
  • Интеграция с тестами и дизайном: принимает Plan Tests (TC-N), Design (SVC-N) и Discussion (REQ-N) как входные данные и выводит структурированный план.
  • Use Case: команда разработки использует план-dev-create после одобрения Plan Tests (WAITING), чтобы скорректировать задачи к реализации.

Quick Start

Запустите создание плана разработки, указав путь к родительскому Plan Test и опцию --auto-clarify.

Frequently Asked Questions about plan-dev-create

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

FAQPage Schema
How do I turn test specs into a concrete development plan?

To turn test specs into a development plan, you need an automated workflow that reads Plan Tests and generates structured TASK-N items with sub-tasks and cross-service dependencies. This process applies when a WAITING Plan Test exists and requires mapping Issues to actionable dev tasks.

How do I generate development tasks from approved Plan Tests?

Generating development tasks from approved Plan Tests involves reading Design and Discussion inputs to output structured TASK-N items. Each task requires five specific fields, sub-tasks, and cross-service mappings to ensure comprehensive coverage of the implementation requirements.

Can I map cross-service dependencies when creating a development plan?

Yes, you can map cross-service dependencies when creating a dev plan by applying automation that reads parent Plan Tests. The generated TASK-N items explicitly include cross-service mappings to ensure all architectural dependencies are documented before implementation begins.

What inputs are required for automated task generation from requirements?

Automated task generation requires Plan Tests, Design, and Discussion inputs to produce a structured dev plan. The workflow triggers when a WAITING Plan Test exists, reading these inputs to generate TASK-N items with five fields and sub-tasks.

Does automated plan generation work with sub-tasks and Issue mapping?

Yes, automated plan generation works with sub-tasks and Issue mapping by processing WAITING Plan Tests. The output creates structured TASK-N items that include five fields, nested sub-tasks, and explicit Issue mappings to fully define the dev scope.

What are the limitations of generating dev plans from Plan Tests?

A key limitation of generating dev plans from Plan Tests is that the workflow only applies when a WAITING Plan Test exists. If the test status is not WAITING, or if Design and Discussion inputs are missing, the automated task generation cannot proceed.