npx claudepluginhub iButters/ClaudeCodePlugins --plugin spec-driven-workflow<feature-name>/spec-initActivate Scout genie to produce rich capability specifications from an existing project's source code, tests, and documentation.
/spec-initInitialize a new specification with detailed project description (Michi version)
/spec-initBootstrap Spectre for an existing codebase. Analyzes the project and creates initial specs for existing functionality.
You are initializing a new spec-driven development workflow for the feature: $ARGUMENTS
Create the feature slug from the name (kebab-case, lowercase)
Create the directory .specs/<feature-slug>/
Create an initial requirements.md with this exact template:
# Requirements Document
## Introduction
[Brief description of the feature will be added during requirements phase]
## Requirements
[Requirements will be generated in the next phase]
Confirm the initialization was successful
Instruct the user to run /spec-requirements <feature-slug> to continue