idd

Installation
SKILL.md

IDD

Use this skill to shape boundaries from explicit contracts first, then fit implementations behind those contracts.

Intent Router

Need Load
contract-first workflow, ports and adapters, interface evolution, and review checklist references/idd-guide.md
api, plugin, and code-level examples across common platforms and languages references/examples.md

Quick Start

  1. Start from the boundary: caller needs, messages, errors, versioning, and lifecycle.
  2. Keep contracts small, cohesive, and explicit about ownership.
  3. Separate public interface vocabulary from internal storage or framework details.
  4. Evolve interfaces compatibly whenever possible.
  5. Use adapters to protect the core from transport, vendor, and legacy shapes.
Installs
5
First Seen
Jun 16, 2026
idd — alisonaquinas/llm-software-design