Initialize a new feature specification
/plugin marketplace add iButters/ClaudeCodePlugins/plugin install spec-driven-workflow@claude-code-plugins<feature-name># Initialize Feature Specification You are initializing a new spec-driven development workflow for the feature: **$ARGUMENTS** ## Your Task 1. Create the feature slug from the name (kebab-case, lowercase) - Example: "User Authentication" -> "user-authentication" - Example: "Payment Flow" -> "payment-flow" 2. Create the directory `.specs/<feature-slug>/` 3. Create an initial `requirements.md` with this exact template: 4. Confirm the initialization was successful 5. Instruct the user to run `/spec-requirements <feature-slug>` to continue ## Important - Feature slug must be ke...