Add reproducibility runbooks for four multi-reasoner templates#57
Open
cafzal wants to merge 1 commit intotelco-network-recovery-templatefrom
Open
Add reproducibility runbooks for four multi-reasoner templates#57cafzal wants to merge 1 commit intotelco-network-recovery-templatefrom
cafzal wants to merge 1 commit intotelco-network-recovery-templatefrom
Conversation
Each runbook is an agent prompt sequence to recreate the template's multi-reasoner pipeline using the bundled CSVs in ../data/, mapping each stage to the template's actual concepts, properties, and outputs: - telco_network_recovery (5-stage: descriptive -> rules -> graph -> predictive -> prescriptive; mirrors PR #56's existing structure) - energy_grid_planning (4-stage: predictive -> graph -> rules -> prescriptive with InvestmentLevel scenarios) - supply_chain_resilience (4-stage: blast-radius -> graph -> rules -> min-cost flow + scenarios) - machine_maintenance (5-stage: querying -> graph -> rules -> prescriptive maintenance schedule -> resilience cross-training) Reproducible against the bundled template CSVs; one-line notes on swapping to a Snowflake schema for users wiring to their own data.
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a customer-facing runbook.md to four multi-reasoner templates, each describing how an agent + RAI skills could recreate the template's pipeline using the bundled CSVs in the template's
data/directory.telco_network_recoveryenergy_grid_planningsupply_chain_resiliencemachine_maintenanceThe telco runbook in this PR is the same structure as the one bundled with PR #56 (this PR is stacked on that branch). The other three were rewritten from older demo runbooks under
~/Documents/demos/runbooks/— internal references and demo-context language stripped, stages and outputs aligned to each template's actual concept and property names, missing stages added (supply chain Stage 0 reachability, machine maintenance Stage 4 resilience), demo-only stages dropped (predictive supply chain step, manufacturing operator-shift block).Test plan
references/runbook.mdand confirm stage outputs match the template's main script