Back to Discover

ed3d-plugins

connector

ed3dai

Ed's repo of Claude Code plugins, centered around a research-plan-implement workflow. Only a tiny bit cursed. If you're lucky.

View on GitHub
246 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add ed3dai/ed3d-plugins

README

ed3d-plugins

This is my collection of plugins that I use on a day-to-day basis for getting stuff done with Claude Code. Most of these are development-oriented in some way or another, but also often end up being useful for other things. Product design, general research, accidentally becoming my homelab sysadmin—these are a lot of what I've learned so far and what I've found helpful.

The big stick in this repository is ed3d-plan-and-execute, which implements an "RPI" (research-plan-implement) loop that I think does a really good job of avoiding hallucination in the planning stages, adhering to high-level product requirements, avoiding drift between design planning and implementation planning, and reviewing the results such that you get out the other end not just what you asked for, but what you actually wanted.

NOTE: ed3d-plugins is generally a more stable marketplace. If you'd like to track changes as they happen a bit more aggressively, take a look at ed3d-plugins-testing.

Using ed3d-plan-and-execute

More in the README for the plugin, and it's worth skimming, but here's a quickstart:

Rough Idea
    │
    ▼
/start-design-plan  ──────► Design Document (committed to git)
    │
    ▼
/start-implementation-plan ──► Implementation Plan (phase files)
    │
    ▼
/execute-implementation-plan ──► Working Code (reviewed & committed)

Customization: Create .ed3d/design-plan-guidance.md and .ed3d/implementation-plan-guidance.md in your project to provide project-specific constraints, terminology, and standards. Run /how-to-customize for details.

Plugins

PluginDescription
ed3d-00-getting-startedGetting started guide and onboarding for ed3d-plugins. Run /getting-started to see this README.
ed3d-plan-and-executePlanning and execution workflows for Claude Code. Feed it a decent-sized task and it'll help you get it done in a sustainable and thought-through way
ed3d-house-styleHouse style for software development; Very Opinionated
ed3d-basic-agentsCore agents for general-purpose tasks (haiku, sonnet, opus). Other plugins expect this to exist
ed3d-research-agentsAgents for research across multiple data sources (codebase, internet, combined); other plugins expect this to exist
ed3d-extending-claudeKnowledge skills for extending Claude Code: plugins, commands, agents, skills, hooks, MCP servers. Other plugins expect this to exist
ed3d-playwrightPlaywright automation with subagents
ed3d-hook-skill-reinforcementUserPromptSubmit hook that reinforces the need to activate skills—helps make sure skills actually get used. Requires ed3d-extending-claude to work
ed3d-hook-claudemd-reminderPostToolUse hook that reminds to update CLAUDE.md before committing
ed3d-hook-security-hardeningPreToolUse and PostToolUse hooks that catch secrets leakage patterns
ed3d-session-reflectionEXPERIMENTAL. Session awareness and conversation review tooling. Requires ed3d-extending-claude

Installation

Add the marketplace

/plugin marketplace add https://github.com/ed3dai/ed3d-plugins.git

Install plugins

All plugins are available from the ed3d-plugins marketplace:

/plugin install ed3d-plan-and-execute@ed3d-plugins
/plugin install ed3d-house-style@ed3d-plugins
# ... etc

Repository Structure

ed3d-plugins/
├── .claude-plugin/
│   └── marketplace.json
├── plugins/
│   ├── ed3d-00-getting-started/
│   ├── ed3d-plan-and-execute/
│   ├── ed3d-house-style/
│   ├── ed3d-basic-agents/
│   ├── ed3d-research-agents/
│   ├── ed3d-extending-claude/
│   ├── ed3d-playwright/
│   ├── ed3d-hook-skill-reinforcement/
│   ├── ed3d-hook-claudemd-reminder/
│   ├── ed3d-hook-security-hardening/
│   └── ed3d-session-reflection/
└── README.md

Contributing

Issues and pull requests gratefully solicited, except ed3d-house-style is my house style, and provided for reference, so I might not take contributions there. (You can make your own house-style plugin though and use that instead!)

Attribution

ed3d-plan-and-execute and parts of ed3d-extending-claude are derived from obra/superpowers by Jesse Vincent. The original plugin has been folded, spindled, and mutilated extensively.

Some skills in ed3d-house-style are derived from obra/superpowers and others (property-based-testing is a big one) are derived from the Trail of Bits Skills repository.

License

The original obra/superpowers code in this repository is licensed under the MIT License, copyright Jesse Vincent. See plugins/ed3d-plan-and-execute/LICENSE.superpowers.

All other content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.

Rendered live from ed3dai/ed3d-plugins's GitHub README — not stored, always reflects the source repo.

11 Plugins

NameDescriptionCategorySource
ed3d-00-getting-startedGetting started guide and onboarding for ed3d-plugins./plugins/ed3d-00-getting-started
ed3d-plan-and-executePlanning and execution workflows for Claude Code. Based on obra/superpowers../plugins/ed3d-plan-and-execute
ed3d-house-styleed3d's house style for software development./plugins/ed3d-house-style
ed3d-basic-agentsCore agents for general-purpose tasks. Other plugins expect this to exist../plugins/ed3d-basic-agents
ed3d-research-agentsAgents used for research across multiple data sources../plugins/ed3d-research-agents
ed3d-extending-claudeKnowledge skills for extending Claude Code: creating plugins, commands, agents, skills, hooks, MCP servers, and marketplace management./plugins/ed3d-extending-claude
ed3d-hook-skill-reinforcementEXPERIMENTAL. A UserPromptSubmit hook that directs the model to consider and activate useful skills../plugins/ed3d-hook-skill-reinforcement
ed3d-hook-claudemd-reminderA PostToolUse hook that reminds to invoke project-claude-librarian before committing when git status or git log reveals changes that may warrant CLAUDE.md updates../plugins/ed3d-hook-claudemd-reminder
ed3d-hook-security-hardeningPreToolUse and PostToolUse hooks that catch secrets leakage patterns: echoing env vars, reading secret files, tokens in URLs, and missing gitignore/permissions on sensitive files../plugins/ed3d-hook-security-hardening
ed3d-playwrightPlaywright automation toolkit with MCP integration, specialized agent for browser control, and best practice skills./plugins/ed3d-playwright
ed3d-session-reflectionEXPERIMENTAL. Session awareness and conversation review tooling. Captures session metadata via SessionStart hook and provides conversation review agents and skills for analyzing prompting effectiveness, agent performance, and environment gaps../plugins/ed3d-session-reflection

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.