1
Install Claude Code
macOS & Linux:
brew install --cask claude-codeOr via shell script:
curl -fsSL https://claude.ai/install.sh | bash2
Add G-Cloud Kit Marketplace
Register the plugin marketplace in Claude Code:
/plugin marketplace add tractorjuice/gcloud-kit3
Install the Plugin
Install G-Cloud Kit from the marketplace:
claude plugin install gcloud-kit@gcloud-kit4
Initialize Your Project
Start Claude Code and set up your project structure:
claude
/gcloud-kit:init5
Create Your First Documents
Run commands in sequence to generate your G-Cloud submission:
/gcloud-kit:supplier-profile # Create reusable company profile
/gcloud-kit:service-design # Design your service offering
/gcloud-kit:sdd-lot2 # Generate SDD for Cloud Software
/gcloud-kit:pricing # Create pricing document
/gcloud-kit:security # Generate security assertions
/gcloud-kit:declaration # Complete supplier declaration
/gcloud-kit:review # Check completeness
/gcloud-kit:submission-pack # Bundle for CCS submission
/gcloud-kit:story # Document your journey6
Market Intelligence (Optional)
Run market intelligence commands at any time — they use bundled CCS data with no prerequisites:
/gcloud-kit:sales # Analyze £16B+ spend data
/gcloud-kit:customer # Look up CCS customer URNs
/gcloud-kit:targets # Identify target accounts
Warning
AI generates first drafts following templates. Always review, validate with your legal/compliance team, and refine before CCS submission.
Auto-Install for Teams
Add G-Cloud Kit to your project's .claude/settings.json so it installs automatically for all team members:
{
"permissions": { "allow": ["Bash(*)"] },
"extraKnownMarketplaces": ["tractorjuice/gcloud-kit"],
"enabledPlugins": {
"gcloud-kit@gcloud-kit": { "enabled": true }
}
}See the submission workflow for the complete process, or browse all 25 commands.