Reuse
Battle-tested skill assets — Replace variables and use immediately, avoid reinventing the wheel
The OpenDDD Portal reuse section provides three categories of reusable assets: prompts, workflow templates, and recipe references, all originating from real practices in Open Domains.
Skill Prompts
Battle-tested AI prompts, replace and use immediately.
| Category | Count | Description | Entry |
|---|---|---|---|
| Coding | 3 | DDD entity generation, API design, code review | Developer daily |
| Operations | 1 | k3s cluster troubleshooting | DevOps essential |
| Business | 1 | Business opportunity analysis | Product/Entrepreneur |
| Learning | 1 | Knowledge extraction | Knowledge workers |
Workflow Templates
Composable multi-step AI workflows, each step has clear input/output and validation conditions.
| Category | Count | Description | Entry |
|---|---|---|---|
| Development | 1 | Feature development full process | From requirements to deployment |
| Deployment | 1 | k3s + KubeVela setup | Environment setup |
| Research | 1 | Tech selection research | Solution evaluation |
Recipe Reference
Ready-to-use operational recipes, each containing scripts + configs + docs.
| Recipe | Scenario | Entry |
|---|---|---|
| k3s + KubeVela | Lightweight K8s environment | DevOps |
| Agent Building | AI Agent development | AI Engineer |
| WeChat Mini Program | Mini program development | Frontend Dev |
| DDD + Serverless | Backend architecture | Backend Dev |
Reuse Principles
- Search before creating — Check Share Indexes for existing similar assets
- Replace variables — Replace
in prompts with your specific values - Validate results — Verify against Quality Standards after use
- Feedback and improve — Contribute improvements back to the Sharing System