runbook_from_architecture

v1.0.0MITValidated1 installs3/4/2026RobinHrt/tech_runbook_from_architecture
Main pipegenerate_runbook

Method Flowchart

Bundle Files

Select a file to view its contents

METHODS.toml

METHODS.toml
[package]
name = "runbook_from_architecture"
address = "github.com/RobinHrt/tech_runbook_from_architecture"
version = "1.0.0"
description = "Operations Runbook Generator: vision LLM analyzes architecture diagrams, batch generates per-service runbooks"
license = "MIT"
main_pipe = "generate_runbook"

[exports.tech_runbook_from_architecture]
pipes = ["generate_runbook", "analyze_architecture", "generate_service_runbook", "compile_runbook"]

Install

$npx mthds install https://github.com/RobinHrt/tech_runbook_from_architecture --method runbook_from_architecture

Run

$npx mthds run method runbook_from_architecture

Operations Runbook Generator: vision LLM analyzes architecture diagrams, batch generates per-service runbooks

Exports

tech_runbook_from_architecture

generate_runbookanalyze_architecturegenerate_service_runbookcompile_runbook