Intent Integrity Chain
Official@intent-integrity-chain
Never Trust A Monkey!
Agent Skills by Intent Integrity Chain
Showing 11 vetted skills indexed across 1 GitHub repositories.
iikit-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 About Intent Integrity Chain
FAQPage SchemaWhat specific tasks does Intent Integrity Chain enable for developers?▼
It enables the creation of structured feature specifications, generation of dependency-aware task lists, and automated validation of project artifacts. It ensures consistency across documentation, manages versioned project constitutions, and facilitates the conversion of validated tasks into standardized issue tracking entries for project management.
Which personas benefit most from using these project governance capabilities?▼
Technical leads, software architects, and project managers benefit from these capabilities. The system is designed for engineers who require strict adherence to implementation plans, need to maintain high-quality requirement checklists, and want to ensure that code execution remains aligned with initial feature specifications and data models.
What are the prerequisites for initializing the project environment?▼
Initialization requires a local directory structure configured for the IIKit standard. Users must provide source files including spec.md, plan.md, and tasks.md to enable cross-artifact analysis and governance checks. The system relies on these specific markdown files to perform dependency mapping and TDD verification during the implementation phase.