iikit-04-testify

iikit-04-testify is a skill for Claude Code, Codex from intent-integrity-chain/kit. It costs 77 tokens per session (1,715 once invoked), scanned A, original, MIT.

A test-planning tool that turns requirements into Gherkin feature files: plain-text scenarios that describe expected behavior. It supports behavior-driven development (BDD) and test-driven development (TDD), where tests or acceptance checks are written before implementation.

In plain words
What is it for?
Use it to create test cases from specifications, start TDD work, and record which requirements each scenario covers.
Why use it?
It gives requirements a traceable set of acceptance scenarios before code is written and helps detect changes to those criteria.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/intent-integrity-chain/kit/iikit-04-testify
Any agent
npx skills add intent-integrity-chain/kit --skill iikit-04-testify
Clone the repo
git clone --depth 1 https://github.com/intent-integrity-chain/kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for iikit-04-testify

README.md
[![agentmods](https://agentmods.dev/badge/skills/intent-integrity-chain/kit/iikit-04-testify.svg)](https://agentmods.dev/skills/intent-integrity-chain/kit/iikit-04-testify)
Your own site
<a href="https://agentmods.dev/skills/intent-integrity-chain/kit/iikit-04-testify"><img src="https://agentmods.dev/badge/skills/intent-integrity-chain/kit/iikit-04-testify.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,715 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00077 $0.01715
Opus 5 $0.00039 $0.00857
Sonnet 5 $0.00015 $0.00343
Haiku 4.5 $0.00008 $0.00171

Measured 5d ago against content hash bee29538ff62, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

iikit-04-testify scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 24 executable files (scripts/bash/check-prerequisites.sh, scripts/bash/common.sh, scripts/bash/generate-dashboard-safe.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/iikit-04-testify/SKILL.md · 168 lines

How it starts

The opening of the file, as written. The whole thing — 168 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Intent Integrity Kit Testify

Process steps in order. Do not skip ahead.

Generate executable Gherkin .feature files from requirement artifacts before implementation. Enables TDD by creating hash-locked BDD scenarios that serve as acceptance criteria.

OS convention: All commands are shown in bash. PowerShell equivalents exist at the same path with a .ps1 extension (e.g., scripts/powershell/check-prerequisites.ps1) and accept the same flags in PascalCase (e.g., -Phase 04 -Json).

Constitution Loading

Load constitution per constitution-loading.md (basic mode), then perform TDD assessment:

Scan for TDD indicators:

  • Strong (MUST/REQUIRED + "TDD", "test-first", "red-green-refactor") -> mandatory
  • Moderate (MUST + "test-driven", "tests before code") -> mandatory
  • Implicit (SHOULD + "quality gates", "coverage requirements") -> optional
  • Prohibition (MUST + "test-after", "no unit tests") -> forbidden (ERROR, halt)
  • None found -> optional

Report per formatting-guide.md (TDD Assessment section).

Prerequisites Check

  1. Run:
    bash .tessl/plugins/tessl-labs/intent-integrity-kit/skills/iikit-core/scripts/bash/check-prerequisites.sh --phase 04 --json
    
    Windows: pwsh .tessl/plugins/tessl-labs/intent-integrity-kit/skills/iikit-core/scripts/powershell/check-prerequisites.ps1 -Phase 04 -Json
  2. Parse for FEATURE_DIR and AVAILABLE_DOCS. Require plan.md and spec.md (ERROR if missing).
  3. If JSON contains needs_selection: true: present the features array as a numbered table (name and stage columns). Follow the options presentation pattern in conversation-guide.md. After user selects, run:
    bash .tessl/plugins/tessl-labs/intent-integrity-kit/skills/iikit-core/scripts/bash/set-active-feature.sh --json <selection>
    
    Windows: pwsh .tessl/plugins/tessl-labs/intent-integrity-kit/skills/iikit-core/scripts/powershell/set-active-feature.ps1 -Json <selection>

Read the full file on GitHub · 168 lines

Files

What ships with it

35 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 168 lines · 77 tokens per session scan A bee29538ff62

Subscribe to this mod's changes

iikit-04-testify is a skill published in the GitHub repository intent-integrity-chain/kit (47 stars, last pushed 3mo ago), licensed MIT. It adds 77 tokens to every session and 1,715 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.