What problem does it solve?
Authoring and modifying sphinx-needs directives can be error-prone due to strict IDs, type constraints, and complex link rules; this skill provides automated guidance to enforce project schemas during authoring.
Core Features & Use Cases
- Enforces correct RST syntax for needs directives and validates IDs, types, and link constraints against project configuration.
- Checks and propagates required attributes (ids, statuses, tags, links, extra options) and ensures valid inter-need relationships.
- Supports both advisory and strict modes, gating changes on change analysis when required, and integrates with the pharaoh workflow (change -> author -> verify -> release).
Quick Start
Write a new or modify an existing sphinx-needs directive by providing the need type, title, and links; the AI will enforce IDs and schema compliance during authoring.