validate-artefacts

Validate Epics and Stories against governance rules before Delivery handover.

157|28|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Fr-e-d/GAAI-framework --skill validate-artefacts-fr-e-d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-artefacts
Source: https://github.com/Fr-e-d/GAAI-framework/tree/main/.gaai/core/skills/discovery/validate-artefacts
Command: npx skills add https://github.com/Fr-e-d/GAAI-framework --skill validate-artefacts-fr-e-d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a critical gatekeeper, ensuring that all generated Epics and Stories are clear, well-defined, and adhere to governance rules before they can be passed to the Delivery phase.

Core Features & Use Cases

  • Mandatory Gate: Prevents incomplete or ambiguous artefacts from proceeding to Delivery.
  • Artefact Validation: Checks Epics for outcome orientation and Stories for measurable acceptance criteria.
  • Governance Enforcement: Verifies alignment with rules and identifies scope contradictions.
  • Use Case: After the Discovery agent has drafted a new feature's Epic and associated Stories, this Skill is invoked to confirm they meet the quality bar for implementation, ensuring no Story is sent for coding without clear, testable acceptance criteria.

Quick Start

Run the validate-artefacts skill to check the readiness of all generated epics and stories.

Frequently Asked Questions about validate-artefacts

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

FAQPage Schema
How do I validate discovery artefacts before handover to delivery?

To validate discovery artefacts, run a process that checks Epics for outcome orientation and Stories for measurable acceptance criteria. This ensures generated artefacts are clear, governed, and complete before proceeding to the Delivery phase.

What is artefact governance enforcement in agile delivery?

Artefact governance enforcement is the process of verifying that Epics and Stories align with predefined rules. It identifies scope contradictions and rule violations, acting as a mandatory gate to prevent ambiguous requirements from reaching development teams.

How do I check if user stories have measurable acceptance criteria?

You can check for measurable acceptance criteria by running an automated validation process against generated Stories. It cross-references rules and artefacts to ensure every Story has clear, testable conditions before coding begins.

Can I use this to prevent incomplete epics from proceeding to delivery?

Yes, this serves as a mandatory delivery gate that blocks incomplete or ambiguous Epics. It enforces outcome orientation and checks for scope contradictions, ensuring no epic proceeds without meeting governance quality bars.

What contexts and files are required to cross-check artefact readiness?

To cross-check artefact readiness comprehensively, you need files from contexts/artefacts/epics, contexts/artefacts/stories, and contexts/rules. These inputs allow the validation process to identify contradictions and enforce governance standards.

What happens if scope contradictions are found between epics and stories?

When scope contradictions are found during artefact validation, the process flags these violations. The artefacts are blocked from handover to Delivery until the contradictions are resolved and alignment with governance rules is confirmed.