Agent Plugins Marketplace
All plugins

wwed

v1.0.0

What Would Elon Do — execution and simplification judgment run through Musk's five-step algorithm (question the requirement, delete, simplify, accelerate, automate), fenced off from human gates and irreversible surfaces.

CodexClaude Code1 Skill

By David KimLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 wwed for Codex and Claude Code

Installs for the current user
codex plugin marketplace add davekim917/bootstrap
codex plugin marketplace upgrade davekim917-bootstrap
codex plugin add wwed@davekim917-bootstrap

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

Compatibility: the page URL and API slug “wwed” remain stable.

  • Codex: wwed@agent-plugin-marketplacewwed@davekim917-bootstrap

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/davekim917/bootstrap

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

Plugin files

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

Included Skills1

wwedskills/wwed/SKILL.md

What Would Elon Do — execution and simplification judgment run through "the algorithm," the five-step process Elon Musk repeats at SpaceX and Tesla, as documented in Walter Isaacson's biography. Load BEFORE building something that feels big, when a plan has grown layers, when a process or gate is slowing delivery, when costs or cycle time are the complaint, when deciding whether to automate something, and whenever someone asks "what would Elon do", "wwed", or wants the requirement-questioning / delete-first pass over a proposal. This is a subtraction and speed lens, not a product bar and not an architecture bar (that is wwbd) — run it on scope, parts, processes, and cycle time. It never overrides a human gate, a hold, or a consequence boundary.

Plugin manifests2

plugins/wwed/.codex-plugin/plugin.json
{
  "name": "wwed",
  "version": "1.0.0",
  "description": "What Would Elon Do — execution and simplification judgment run through Musk's five-step algorithm (question the requirement, delete, simplify, accelerate, automate), fenced off from human gates and irreversible surfaces.",
  "author": {
    "name": "David Kim"
  },
  "repository": "https://github.com/davekim917/bootstrap",
  "license": "MIT",
  "keywords": [
    "judgment",
    "simplification",
    "deletion",
    "cycle-time",
    "advisory",
    "elon"
  ],
  "skills": "./skills/",
  "hooks": "./hooks/wwed-codex-hooks.json",
  "interface": {
    "displayName": "WWED — What Would Elon Do",
    "shortDescription": "Subtraction and cycle-time advisory skill",
    "longDescription": "Runs Musk's five-step algorithm over a proposal in order — question the requirement, delete the part or process, simplify, accelerate, automate — with an explicit fence around human gates, money, privacy, irreversible data and the verification loop.",
    "developerName": "David Kim",
    "category": "Coding",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://github.com/davekim917/bootstrap",
    "defaultPrompt": [
      "What would Elon delete from this plan?",
      "Run the algorithm over this process."
    ],
    "brandColor": "#7f1d1d"
  }
}
plugins/wwed/.claude-plugin/plugin.json
{
  "name": "wwed",
  "version": "1.0.0",
  "description": "What Would Elon Do — execution and simplification judgment run through Musk's five-step algorithm (question the requirement, delete, simplify, accelerate, automate), fenced off from human gates and irreversible surfaces.",
  "author": {
    "name": "David Kim"
  },
  "repository": "https://github.com/davekim917/bootstrap",
  "license": "MIT",
  "keywords": [
    "judgment",
    "simplification",
    "deletion",
    "cycle-time",
    "advisory",
    "elon"
  ],
  "skills": [
    "./skills"
  ],
  "hooks": "./hooks/wwed-hooks.json"
}

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

[wwed on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wwed)