Convert natural language requirements (PRD) into AI-friendly DDD domain design documents in Markdown. Use when the user provides a PRD, requirement doc, or business description and wants a DDD domain model, entity/aggregate design, ER diagram, domain logic placement, or sequence/flow diagrams. Produces structured output that AI agents can directly use for implementation.
v1.0.0Convert natural language requirements (PRD) into AI-friendly DDD domain design documents in Markdown. Use when the user provides a PRD, requirement doc, or b...
⭐ 0· 229·1 current·1 all-time
byqitong@qitongfire
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the included SKILL.md, phase guide, and template: the skill's goal is to transform PRDs into DDD design docs. It requests no binaries, no environment variables, and no credentials, which is proportional and expected for a purely authoring/template skill.
Instruction Scope
Runtime instructions are limited to reading the user-provided PRD and the two included guidance files, executing the documented phases, producing Markdown with Mermaid diagrams, and saving the result. The instructions do not request system secrets, unrelated filesystem paths, or network endpoints; they specify writing output to docs/design/<feature>-ddd-design.md, which is appropriate for a doc-generation skill.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is downloaded or written to disk by an installer. This is the lowest-risk install model and is proportionate for the described functionality.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The SKILL.md does not reference hidden env vars or credentials. The lack of requested secrets is appropriate for a documentation/template skill.
Persistence & Privilege
The skill instructs the agent to save output to docs/design/<feature>-ddd-design.md; writing files in the agent workspace is expected here. always:false (default) and normal autonomous invocation settings are used. This is reasonable, but users should be aware the agent will create files in the workspace when the skill runs.
Assessment
This skill appears internally consistent and only uses the provided PRD and local template/guide files to generate a Markdown DDD design doc. Before installing/using it: (1) do not include sensitive secrets or PII in the PRD you hand to the skill (the skill will consume the PRD text to produce the doc); (2) confirm you are comfortable with the agent writing files to your workspace at docs/design/<feature>-ddd-design.md; (3) review any generated API or external-system entries in the output to ensure they don't unintentionally expose credentials or environment-specific endpoints. If you need the agent to run network calls, connect to external services, or access private repos, expect additional permissions/credentials would be required — none are requested here.Like a lobster shell, security has layers — review code before you run it.
latestvk977g7nry8a8kw71ta0ka4ysa5833q4p
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
