plan-dev-validate

Validate development plans for SDD compliance with frontmatter, TASK-N, dependencies, and TC traceability.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill plan-dev-validate-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-dev-validate
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/plan-dev-validate
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill plan-dev-validate-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Проверка наличия обязательных метаданных и соответствия структуры документа.
  • Проверка, что план содержит 5 полей TASK-N, подзадачи и корректные зависимости (циклы, порядок), трассируемость TC и лимиты INFRA.
  • Применение после создания/изменения плана разработки, во время code review или перед коммитом.

Quick Start

Запустите валидатор командой /plan-dev-validate [путь] и при необходимости добавьте флаг --all

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 development plans for SDD compliance?

You can validate development plans for SDD compliance by running the validator command against your document path, optionally using the --all flag to check multiple files.

What is the 5-field TASK-N structure in SDD development plans?

The 5-field TASK-N structure in SDD development plans requires tasks to include subtasks, dependencies with correct ordering, and cycles. Validation enforces this structure to ensure proper task decomposition and dependency tracking.

When do I need to run plan validation in a code review workflow?

Plan validation is needed after creating or modifying a development plan, during code review, or before a commit. Running validation at these stages ensures SDD compliance before changes are merged.

Does the SDD plan validator check INFRA limits and responsibility markers?

Yes, the SDD plan validator checks INFRA limits, responsibility markers, and TC traceability. It enforces all mandatory metadata and structural fields required by SDD standards.

What are the limitations of automated SDD plan validation?

Automated SDD plan validation enforces structural compliance including frontmatter, TASK-N fields, dependencies, and INFRA limits, but cannot assess the qualitative technical correctness of the planned implementation itself.