Closing the intent-to-code chasm - specification-driven development with BDD verification chain
Overall
score
96%
Does it follow best practices?
Validation for skill structure
Expires: 2026-03-06 Last researched: 2026-02-20
When this file is expired, the agent MUST do a fresh web search for current model rankings (speed, reasoning, cost) and update the recommendations and expiration date (+2 weeks).
Check environment variables to determine the agent:
CLAUDECODE=1 → Claude CodeGEMINI_CLI=1 → Gemini CLICODEX_CLI=1 → CodexPhases are grouped by reasoning demand:
Light (fast/cheap model preferred):
/iikit-core (init, status, help)/iikit-04-checklist (scoring against spec)/iikit-09-taskstoissues (mechanical issue creation)Medium (balanced model):
/iikit-01-specify (structured extraction from description)/iikit-02-clarify (targeted questions)/iikit-05-testify (test spec generation)/iikit-06-tasks (task breakdown)/iikit-bugfix (bug analysis + task generation)Heavy (strongest model preferred):
/iikit-00-constitution (governance design, premise authoring)/iikit-03-plan (architecture, tech selection, data model)/iikit-07-analyze (cross-artifact consistency)/iikit-08-implement (code generation, parallel orchestration)| Tier | Model | Switch command |
|---|---|---|
| Light | Haiku | /model haiku |
| Medium | Sonnet | /model sonnet |
| Heavy | Opus | /model opus |
| Tier | Model | Switch command |
|---|---|---|
| Light | Gemini 2.5 Flash | /model gemini-2.5-flash |
| Medium | Gemini 2.5 Pro | /model gemini-2.5-pro |
| Heavy | Gemini 2.5 Pro | /model gemini-2.5-pro |
| Tier | Model | Switch command |
|---|---|---|
| Light | codex-mini | CLI flag: --model codex-mini |
| Medium | o4-mini | CLI flag: --model o4-mini |
| Heavy | o3 | CLI flag: --model o3 |
Show generic suggestion: "Consider using a stronger/faster model for this phase."
When suggesting the next step, append a model hint:
Next: /iikit-03-plan
Tip: This phase benefits from deep reasoning. Switch to [model]: [command]Only suggest if the current model tier doesn't match the recommended tier for the next phase. If already on the right tier or higher, skip the suggestion.
Install with Tessl CLI
npx tessl i tessl-labs/intent-integrity-kitrules
skills
iikit-00-constitution
scripts
iikit-01-specify
iikit-02-clarify
iikit-03-plan
iikit-04-checklist
scripts
dashboard
iikit-05-testify
iikit-06-tasks
iikit-07-analyze
iikit-08-implement
iikit-09-taskstoissues
iikit-bugfix
scripts
iikit-core
scripts
bash
dashboard
powershell