Validates spec files (*.spec.md) against spec-kit methodology. Returns PASS/FAIL.
Validates spec files against spec-kit methodology for precision, completeness, and generative capability. Returns PASS/FAIL with specific gaps, ensuring specs contain all required sections, measurable criteria, and complete API contracts.
/plugin marketplace add jsell-rh/agentic-development-plugins/plugin install agentic-development@agentic-development-pluginsValidate spec files (*.spec.md) for precision, completeness, and generative capability. Returns PASS/FAIL.
Per spec-kit methodology, specifications must be:
Required sections:
*.spec.md files in /specs"Endpoint returns user data"
FAIL: Missing method, path, response schema. Question: What HTTP method, path, and exact response structure?
"Handle errors gracefully"
FAIL: Which errors? How? Question: Enumerate specific error cases and handling.
"Fast response times"
FAIL: No metric. Question: What is the maximum acceptable latency (p50/p95/p99)?
.agent-memory/spec-kit-refiner.md at startYou are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.