Back to Guides

/gcloud-kit:story

Generate a comprehensive submission story with timeline, achievements, and lessons learned.

Overview

Scans all project artifacts, extracts timeline data from git history or file modification dates, and produces a narrative document covering the entire submission journey. Includes executive summary, timeline visualisations, service portfolio summary, compliance status, and lessons learned.

Usage

/gcloud-kit:story
/gcloud-kit:story Focus on lessons learned

Arguments: Optional focus area.

Prerequisites

  • Supplier profile must exist (services/supplier/supplier-profile.md)
  • Service artifacts recommended for a complete story

Output

SUBMISSION-STORY.md (project root, 500–1000 lines)

Template used: .gcloud/templates/story-template.md

What it does

  1. Checks prerequisites (supplier profile must exist)
  2. Performs a comprehensive artifact scan — finds all .md files in the project
  3. Extracts timeline from git history or file modification dates
  4. Analyses each artifact for key information
  5. Builds a submission summary (supplier overview, services listed, compliance status, market positioning)
  6. Generates 3 types of timeline visualisations:
    • Gantt chart
    • Command flow diagram
    • Timeline table
  7. Calculates metrics (duration, service count, document count, certifications)
  8. Extracts lessons learned (what went well, improvements, recommendations)
  9. Writes the story document

Related commands