CtrlK
BlogDocsLog inGet started
Tessl Logo

esdd

Express Spec-Driven Development for setting up project-aware change workflows, documenting domains, planning and applying changes in stages, verifying outcomes, and archiving completed work. Use only when the user explicitly asks for ESDD, references an ESDD command or artifact, or wants to continue an existing ESDD change.

74

Quality

92%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security
  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, read help.md, show the command quick reference with usage and key flags, and stop.
  4. If the user wants more detail about a specific command after seeing the quick reference, read docs/commands.md.

Available Scripts

  • scripts/cli.mjs - CLI script

Init Gate

Run the CLI script: node <skill-dir>/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:

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.