A mastery-based learning platform built on the AQAL framework — All Quadrants, All Levels, All Lines, All States, All Types. Live at paruff.github.io/integral-education.
Built with Docusaurus and deployed to GitHub Pages.
- 68 learning modules — stage orientations, developmental lines, shadow work, emotional intelligence, and state practices
- 10 QuickStart paths — curated pathways for common developmental transitions
- AQAL-aware content model — every module tagged by quadrant, level, line, state, and type
- Built-in mastery loop — Learn → Practice → Reflect → Assess → Integrate
- Anki-ready card blocks — flashcard content embedded in every module
- Safety standards — tiered safety classification, facilitator qualifications, stop rules
integral-education/
├── docusaurus.config.js
├── sidebars.js
├── docs/
│ ├── intro.md
│ ├── modules/ # 68 learning modules
│ ├── quickstarts/ # 10 curated learning paths
│ ├── maps/ # AQAL competency map, crosswalks, taxonomies
│ ├── safety/ # Safety standards and facilitator qualifications
│ ├── quality/ # Instructional design protocol, evidence vetting
│ ├── implementation/ # Facilitator guides, product charter, backlog
│ ├── pilots/ # Pilot program materials
│ └── reflections/ # Daily practice templates
├── static/
├── src/
├── .github/workflows/ # CI/CD (build, security, content protocol, deploy)
└── scripts/
| Path | Description |
|---|---|
| Personal → Integral | Deepen self-awareness, reduce reactivity, build systems perspective |
| Amber → Rational | Move from rule-based to evidence-based thinking |
| Rational → Pluralistic | Bridge from analytical to multi-perspectival reasoning |
| Pluralistic → Integral | Move beyond relativism to second-tier integration |
| Cognitive Line | Develop through concrete, formal, postformal, and metasystematic cognition |
| Moral Line | Progress from preconventional through postconventional moral reasoning |
| Self Line | Navigate conformist, achiever, individualist, strategist, and postautonomous stages |
| Shadow Work | Integrate disowned aspects of self across developmental levels |
| Spiritual Line | Move through mythic, rational, pluralistic, and integral spirituality |
| State Development | Gross, subtle, causal, and nondual state practices |
Amber Mythic, Rational Orange, Pluralistic Green, Integral Teal — full stage profiles with developmental characteristics, strengths, and growth edges.
Cognitive Line, Moral Line, Self Line, Emotional Line, Spiritual Line — each with overview orientation, stage-by-stage progression modules, shadow dimensions, and practice architecture.
From foundations (persona, projection, 3-2-1 process) through advanced (collective cultural shadow, immunity to change, spiritual bypassing, the teal trap).
Gross awareness, subtle state access, causal witness, flow and peak experience, nondual orientation.
Emotion regulation, granularity, somatic correlation, appraisal and meaning-making, relational attunement.
Critical thinking, evidence evaluation, cognitive dissonance, systems consciousness, multiperspectival leadership, integral ethics, integral life practice.
Every module is held to the Instructional Design Protocol and Evidence-Vetting Checklist. CI enforces:
- Content Protocol: no hype language, required safety terms in shadow modules, AQAL token coverage
- Build: Docusaurus production build must pass
- Security: npm audit (high+), CodeQL analysis, dependency review
- Link Checking: all internal and external links validated
npm install
npm start # local dev server
npm run build # production build- Instructional Design Protocol
- AQAL Label Crosswalk
- Evidence-Vetting Checklist
- Peer Review SOP
- Shadowwork Safety Standard
- Facilitator Qualification Standard
- State Development Safety Standard
- AQAL Competency Map
- ILP Practice Taxonomy
- Implementation Backlog
Content is licensed under CC BY-SA 4.0. Code (build configuration, CI/CD) is available under the same terms where applicable.