Ed's collection of Claude Code plugins for research, planning, and implementation workflows. Designed for developers and operations teams, these plugins streamline tasks like product design and general research. Integrates with Claude Code.
git clone https://github.com/ed3dai/ed3d-plugins.gitEd's collection of Claude Code plugins for research, planning, and implementation workflows. Designed for developers and operations teams, these plugins streamline tasks like product design and general research. Integrates with Claude Code.
[{"step":"Install the ed3d-plugins collection in your Claude Code environment by running `pip install ed3d-plugins` and verifying with `ed3d --version`.","tip":"Ensure you have Claude Code v1.4+ installed for full plugin compatibility."},{"step":"Select the appropriate plugin for your task using the plugin catalog. For research tasks, use `ed3d-research`; for design tasks, use `ed3d-design`.","tip":"Run `ed3d --list` to see all available plugins and their capabilities."},{"step":"Customize the prompt template with your specific requirements and run it in Claude Code. For complex tasks, chain multiple plugins together.","tip":"Use the `--output` flag to save results directly to a file, e.g., `ed3d-design generate_architecture --output architecture.md`."},{"step":"Review the generated output and iterate by refining your prompts. Use the plugins' built-in validation tools to check for completeness.","tip":"For iterative design, use `ed3d-design refine --input architecture.md --focus accessibility` to improve specific sections."},{"step":"Integrate the final output into your development workflow. For example, use the generated architecture diagram as input for your CI/CD pipeline.","tip":"Store generated artifacts in your project's `docs/` directory for version control and team collaboration."}]
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/ed3dai/ed3d-pluginsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the ed3d-plugins collection in Claude Code to [TASK]. For example: 'Use ed3d-plugins to generate a product design document for [PRODUCT_NAME] including user personas, feature requirements, and a technical architecture diagram.' Include [SPECIFIC_OUTPUT_FORMAT] if applicable, such as 'output as a markdown file with sections for each component'.
```markdown
# Product Design Document: Smart Home Hub v2.0
## Overview
A next-generation smart home hub integrating voice control, local AI processing, and cross-platform compatibility. Target launch: Q3 2024.
## User Personas
1. **Tech-Savvy Homeowner (35-50)**
- Prioritizes automation and integration with existing smart devices
- Expects minimal setup time and reliable offline functionality
- Willing to pay premium for advanced features
2. **Senior Citizen (65+)**
- Needs simple voice commands and large physical buttons
- Prefers local processing for privacy concerns
- Budget-conscious but values reliability
## Feature Requirements
- **Core:** Local voice processing (no cloud dependency), Zigbee/Z-Wave/Thread support, Matter protocol compatibility
- **Advanced:** AI-powered energy optimization, predictive maintenance alerts, multi-room audio integration
- **Accessibility:** Voice commands in 5 languages, high-contrast UI mode, one-touch factory reset
## Technical Architecture
```
```
```python
# Sample plugin output (pseudo-code for architecture diagram generation)
def generate_architecture_diagram():
components = {
"Local Voice Engine": {"type": "module", "dependencies": ["Rust", "ONNX Runtime"]},
"Device Bridge": {"type": "service", "protocols": ["Matter", "Zigbee", "Z-Wave"]},
"AI Processing Unit": {"type": "container", "features": ["energy_optimization", "predictive_maintenance"]}
}
return components
```
```
**Recommendations:**
1. Prioritize local processing for privacy-sensitive features like voice commands
2. Implement a modular plugin system for third-party device integration
3. Use ed3d-plugins' research tools to validate feature prioritization with user interviews
**Next Steps:**
- Run `ed3d-research validate_personas --product smart_home_hub_v2`
- Generate technical specs using `ed3d-design generate_architecture --format mermaid`Practice, coach, and close more deals
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan