/vt-c-verify-setup¶
Verify toolkit installation and configuration
Plugin: core-standards
Usage: /vt-c-verify-setup
Verify Setup¶
Check that all toolkit components are properly installed and configured.
What This Checks¶
- Plugin Installation
- core-standards plugin is installed
- All 18 agents are accessible (including 4 orchestrators)
-
All 16 skills are loaded
-
User Configuration
- ~/.claude/CLAUDE.md exists with mandatory rules
-
Permissions are properly set
-
Git Hooks
- Pre-commit hook is installed
-
Hook scripts are executable
-
Dependencies
- npm/pnpm is available
- Git is configured
- SpecKit CLI (
specify) is installed
Usage¶
Output Format¶
## Toolkit Verification
### Plugin Status
✅ core-standards v1.2.0 installed
### Agents (18/18)
✅ conceptual-orchestrator
✅ implementation-orchestrator
✅ finalization-orchestrator
✅ bugfix-orchestrator
✅ security-sentinel
✅ data-integrity-guardian
✅ kieran-typescript-reviewer
...
### Skills (16/16)
✅ defense-in-depth
✅ test-driven-development
✅ multi-tenancy
✅ speckit-integration
...
### Configuration
✅ User CLAUDE.md present
✅ Mandatory rules configured
### Git Hooks
✅ Pre-commit hook installed
✅ Scripts executable
### External Dependencies
✅ SpecKit CLI available
### MCP Servers
✅ azure-devops (user scope, setup.sh)
✅ taskmaster-ai (user scope, setup.sh)
✅ github (user scope, setup.sh, OAuth)
✅ plugin:compound-engineering:pw (plugin-provided)
✅ plugin:compound-engineering:context7 (plugin-provided)
⚠️ No local-scope duplicates found
### Overall Status: ✅ Ready
MCP Server Verification¶
The verify-setup check includes MCP server health:
- Governed servers — azure-devops, taskmaster-ai, github must be configured via
claude mcp add -s user - Plugin servers — playwright and context7 are provided by the compound-engineering plugin
- No duplicates — local-scope entries for governed servers indicate a migration is needed
Run setup.sh --full to install missing servers or migrate local-scope entries.
Troubleshooting¶
If verification fails:
- Plugin not found: Run
claude plugin install core-standards - CLAUDE.md missing: Copy from configs/user-global/CLAUDE.md to ~/.claude/
- Hooks not installed: Run
./scripts/install-hooks.shin your project - SpecKit missing: Run
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git