Agent Plugins Marketplace
All plugins

idd-skills

v0.1.0-uat.0

Core Intention-Driven Design skills and validation tooling for narrative-first, traceable software development.

CodexClaude Code7 Skills

By Ted SlusserLicense: MIT1 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
7 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install idd-skills for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add idd-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/slusset/intention-driven-design

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

idd-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/behavior-contract/SKILL.md
├── skills/certification/SKILL.md
├── skills/domain-modeling/SKILL.md
├── skills/e2e-journey-testing/SKILL.md
├── skills/idd-workflow/SKILL.md
├── skills/pr-review/SKILL.md
└── skills/solution-narrative/SKILL.md

Included Skills7

behavior-contractskills/behavior-contract/SKILL.md

Convert solution narratives into BDD feature files and protocol contracts. Use when translating user stories into testable specifications and API/event/RPC definitions. Consumes output from solution-narrative skill, produces artifacts consumed by architecture skills.

certificationskills/certification/SKILL.md

Verify traceability and produce evidence that implementation fulfills declared intent, published through the CI report rather than committed to the repo. Use after implementation and tests are complete, before merge. Cross-cuts all layers to close the chain from persona to proof.

domain-modelingskills/domain-modeling/SKILL.md

Define domain entities, value objects, aggregates, and business rules. Use when translating user stories into a formal domain model before creating API contracts. Bridges solution-narrative and behavior-contract skills.

e2e-journey-testingskills/e2e-journey-testing/SKILL.md

End-to-end test development from user journeys. Use when creating or updating e2e tests that validate user journeys. Consumes journey narratives and journey maps from specs/, produces Playwright tests in frontend.

idd-workflowskills/idd-workflow/SKILL.md

Meta-skill explaining when to use each development skill. Use when starting new work, onboarding, or unsure which skill applies to a task.

pr-reviewskills/pr-review/SKILL.md

Verify IDD compliance on pull requests. Use in CI/CD pipelines or manually before merge to check traceability, front-matter, capability scope, and spec-code alignment. Cross-cuts all layers like certification, but operates at PR-time on the diff.

solution-narrativeskills/solution-narrative/SKILL.md

User journey and story development. Use when capturing requirements, mapping user experiences, defining personas, or creating the narrative foundation that drives features and contracts. Output feeds into behavior-contract skill.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "idd-skills",
  "version": "0.1.0-uat.0",
  "description": "Core Intention-Driven Design skills and validation tooling for narrative-first, traceable software development.",
  "author": {
    "name": "Ted Slusser",
    "url": "https://github.com/slusset"
  },
  "repository": "https://github.com/slusset/intention-driven-design",
  "license": "MIT",
  "keywords": [
    "idd",
    "intention-driven-design",
    "narrative-driven",
    "bdd",
    "domain-modeling",
    "traceability"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Intention-Driven Design",
    "shortDescription": "Narrative-first skills and validation for traceable software",
    "longDescription": "Turn human intent into traceable narratives, domain models, contracts, journey tests, and certification evidence. This Codex and ChatGPT surface includes the core IDD skills and the repository's validation tooling; stack-specific technical skills remain a separate Claude/legacy surface.",
    "developerName": "Ted Slusser",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write",
      "Execute"
    ],
    "defaultPrompt": [
      "Use IDD to turn this goal into traceable specs.",
      "Run the IDD checks for this repository.",
      "Review this change for traceability and evidence."
    ],
    "brandColor": "#3B82F6"
  }
}
.claude-plugin/plugin.json
{
  "name": "idd-skills",
  "version": "0.1.0-uat.0",
  "description": "Intention-Driven Design methodology and technical skills. Narrative-first development: personas, journeys, stories, domain models, behavior contracts, and e2e journey testing. Bundles the idd validator CLI (bin/idd on PATH), tools, and schemas.",
  "author": {
    "name": "Ted Slusser",
    "url": "https://github.com/slusset"
  },
  "repository": "https://github.com/slusset/intention-driven-design",
  "license": "MIT",
  "keywords": [
    "idd",
    "intention-driven-design",
    "narrative-driven",
    "bdd",
    "domain-modeling"
  ],
  "skills": [
    "./skills",
    "./technical-skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[idd-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/idd-skills)