This directory explains why the framework is shaped this way, how to evolve it, and how outside ideas are evaluated without turning the repository into a harness catalogue.
flowchart LR
H[Human learning model] --> A[Agentic Delivery]
A --> L[Learning & Ownership]
A --> R[Optional Risk Lenses]
L --> V[Installer and preservation rules]
R --> V
V --> C[Reference review and revision]
Important
Changes should strengthen understanding, ownership, verification, or maintenance while keeping the common path small. A new framework layer must remove more complexity than it adds.
ARCHITECTURE.md is the canonical description of the
framework's three layers:
- Agentic Delivery: common coding-agent collaboration behavior.
- Learning & Ownership: learning, continuity, and durable knowledge.
- Optional Risk Lenses: selective regulatory, safety, security, or similar domain guidance.
The layers have different adoption boundaries. Learning and risk guidance may be adopted into an existing agentic workflow without replacing that workflow.
| Need | Start here |
|---|---|
| understand the framework architecture | ARCHITECTURE.md |
| understand the educational direction | EDUCATION_MODEL.md |
| understand ownership and historical architecture decisions | DESIGN_NOTES.md |
| reconstruct or adapt the framework | INITIALIZE_LEARNING_FLOW.md |
| see the proposal-challenge and ambiguity routing behavior in a worked example | EXAMPLE_WALKTHROUGH.md |
| integrate an external source | references/REFERENCE_INTEGRATION.md |
| inspect installer behavior | ../scripts/README.md |
External reference reviews
Awesome Agent SkillsBest of Agent HarnessesGooseLearning flow adjustment for regulatoryPocokLitt
A reference is evidence, not a target architecture. Keep exact provenance, name value already covered locally, and retain only the smallest gap-closing delta.
Use AGENTIC_WORKFLOW_SANITY.md when changing common agent instructions or broadly loaded skills. It defines the context-budget rules and representative scenarios used to detect framework ritual and context-overflow regressions.
- Keep generic learning and repository learning behaviorally aligned through
sample/common/agentic-flow/EDUCATION.md. - Keep common engineering behavior in the Agentic Delivery layer and task procedures in skills.
- Keep Learning & Ownership independently adoptable and avoid making it a universal execution gate.
- Keep Optional Risk Lenses selective and additive.
- Keep
.local/private, ignored, and optional. - Preserve repository-authored maps, takeaways, settings, and unrelated skills during updates.
- Validate both minimal and full installations after changing manifests or managed files.
- Review the human entry points after structural changes. The root README should remain useful before any agent-facing detail is read.
Meaningful workflow closure can invoke learning-closure to decide whether a
useful insight belongs in private continuity, a learning-flow surface, or
module documentation. learning-freshness provides a periodic internal
consistency check; external-source claims require retained provenance and
external revalidation.