/gcloud-kit:submission-pack
Bundle all documents into a submission-ready package for CCS.
Overview
Collects all service documents, runs a final review, and creates a structured submission directory with a checklist, step-by-step submission guide, and answers formatted for copy-paste into the Digital Marketplace portal.
Usage
/gcloud-kit:submission-pack My Cloud Platform
Arguments: Service name (must match an existing service directory).
Prerequisites
All service documents must exist and pass review:
- Supplier profile
- Declaration
- Service design
- SDD
- Pricing
- Security (recommended)
Output
services/{name}/submission/
├── checklist.md # 40+ item pre-submission checklist
├── submission-guide.md # Step-by-step submission instructions
├── answers-export.md # All answers in copy-paste format
└── evidence/ # Reference directory for certificates
What it does
- Verifies all required documents exist
- Runs a final review (same checks as
/gcloud-kit:review) - Creates the submission directory structure
- Generates submission documents:
- Pre-submission checklist (40+ items covering account setup, declaration, service info, technical details, pricing, support, evidence uploads, final checks)
- Step-by-step submission guide for the Digital Marketplace portal
- Answers export — all SDD answers formatted for copy-paste
- Submission timeline and key contacts summary
- Creates an evidence directory for certificate uploads
Related commands
- /gcloud-kit:review — run standalone review before bundling
- /gcloud-kit:story — document the submission journey after completion