story-validate

Validate code implementations against specifications and generate a comprehensive validation report.

2|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/telum-ai/speck --skill story-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: story-validate
Source: https://github.com/telum-ai/speck/tree/main/.cursor/skills/story-validate
Command: npx skills add https://github.com/telum-ai/speck --skill story-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that code changes meet all specified requirements, pass automated tests, adhere to project standards, and are ready for review or deployment.

Core Features & Use Cases

  • Comprehensive Validation: Executes tests, checks requirements traceability, verifies performance against targets, and audits code quality.
  • Compliance Checks: Ensures adherence to project constitution, Cursor rules, and security best practices.
  • Use Case: After implementing a new user story, run this Skill to get a detailed report confirming that all functional requirements are met, tests pass, and the code is production-ready.

Quick Start

Run the story-validate skill to check the current story's implementation against its specifications and tests.

Frequently Asked Questions about story-validate

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

FAQPage Schema
How do I validate code implementation against user story specifications?

To validate code against specifications, you can run an automated validation process that checks requirements traceability, executes acceptance tests, and verifies compliance with project standards to ensure the implementation meets all functional requirements.

What is the best way to automate compliance checks for CI/CD code quality?

Automating compliance checks for CI/CD involves orchestrating parallel validation sub-agents to audit code quality, verify security best practices, and ensure adherence to project constitution rules, generating a comprehensive report of the results.

How does parallel execution work for automated acceptance testing?

Parallel execution for acceptance testing works by orchestrating multiple sub-agents simultaneously to perform various checks, including functional requirements, performance targets, security audits, and documentation completeness, accelerating the overall validation process.

Can I verify performance and security compliance without manual code reviews?

Yes, you can verify performance and security compliance automatically by running a validation skill that executes targeted sub-agent checks against your performance targets and security best practices, producing a detailed readiness report without manual intervention.

When do I need to run a comprehensive validation report before deployment?

You need to run a comprehensive validation report before deployment when you have implemented a new user story and must confirm that all automated tests pass, requirements are met, and the code is production-ready for review.