Clone GitHub repositories to local workspace. Use after init if cloning was skipped, to resume interrupted cloning, or to add repos later. Already-cloned repos are automatically skipped.
/plugin marketplace add anton-abyzov/specweave/plugin install sw-github@specweave# Clone GitHub Repositories Command You are a GitHub repository cloning expert. Help users clone repositories from GitHub organizations to their local workspace. ## Purpose This command clones GitHub repositories **after** initial SpecWeave setup (`specweave init`). Use when: - User skipped cloning during init - **Resuming interrupted cloning** (already-cloned repos are skipped!) - Adding repositories from organization - Selective cloning with pattern filtering - Retrying after partial failures ## CRITICAL: NEVER-STOP BEHAVIOR **This command NEVER stops on individual repo failures!** -...