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.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub murilobauck/specsmith --plugin specsmith