Check Speck plugin environment and configuration
Diagnoses your Speck plugin setup by checking environment, configuration, and git branch mappings. Use this when verifying installation, troubleshooting issues, or confirming multi-repo paths.
/plugin marketplace add nprbst/speck-market/plugin install nprbst-speck-speck@nprbst/speck-market$ARGUMENTS
Run the Speck environment check command:
speck env --json
Parse the JSON output and present a summary to the user.
Required sections:
If errors occur, explain the issue and suggest remediation steps.
Example output format:
| Setting | Value |
|---|---|
| Mode | Multi-repo (Child) |
| Repo Root | /path/to/backend |
| Speck Root | /path/to/multi-repo-root |
| Current Branch | 002-cross-repo-auth |
| Branch Mappings | 1 mapping(s) |
If the command fails or ok: false in JSON, display the error and recovery suggestions.