plan-dev-validate

Validate development plan documents against the SDD standard structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Проверка соответствия документа плана разработки стандарту SDD: наличие frontmatter, корректное именование, 5 полей TASK-N, подзадачи, зависимости (циклы, порядок), трассируемость TC, лимиты INFRA, маркеры и зона ответственности.

Core Features & Use Cases

  • Валидация структуры плана разработки: документ содержит требуемые секции и поля.
  • Поддержка проверки зависимостей, последовательности задач и трассируемости для обеспечения воспроизводимости.
  • Применение на этапах code review или перед коммитом при создании/изменении плана.

Quick Start

Запустите /plan-dev-validate [путь] [--all] [--json], чтобы проверить соответствие указанного плана разработки стандарту.

Frequently Asked Questions about plan-dev-validate

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

FAQPage Schema
How do I validate a development plan document against the SDD standard?

You can validate a development plan by running the validation workflow on your document path, which checks frontmatter, naming, 5-field TASK-N structure, subtasks, dependencies, and TC traceability.

What does SDD standard validation check in a development plan?

SDD standard validation checks required metadata structure, field correctness, INFRA limits, markers, responsibilities, and test case traceability to ensure proper document integrity.

When should I run a development plan validation workflow?

Run a development plan validation workflow during code reviews, before commits, or after plan creation to catch structural issues early.

Can I check dependency cycles and task ordering in development plans?

Yes, you can check dependency cycles and task ordering in development plans by applying the validation workflow, which enforces dependency constraints and sequence correctness.

Does the plan validation workflow support bulk checking multiple files?

Yes, the plan validation workflow supports bulk checking multiple files by using the --all flag to validate all development plans for SDD standard compliance.

How do I get structured output from plan validation for CI pipelines?

To get structured output from plan validation for CI pipelines, run the validation command with the --json flag, which returns compliance results in machine-readable JSON format.