intent-check

Coordinate Intent document validation and code synchronization into a consolidated report.

15|5|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/ArcBlock/idd --skill intent-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intent-check
Source: https://github.com/ArcBlock/idd/tree/main/skills/intent-check
Command: npx skills add https://github.com/ArcBlock/idd --skill intent-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This section describes how this skill orchestrates validation and synchronization of Intent documents to ensure alignment between Intent definitions and code, reducing drift and rework.

Core Features & Use Cases

  • Intent validation: checks Intent documents against the IDD specification, catching structural or semantic issues early.
  • Code synchronization: verifies that code implementations reflect the declared Intent, highlighting gaps.
  • Comprehensive reporting: aggregates results from validation and synchronization into a single report to guide fixes.

Quick Start

Run /intent-check from the project root to perform a full validation and synchronization of Intent with code.

Frequently Asked Questions about intent-check

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

FAQPage Schema
How do I prevent drift between Intent specifications and code implementation?

To prevent specification drift, validate Intent documents against the IDD specification and synchronize code implementations to match declared Intent, catching structural, semantic, and alignment gaps early.

How do I validate Intent files for modular projects?

Validate Intent files for modular projects by orchestrating intent-validate checks against the IDD specification. This verifies structural and semantic integrity, ensuring alignment across modules and teams before consolidating issues into a single report.

What is the best way to sync code with Intent definitions in development workflows?

Sync code with Intent definitions by running intent-sync checks that verify code implementations reflect declared Intent, highlighting gaps and aggregating results with remediation guidance into a comprehensive report.

Can I use intent-check for IDD-driven workflows across multiple teams?

Yes, intent-check is specifically applicable to IDD-driven workflows where Intent alignment is needed across modules and teams. It coordinates validation and synchronization to ensure consistent implementation and reduce rework.

How do I get a consolidated report of Intent validation and code synchronization issues?

Get a consolidated report of Intent validation and code synchronization issues by running a full validation and synchronization from the project root. This aggregates results from intent-validate and intent-sync checks, outputting issues with remediation guidance.

Why does my code implementation drift from the declared Intent documents?

Code implementation drifts from declared Intent documents when validation and synchronization checks are not coordinated. Without verifying code against the IDD specification, structural and semantic gaps accumulate across modules and teams, requiring rework.