kit
Specification-driven development with hash-locked test verification
All Skills in This Repository (11)
Pure Emerald Level Indicatorsiikit-00-constitution
Drafts and maintains a project constitution with versioning and amendment tracking.
iikit-03-plan
Translate a feature specification into a formal implementation plan with artifacts.
iikit-02-clarify
Generate targeted clarifying questions for underspecified feature specs.
iikit-07-analyze
Analyze spec.md, plan.md, and tasks.md for cross-artifact inconsistencies.
iikit-05-testify
Generate test specifications from spec.md, plan.md, and data-model.md.
iikit-09-taskstoissues
Convert tasks from tasks.md into standardized GitHub issues.
iikit-01-specify
Create structured feature specifications from natural language descriptions.
iikit-core
Initialize IIKit directory structures and report project status.
iikit-04-checklist
Generate domain-specific requirement quality checklists from spec.md, plan.md, and tasks.md.
iikit-08-implement
Execute tasks.md tasks with governance checks and TDD verification.
iikit-06-tasks
Generate dependency-aware task lists from plan.md and spec.md.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core