Create feature specification from description or PRD
/plugin marketplace add adeonir/claude-code-extras/plugin install spec-driven@claude-code-extras<description> | @<file.md># Spec Command Transform a feature description or PRD into a structured specification file. ## Arguments - `<description>` - Text describing the feature - `@<file.md>` - Path to PRD file to use as context Arguments received: $ARGUMENTS ## Process ### Step 1: Confirm Branch Get the current git branch: Show the branch to the user and ask if they want to: - Continue on this branch - Create/switch to a new branch ### Step 2: Process Input If input is a file reference (@file.md): - Read the file content as PRD context If input is text: - Use as feature description If input is empty:...