You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /sdd-new command is prominently documented throughout the README and example configs, but it does not exist as an installable skill or command file.
Steps to Reproduce
Follow the README instructions referencing /sdd-new
Try to use the command (e.g. /sdd-new add-dark-mode)
The command is not found — no skills/sdd-new/ directory exists and no commands/sdd-new.md file is present
Expected Behavior
/sdd-new <name> should work as documented — orchestrating sdd-explore then sdd-propose.
Actual Behavior
The skill directory skills/sdd-new/ does not exist. The scripts/install_test.sh even asserts that commands/sdd-new.md should exist (line 217), but it is missing from the repo.
References
README.md lines 303, 328, 338, 444, 488
examples/claude-code/CLAUDE.md line 25
examples/cursor/.cursorrules line 23
scripts/install_test.sh line 217 (asserts file exists)
Possible Fix
Either:
Add a skills/sdd-new/ skill that orchestrates sdd-explore + sdd-propose, or
Clarify in the docs that /sdd-new is a meta-command handled by the orchestrator config (not an installable skill) and document how to configure it
Description
The
/sdd-newcommand is prominently documented throughout the README and example configs, but it does not exist as an installable skill or command file.Steps to Reproduce
/sdd-new/sdd-new add-dark-mode)skills/sdd-new/directory exists and nocommands/sdd-new.mdfile is presentExpected Behavior
/sdd-new <name>should work as documented — orchestratingsdd-explorethensdd-propose.Actual Behavior
The skill directory
skills/sdd-new/does not exist. Thescripts/install_test.sheven asserts thatcommands/sdd-new.mdshould exist (line 217), but it is missing from the repo.References
examples/claude-code/CLAUDE.mdline 25examples/cursor/.cursorrulesline 23scripts/install_test.shline 217 (asserts file exists)Possible Fix
Either:
skills/sdd-new/skill that orchestratessdd-explore+sdd-propose, or/sdd-newis a meta-command handled by the orchestrator config (not an installable skill) and document how to configure it