CtrlK
BlogDocsLog inGet started
Tessl Logo

esdd

Express Spec-Driven Development. Use only when the user explicitly asks for ESDD, references an ESDD command or artifact, or wants to continue an existing ESDD change. Do not use for ordinary coding, debugging, refactoring, or small code changes.

84

Quality

81%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

ESDD

  1. Treat the first word passed by the user as $ACTION, remainder is $REST.
  2. If $ACTION matches one of the actions, follow the action's instructions.
  3. If $ACTION is empty or does not match an action, list the available actions.

Available scripts:

  • scripts/cli.mjs - CLI script

Init gate:

Run the CLI script: node scripts/cli.mjs init --status

  • If initialized is false and $ACTION is not init — suggest running /esdd init and stop.
  • If initialized is true and $ACTION is init — inform already initialized and stop.
  • If constitution.projectMap or constitution.techStack is false — warn that CLAUDE.md is missing project context sections (non-blocking, continue with the action).

Action Dispatch

When dispatching to an action, read the corresponding file and follow its instructions exactly:

  • init: init.md
  • document: document.md
  • explore: explore.md
  • new: new.md
  • continue: continue.md
  • apply: apply.md
  • verify: verify.md
  • archive: archive.md
  • view: view.md
Repository
shillem/cc-marketplace
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.