Project Story Generator
Generate a comprehensive project story documenting the journey of an ArcKit-managed project from inception to completion, with detailed timeline analysis and governance achievements.Command
Arguments
- project (required): Project identifier (ID or name)
Examples
Purpose
Create anARC-{PROJECT_ID}-STORY-v1.0.md document that serves as:
- A historical record of the project’s evolution through the ArcKit governance framework
- A detailed timeline analysis with multiple visualization types (Gantt, flowchart, table, pie chart)
- A demonstration of end-to-end traceability from stakeholder needs to delivery plans
- A showcase of governance quality and compliance achievements
What’s Generated
The story includes:- Executive Summary - Timeline snapshot, key metrics, major achievements
- 4 Timeline Visualizations:
- Gantt chart (project phases with dates and durations)
- Linear command flow timeline (flowchart with dates)
- Timeline table (detailed event log)
- Phase duration pie chart (time distribution)
- Timeline Metrics - Duration, velocity, phase analysis
- Milestone Timeline - Key project milestones with dates
- 2 Detailed Narrative Chapters:
- Design Review: Validating the Solution
- Delivery Planning: From Requirements to Sprints
- Timeline Insights - Pacing analysis, critical path, lessons learned
- Complete Traceability Chain - Mermaid diagrams showing end-to-end traceability
- Governance Achievements - Mind map of project achievements
- 5 Comprehensive Appendices:
- Artifact register
- Activity log
- Design structure matrix (DSM)
- Command reference
- Glossary
Timeline Extraction
Preferred Method: Git Log Analysis If the project is under git version control:- Extract timeline from git history
- Parse commit messages for ArcKit command names
- Show dates, artifacts created/modified, days from project start
- Use file modification times
- Sort artifacts by creation date
- Calculate durations between events
Timeline Metrics
Extracted metrics:- Project Duration - Total days/weeks from start to end
- Total Artifacts - Count of all .md files
- Commands Executed - Count of unique artifacts (proxy for commands)
- Phase Durations - Time spent in each phase
- Velocity - Artifacts per week, commands per week
- Longest Phase - Which phase took most time and why
- Shortest Phase - Which phase was fastest and why
Timeline Visualizations
1. Gantt Chart
2. Linear Command Flow
3. Timeline Table
| # | Date | Days from Start | Event Type | Command | Artifact | Description |
|---|---|---|---|---|---|---|
| 1 | 2024-01-15 | 0 | Foundation | /arckit:principles | ARC-000-PRIN-v1.0.md | Established principles |
| … | … | … | … | … | … | … |
4. Phase Duration Pie Chart
Traceability Chains
The story documents complete traceability: Chain 1: Stakeholder → Requirements- Stakeholder Goals → Business Requirements (BR-xxx)
- Count: How many goals mapped to how many BRs
- Business Requirements → Functional Requirements
- Functional Requirements → Architecture Components
- Requirements → SOW Requirements
- SOW Requirements → Evaluation Criteria
- Evaluation Criteria → Vendor Selection
- Functional Requirements → User Stories
- User Stories → Sprint Backlog
- Data Model Entities → Data Requirements (DR-xxx)
- Data Requirements → CMDB Configuration Items
- Requirements → Compliance Assessments
- Architecture Principles → Design Reviews
Prerequisites
MANDATORY (warn if missing):- PRIN (Architecture Principles) - Foundation of ArcKit governance framework
- STKE (Stakeholder Analysis)
- RISK (Risk Register)
- SOBC (Business Case)
- REQ (Requirements)
- DATA (Data Model)
- DIAG (Architecture Diagrams)
- Research artifacts (RSCH, AWSR, AZUR)
- WARD (Wardley Map)
- PLAN (Project Plan)
- Procurement artifacts (SOW, DOS, EVAL)
- Design reviews (HLDR, DLDR)
- Compliance assessments (TCOP, SECD, AIPB)
- Delivery artifacts (BKLG, DEVOPS)
- TRAC (Traceability Matrix)
- ANAL (Governance Analysis)
Output
GeneratesARC-{PROJECT_ID}-STORY-v{VERSION}.md (2000-3000 lines) with:
- Complete document control
- Executive summary with metrics
- 4 timeline visualizations
- Timeline metrics table
- Milestone timeline
- 2 detailed narrative chapters
- Timeline insights & analysis
- Complete traceability chain with Mermaid diagrams
- Key outcomes & achievements
- 5 comprehensive appendices
Example Summary Output
Related Commands
arckit presentation- Generate MARP slides from project artifactsarckit pages- Generate documentation websitearckit analyze- Comprehensive governance analysis