Agent Plugins Marketplace
All plugins

design-thinking

v2.1.5

Domain modeling, call-graph tracing, and test-driven implementation

CodexClaude Code1 Skill

By Boon0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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 design-thinking 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 design-thinking@agent-plugin-marketplace

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

Compatibility: the page URL and API slug “design-thinking-2” remain stable.

  • Codex: design-thinking-2@agent-plugin-marketplacedesign-thinking@agent-plugin-marketplace

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/insomnius/harness

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

Plugin files

plugins/design-thinking/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/design-thinking/SKILL.md

Included Skills1

design-thinkingskills/design-thinking/SKILL.md

Name the domain, trace the existing call graph before changing it, then prove each behavior with a test that was red first. Use at the start of every implementation task - feature, bug fix, refactor, migration, CI or infra change - and especially when the task arrives as a product requirement with no technical detail. Also use to resume an in-progress trace, to revalidate one after pulling others' changes, or to audit someone else's change set. Records every decision in an append-only log under .design/ and renders the graph on each one. Tiers: requirement, task, file, symbol, behavior. Works in Go, Rust, Java, TypeScript, JavaScript, Effect, Ruby, Python, Bash, GitHub Actions and Terraform.

Plugin manifests2

plugins/design-thinking/.codex-plugin/plugin.json
{
  "name": "design-thinking",
  "version": "2.1.5",
  "description": "Domain modeling, call-graph tracing, and test-driven implementation",
  "author": {
    "name": "Boon",
    "url": "https://github.com/getboon"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Design Thinking",
    "shortDescription": "Use Design Thinking in Codex.",
    "longDescription": "Trace existing call graphs, name domain boundaries, and prove behavior with tests. Imported from getboon/boon-plugins.",
    "developerName": "Boon",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": "Help me use Design Thinking."
  }
}
plugins/design-thinking/.claude-plugin/plugin.json
{
  "name": "design-thinking",
  "description": "Trace the existing call graph before changing it - DDD names the shapes, the graph carries the change, TDD proves it. Append-only decision log, five tiers, two gates, and a rendered graph on every write",
  "version": "2.1.5"
}

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

[design-thinking on Agent Plugins Marketplace](https://pluginsmp.com/plugins/design-thinking-2)