Initialize SDLC project configuration and install required GitHub CLI extensions
/plugin marketplace add jwilger/claude-code-plugins/plugin install sdlc@jwilger-claude-plugins# SDLC Setup Initialize the SDLC workflow for this project. This command: 1. Checks for required tools (gh CLI, git-spice) 2. Installs required GitHub CLI extensions 3. Creates `.claude/sdlc.yaml` configuration through interactive prompts ## Steps ### 1. Check Prerequisites If gh CLI is not installed, direct user to https://cli.github.com/ If not authenticated, direct user to run `gh auth login` If project scope is missing, inform user to run: ### 2. Check/Install GitHub CLI Extensions Check and install each required extension: If extensions are already installed, offer to upg...