Stats
Actions
Tags
From dwsd-md
Scaffold a new DWSD entity from its template into the right folder. User-invoked only.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dwsd-md:org-new [entity-type] [name][entity-type] [name]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new DWSD entity of type **$ARGUMENTS**. If the type or the name is missing, ask.
Create a new DWSD entity of type $ARGUMENTS. If the type or the name is missing, ask.
${CLAUDE_PLUGIN_ROOT}/templates/<type>.md and its
contract ${CLAUDE_PLUGIN_ROOT}/types/<type>.md, and read both. Mind the subtypes: a
work system is the unit template plus work-system in unit-type (and a
flightlevel); a meeting is the meeting template (a type: interaction with
interaction-type: meeting).individual → individuals/, role → roles/, plain unit → units/,
work system (unit with work-system in unit-type) → work-systems/,
interaction and
meeting → interactions/, agreement → agreements/, signal → signals/,
insight → insights/, driver → drivers/, proposal → proposals/,
design-record → design-records/, visualization → visualizations/,
flight-item-type → flight-item-types/, flight-route → flight-routes/,
ai-agent → ai-agents/.<folder>/<Name>.md — the filename is the entity's human label (Title Case,
spaces allowed; it is the wikilink target). Fill the frontmatter from the template
(required fields + discriminator) and leave body sections as prompts to complete.[[wikilinks]]. For a meeting, also offer
to create the .mw Markwhen sibling.Confirm the path you created and suggest running /dwsd-md:org-validate afterwards.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub worksystems-design/dwsd-markdown