by ed3dai
Ed's repo of Claude Code plugins, centered around a research-plan-implement workflow. Only a tiny bit cursed. If you're lucky.
# Add to your Claude Code skills
git clone https://github.com/ed3dai/ed3d-pluginsThis 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.
ed3d-plan-and-executeMore 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.
| Plugin | Description | |--------|-------------| | | Getting started guide and onboarding for ed3d-plugins. Run to see this README. | | | Planning 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 | | | House style for software development; Very Opinionated | | | Core agents for general-purpose tasks (haiku, sonnet, opus). Other plugins expect this to exist | | | Agents for research across multiple data sources (codebase, internet, combined); other plugins expect this to exist | | | Knowledge skills for extending Claude Code: plugins, commands, agents, skills, hooks, MCP servers. Other plugins expect this to exist | | | Playwright automation with subagents | | | UserPromptSubmit hook that reinforces the need to activate skills—helps make sure skills actually get used. Requires to work | | | PostToolUse hook that reminds to update CLAUDE.md before committing |
ed3d-00-getting-started/getting-starteded3d-plan-and-executeed3d-house-styleed3d-basic-agentsed3d-research-agentsed3d-extending-claudeed3d-playwrighted3d-hook-skill-reinforcemented3d-extending-claudeed3d-hook-claudemd-reminder