shinroh.com
structure

体制

顧客との接点を持つフレアーズ合同会社の中で、山口真を中心に家族・AI・協力者がつながる体制。

flowchart TD
    subgraph customerGroup["顧客"]
      direction LR
      municipality["自治体"]
      university["大学"]
      hospital["病院"]
      company["企業"]
    end
    subgraph flaresGroup["フレアーズ合同会社"]
      direction TB
      shin["山口真"]
      aki["亜季(妻)"]
      ai["AI"]
      gpt["GPT & Codex"]
      subgraph cursorGroup["Cursor & Grok Bot"]
        direction LR
        composer["Composer"]
        grok["Grok"]
      end
      team["協力者"]
      sales["営業担当:数名"]
      development["開発担当:数名"]
    end

    municipality --> shin
    university --> shin
    hospital --> shin
    company --> shin
    shin --> aki
    shin --> ai
    ai --> gpt
    ai --> cursorGroup
    shin --> team
    team --> sales
    team --> development

    classDef root fill:#ffffff,stroke:#32aec5,stroke-width:2px,color:#20242b
    classDef stakeholder fill:#f3fbfc,stroke:#32aec5,stroke-width:1px,color:#17879d
    classDef family fill:#ffffff,stroke:#ff8179,stroke-width:2px,color:#20242b
    classDef aiNode fill:#ffffff,stroke:#a58bf5,stroke-width:2px,color:#20242b
    classDef teamNode fill:#ffffff,stroke:#f3bd67,stroke-width:2px,color:#20242b
    classDef leaf fill:#f6f7f9,stroke:#c5cad2,stroke-width:1px,color:#4b5563

    style customerGroup fill:#f8fcfd,stroke:#8ed9e4,stroke-width:1px,color:#17879d
    style flaresGroup fill:#fffaf5,stroke:#ffb28c,stroke-width:1px,color:#9a3412
    style cursorGroup fill:#faf8ff,stroke:#b1a1e8,stroke-width:1px,color:#5a43a8
    class municipality,university,hospital,company stakeholder
    class shin root
    class aki family
    class ai aiNode
    class team teamNode
    class gpt,composer,grok,sales,development leaf
flowchart TB
    subgraph customerGroup["顧客"]
      direction LR
      municipality["自治体"]
      university["大学"]
      hospital["病院"]
      company["企業"]
    end
    subgraph flaresGroup["フレアーズ合同会社"]
      direction TB
      shin["山口真"]
      aki["亜季(妻)"]
      ai["AI"]
      gpt["GPT & Codex"]
      subgraph cursorGroup["Cursor & Grok Bot"]
        direction LR
        composer["Composer"]
        grok["Grok"]
      end
      team["協力者"]
      sales["営業担当:数名"]
      development["開発担当:数名"]
    end

    municipality --> shin
    university --> shin
    hospital --> shin
    company --> shin
    shin --> aki
    shin --> ai
    ai --> gpt
    ai --> cursorGroup
    shin --> team
    team --> sales
    team --> development

    classDef root fill:#ffffff,stroke:#32aec5,stroke-width:2px,color:#20242b
    classDef stakeholder fill:#f3fbfc,stroke:#32aec5,stroke-width:1px,color:#17879d
    classDef family fill:#ffffff,stroke:#ff8179,stroke-width:2px,color:#20242b
    classDef aiNode fill:#ffffff,stroke:#a58bf5,stroke-width:2px,color:#20242b
    classDef teamNode fill:#ffffff,stroke:#f3bd67,stroke-width:2px,color:#20242b
    classDef leaf fill:#f6f7f9,stroke:#c5cad2,stroke-width:1px,color:#4b5563

    style customerGroup fill:#f8fcfd,stroke:#8ed9e4,stroke-width:1px,color:#17879d
    style flaresGroup fill:#fffaf5,stroke:#ffb28c,stroke-width:1px,color:#9a3412
    style cursorGroup fill:#faf8ff,stroke:#b1a1e8,stroke-width:1px,color:#5a43a8
    class municipality,university,hospital,company stakeholder
    class shin root
    class aki family
    class ai aiNode
    class team teamNode
    class gpt,composer,grok,sales,development leaf