Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

bug: /sdd-new command documented but not implemented as skill #26

Description

@IvanM9

Description

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

  1. Follow the README instructions referencing /sdd-new
  2. Try to use the command (e.g. /sdd-new add-dark-mode)
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions