intent-integrity-chainintent-integrity-chainOfficial·11 Agent Skills Included

kit

Specification-driven development with hash-locked test verification

Guides coding agents through a strict spec-to-code pipeline: constitution, specification, plan, checklists, Gherkin tests, tasks, analysis, and implementation. Locks acceptance criteria with SHA256 hashes so tests cannot be silently modified to match buggy code. Eliminates lost requirements, skipped phases, and circular test verification across Claude Code, Codex, Gemini, and Copilot.
npx skills add intent-integrity-chain/kit --all -g -y
Available:

Instructs the agent to run the nine-phase specification workflow in strict order, validate prerequisites before each skill, and enforce constitution rules and hash-locked test integrity during implementation.

All Skills in This Repository (11)

Pure Emerald Level Indicators
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-00-constitution

Drafts and maintains a project constitution with versioning and amendment tracking.

Official
Basic
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-03-plan

Translate a feature specification into a formal implementation plan with artifacts.

Official
Advanced
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-02-clarify

Generate targeted clarifying questions for underspecified feature specs.

Official
Intermediate
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-07-analyze

Analyze spec.md, plan.md, and tasks.md for cross-artifact inconsistencies.

Official
Intermediate
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-05-testify

Generate test specifications from spec.md, plan.md, and data-model.md.

Official
Advanced
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-09-taskstoissues

Convert tasks from tasks.md into standardized GitHub issues.

Official
Intermediate
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-01-specify

Create structured feature specifications from natural language descriptions.

Official
Basic
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-core

Initialize IIKit directory structures and report project status.

Official
Basic
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-04-checklist

Generate domain-specific requirement quality checklists from spec.md, plan.md, and tasks.md.

Official
Advanced
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-08-implement

Execute tasks.md tasks with governance checks and TDD verification.

Official
Advanced
📦 In Repo
intent-integrity-chainintent-integrity-chain

iikit-06-tasks

Generate dependency-aware task lists from plan.md and spec.md.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Intent Integrity Kit?

Run `npx skills add intent-integrity-chain/kit --all -g -y` in your terminal to install all workflow skills globally.

What problem does Intent Integrity Kit solve?

It closes the gap between what you ask for and the code produced, by forcing a spec-first workflow and locking test files with hashes so tests cannot be altered to match buggy code.

Which coding agents work with IIKit?

It works with Claude Code, OpenAI Codex, Google Gemini, OpenCode, and GitHub Copilot through shared skill files and symlinks.

How does IIKit enforce test-driven development?

The testify skill generates Gherkin feature files from your spec and stores a SHA256 hash; the implement skill then requires failing tests first, passing tests after, and blocks any tampering with the locked assertions.

Can I fix bugs without the full specification workflow?

Yes. The /iikit-bugfix skill lets you report a bug or import a GitHub issue and generates focused fix tasks without running the full spec pipeline.

Related Repositories in Software Engineering

View All in Software Engineering