Scenario Tutorials¶
This track provides 10 complete, end-to-end scenario walkthroughs that demonstrate how FCC personas collaborate to solve real-world problems. Each scenario combines multiple personas across categories, uses the event bus and simulation engine, and produces concrete deliverables.
Prerequisites¶
- Completed the Fundamentals and Building Workflows tutorial tracks
- Familiarity with the Advanced Capabilities track (recommended but not required)
- Working FCC development environment (
make install-dev)
Scenario Index¶
| # | Scenario | Personas | Difficulty | Duration |
|---|---|---|---|---|
| 1 | Find-Create-Critique Cycle | RC, BC, DE | Beginner | 45 min |
| 2 | Champion Team Sprint | RCHM, RC, CIA, STE | Intermediate | 60 min |
| 3 | Governance Audit Flow | DGS, GCA, PTE, AMS | Intermediate | 60 min |
| 4 | ML Pipeline Handoff | POR, FAR, ESC, IOR, MOS | Advanced | 75 min |
| 5 | Privacy Assessment Chain | PIA, CRM, DEO, AEA | Advanced | 60 min |
| 6 | Cross-Project Federation | STC, ILS, OAA, SDE | Advanced | 75 min |
| 7 | Open Science Publication | FDS, RSN, CSL, OAA | Intermediate | 60 min |
| 8 | Model Selection Competition | MAR, NNS, GBT, RFS | Intermediate | 60 min |
| 9 | DevOps Deployment Chain | JUS, PBD, DVE, ASC | Intermediate | 60 min |
| 10 | Docs-as-Code Pipeline | IA, CS, DQR, ADS | Intermediate | 60 min |
Total estimated time: 10.5 hours
Scenarios by Category¶
Core FCC Patterns¶
- Find-Create-Critique Cycle -- The foundational 3-persona FCC pattern
- Champion Team Sprint -- Champion orchestration with delegation
Governance and Compliance¶
- Governance Audit Flow -- Compliance audit with escalation
- Privacy Assessment Chain -- Privacy impact through ethics review
Machine Learning¶
- ML Pipeline Handoff -- Data engineering through production deployment
- Model Selection Competition -- Parallel model training and comparison
Cross-Project and Federation¶
- Cross-Project Federation -- Federated knowledge graph construction
- Open Science Publication -- FAIR data curation to open access
Engineering and Documentation¶
- DevOps Deployment Chain -- CI/CD pipeline for ML model deployment
- Docs-as-Code Pipeline -- Documentation quality improvement pipeline
How to Use These Tutorials¶
Each scenario tutorial follows the same structure:
- Scenario Overview -- Problem statement and goals
- Persona Team -- Which personas participate and their roles
- Workflow Walkthrough -- Step-by-step execution with code examples
- Message Flow -- How personas communicate through the event bus
- Expected Output -- What the completed scenario produces
- Exercises -- Extensions to try on your own
Related Resources¶
- Persona Composition Patterns -- The 8 reusable patterns these scenarios build on
- FCC Guidebook -- Comprehensive framework reference
- Scenario Data Files -- 29 built-in scenario definitions