From Specsmith
Scaffolds the Specsmith specs/ directory (README + spec/plan/tasks templates) into the current project. Run once after installing Specsmith to give prompt-grill and spec-driven flow a local home.
How this skill is triggered — by the user, by Claude, or both
Slash command
/specsmith:specsmith-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Goal: drop the Specsmith `specs/` scaffold into the user's project so the
Goal: drop the Specsmith specs/ scaffold into the user's project so the
spec-driven flow has a local home (a README explaining the cycle and a
_template/ with validated spec.md, plan.md, tasks.md templates).
specs/ inside the
installed Specsmith plugin. Resolve the plugin root via the
${CLAUDE_PLUGIN_ROOT} environment variable. If it is not set in the shell,
find the plugin under ~/.claude/plugins/cache/ (look for the specsmith
plugin directory containing specs/README.md and specs/_template/).specs/README.mdspecs/_template/spec.mdspecs/_template/plan.mdspecs/_template/tasks.mdprompt-grill to produce specs/<feature>/spec.md.prompt-grill works without it (it carries the
spec structure itself). The local scaffold is for teams who want the README
and the plan.md / tasks.md templates checked into their repo.npx claudepluginhub murilobauck/specsmith --plugin specsmithBootstraps a project with the SpecKit spec-driven development workflow by scanning codebase, interviewing user, and generating scaffolding files (CLAUDE.md, constitution.md, .specify/).
Initializes spec-kit projects via `specify` CLI: automatic setup, installation validation, project structure enforcement for spex workflow skills.
Scaffolds SDD project structure with root files (package.json, README.md, CLAUDE.md, .gitignore), sdd/, specs/, and optional changes/ in minimal or full modes. Non-destructive.