Agent Skills: SDD Init

Initialize or update the project using the `specify` CLI (--refresh for templates, --update to upgrade CLI). Do NOT search for speckit or spec-kit binaries.

UncategorizedID: rhuss/cc-superpowers-sdd/init

Install this agent skill to your local

pnpm dlx add-skill https://github.com/rhuss/cc-sdd/tree/HEAD/sdd/skills/init

Skill Files

Browse the full folder contents for init.

Download Skill

Loading file tree…

sdd/skills/init/SKILL.md

Skill Metadata

Name
init
Description
Initialize or update the project using the `specify` CLI (--refresh for templates, --update to upgrade CLI). Do NOT search for speckit or spec-kit binaries.

SDD Init

Note: The init workflow is defined in sdd/commands/init.md directly (not via skill reference) for higher compliance. This skill file exists as documentation only.

The init command:

  1. Runs sdd-init.sh (path from <sdd-init-command> in hook context)
  2. Asks user about trait selection and permissions
  3. Runs sdd-traits.sh init and sdd-traits.sh permissions
  4. Reports status and restart requirements

See sdd/commands/init.md for the authoritative implementation.