iikit-08-implement

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

47|4|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/intent-integrity-chain/kit --skill iikit-08-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iikit-08-implement
Source: https://github.com/intent-integrity-chain/kit/tree/main/.claude/skills/iikit-08-implement
Command: npx skills add https://github.com/intent-integrity-chain/kit --skill iikit-08-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Execute the implementation phase by processing and validating all tasks defined in tasks.md, ensuring governance rules and test-integrity gate before any code is produced.

Core Features & Use Cases

  • Task orchestration: read tasks.md, resolve dependencies, and execute phases in the defined order.
  • Governance enforcement: run constitution/prerequisites checks and artifact validations before changes.
  • TDD compliance: enforce test execution red/green cycles and report results for each task.
  • Progress reporting: track and log task completion, halting on critical violations until resolved.

Quick Start

Activate the skill to begin implementing tasks. Use the command: /iikit-08-implement

Frequently Asked Questions about iikit-08-implement

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

FAQPage Schema
How do I execute implementation tasks with governance checks?

Execute implementation by activating the Skill to read tasks.md, apply governance and quality gates, run TDD verification, and halt on violations. The Skill orchestrates task dependencies, validates artifacts, and outputs a structured progress report before any code is written.

What governance checks run during task implementation?

Governance enforcement includes constitution loading, prerequisite validation, artifact completeness reviews, and test-integrity gates. Each task is verified against these rules before execution; violations are flagged and require remediation before proceeding.

How does TDD verification work in the implementation phase?

TDD compliance enforces red/green test cycles for each task, reporting results and halting execution if tests fail. This ensures test integrity is maintained throughout implementation before changes are committed.

What happens when a governance violation is detected?

When a critical violation occurs, the Skill halts execution and outputs a detailed progress report identifying the violation. Task completion is blocked until the violation is remediated and governance checks pass.

Can I use this Skill without a tasks.md file?

No. The Skill requires tasks.md to define the implementation phase tasks and their dependencies. The file structure guides task orchestration, prerequisite resolution, and execution order.

What output does the Skill provide after implementation?

The Skill outputs a structured progress report tracking task completion status, governance validation results, TDD test outcomes, and any violations encountered. This report serves as the implementation audit trail.