This is the place for all the guides and documentation on the system. This sub-directory contains the more complete and ‘polished’ notes produced for implementation, other items in the parent directory are more ‘scribble notes’.

The Walk Through is the best way in to all the content and offers signposts to the other documents what they cover and why or when it is worth reading them.

For anyone interested in Systems Thinking there is an explanation of the logo in Implementation Motivation and Philosophy together with a definition of Systems Thinking.

The status of the content is described in Content and Copyright there is also a piece about the impact of the Choosing Authors and their Works and a warning about Source Pollution.

The technical side is covered in the Constructors Guide

STPrism - In One Diagram

graph BT
     Box 3: Slice and Dice
    subgraph Slice_Dice_Box ["Slice and Dice"]
        direction LR
        Q1["🔍 Slice 1"]
        Q2["🔍 Slice 2"]
    end

     Box 1: Books and Papers (Bottom)
    subgraph Books_Box ["Books and Papers"]
        direction LR
        B1["📚 Thinker 1"]
        B2["📚 Thinker 2"]
        B3["📚 Thinker 3"]
    end

     The Mesh: Every Thinker connects to every QSet
    B1 ==> S1
    B1 ==> S2
    B2 ==> S1
    B2 ==> S2
    B3 ==> S1
    B3 ==> S2

     Convergence: All Slices terminate at the Informed View
    Q1 --> IV
    Q2 --> IV

    %% Styling
    style Website_Box fill:#eceff1,stroke:#455a64,stroke-dasharray: 5 5
    style Slice_Dice_Box fill:#fff3e0,stroke:#e65100
    style QSets_Box fill:#e1f5fe,stroke:#01579b
    style IV fill:#ffffff,stroke:#2e7d32,stroke-width:4px

27 items under this folder.