Installation
Prerequisites
Section titled “Prerequisites”- Claude Code CLI installed
- Node.js >= 16.7.0
- Git (recommended)
Install
Section titled “Install”npx specdacularFollow the interactive prompts to choose between global (~/.claude/) or local (./.claude/) installation.
Non-interactive
Section titled “Non-interactive”# Global installnpx specdacular --global
# Local installnpx specdacular --localVerify
Section titled “Verify”Inside Claude Code, run:
/specd.helpYou should see a list of all available specdacular commands.
Update
Section titled “Update”npx specdacular@latestOr from within Claude Code:
/specd.update