rhachet-roles-bhrain 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.test/genContextLogTrail.d.ts +2 -0
- package/dist/.test/genContextLogTrail.js +12 -0
- package/dist/.test/genContextLogTrail.js.map +1 -0
- package/dist/.test/genContextStitchTrail.d.ts +1 -0
- package/dist/.test/genContextStitchTrail.js +6 -0
- package/dist/.test/genContextStitchTrail.js.map +1 -0
- package/dist/.test/getContextOpenAI.d.ts +2 -0
- package/dist/.test/getContextOpenAI.js +19 -0
- package/dist/.test/getContextOpenAI.js.map +1 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.d.ts +0 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.js +2 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/Catalog.js.map +1 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.d.ts +18 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.js +3 -0
- package/dist/_topublish/domain-glossary-brief/src/domain/objects/TriageCatalog.js.map +1 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.d.ts +34 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.js +9 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Focus.js.map +1 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.d.ts +1 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.js +3 -0
- package/dist/_topublish/rhachet-roles-bhrain/src/domain/objects/Question.js.map +1 -0
- package/dist/access/sdk/sdkOpenAi.d.ts +16 -0
- package/dist/access/sdk/sdkOpenAi.js +42 -0
- package/dist/access/sdk/sdkOpenAi.js.map +1 -0
- package/dist/contract/commands/codegenBriefOptions.d.ts +1 -0
- package/dist/contract/commands/codegenBriefOptions.js +54 -0
- package/dist/contract/commands/codegenBriefOptions.js.map +1 -0
- package/dist/contract/sdk/index.d.ts +2 -0
- package/dist/contract/sdk/index.js +8 -0
- package/dist/contract/sdk/index.js.map +1 -0
- package/dist/domain.operations/artifact/asDotRhachetFile.d.ts +5 -0
- package/dist/domain.operations/artifact/asDotRhachetFile.js +16 -0
- package/dist/domain.operations/artifact/asDotRhachetFile.js.map +1 -0
- package/dist/domain.operations/artifact/genLoopFeedback.d.ts +18 -0
- package/dist/domain.operations/artifact/genLoopFeedback.js +40 -0
- package/dist/domain.operations/artifact/genLoopFeedback.js.map +1 -0
- package/dist/domain.operations/artifact/genStepArtDel.d.ts +17 -0
- package/dist/domain.operations/artifact/genStepArtDel.js +29 -0
- package/dist/domain.operations/artifact/genStepArtDel.js.map +1 -0
- package/dist/domain.operations/artifact/genStepArtSet.d.ts +14 -0
- package/dist/domain.operations/artifact/genStepArtSet.js +49 -0
- package/dist/domain.operations/artifact/genStepArtSet.js.map +1 -0
- package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.d.ts +19 -0
- package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.js +100 -0
- package/dist/domain.operations/artifact/genStepGrabCallerFeedbackToArtifact.js.map +1 -0
- package/dist/domain.operations/artifact/genStepResetFeedback.d.ts +12 -0
- package/dist/domain.operations/artifact/genStepResetFeedback.js +27 -0
- package/dist/domain.operations/artifact/genStepResetFeedback.js.map +1 -0
- package/dist/domain.operations/artifact/genStepSwapArtifact.d.ts +57 -0
- package/dist/domain.operations/artifact/genStepSwapArtifact.js +58 -0
- package/dist/domain.operations/artifact/genStepSwapArtifact.js.map +1 -0
- package/dist/domain.operations/artifact/setSkillOutputSrc.d.ts +32 -0
- package/dist/domain.operations/artifact/setSkillOutputSrc.js +99 -0
- package/dist/domain.operations/artifact/setSkillOutputSrc.js.map +1 -0
- package/dist/domain.operations/context/genStitchStreamToDisk.d.ts +13 -0
- package/dist/domain.operations/context/genStitchStreamToDisk.js +74 -0
- package/dist/domain.operations/context/genStitchStreamToDisk.js.map +1 -0
- package/dist/domain.operations/hooks/decodeDocOutputPath.d.ts +21 -0
- package/dist/domain.operations/hooks/decodeDocOutputPath.js +57 -0
- package/dist/domain.operations/hooks/decodeDocOutputPath.js.map +1 -0
- package/dist/domain.operations/hooks/execTranslateDocOutputPath.d.ts +20 -0
- package/dist/domain.operations/hooks/execTranslateDocOutputPath.js +80 -0
- package/dist/domain.operations/hooks/execTranslateDocOutputPath.js.map +1 -0
- package/dist/domain.operations/hooks/getInvokeHooks.d.ts +2 -0
- package/dist/domain.operations/hooks/getInvokeHooks.js +15 -0
- package/dist/domain.operations/hooks/getInvokeHooks.js.map +1 -0
- package/dist/domain.operations/hooks/relateDocOutputPath.d.ts +11 -0
- package/dist/domain.operations/hooks/relateDocOutputPath.js +58 -0
- package/dist/domain.operations/hooks/relateDocOutputPath.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -0
- package/dist/roles/getRoleRegistry.d.ts +8 -0
- package/dist/roles/getRoleRegistry.js +19 -0
- package/dist/roles/getRoleRegistry.js.map +1 -0
- package/dist/roles/getRoleRegistry.readme.d.ts +1 -0
- package/dist/roles/getRoleRegistry.readme.js +22 -0
- package/dist/roles/getRoleRegistry.readme.js.map +1 -0
- package/dist/roles/thinker/briefs/cognition/cog000.overview.and.premise.md +115 -0
- package/dist/roles/thinker/briefs/cognition/cog021.coordinates.spherical.md +69 -0
- package/dist/roles/thinker/briefs/cognition/cog021.metaphor.cauliflorous.md +44 -0
- package/dist/roles/thinker/briefs/cognition/cog021.metaphor.galactic_spacetravel.[article].md +42 -0
- package/dist/roles/thinker/briefs/cognition/cog021.metaphor.galactic_spacetravel.[lesson].md +60 -0
- package/dist/roles/thinker/briefs/cognition/cog021.structs.catalog.md +51 -0
- package/dist/roles/thinker/briefs/cognition/cog021.structs.treestruct.md +85 -0
- package/dist/roles/thinker/briefs/cognition/cog021.structs.vector.md +112 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.definition.md +115 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct._.md +112 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.1.spherical.md +80 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.2.abstractive.md +59 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.coords.3.descriptive.md +64 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.1.perspectives.md +88 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.2.universal.md +82 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.3.relative.md +106 -0
- package/dist/roles/thinker/briefs/cognition/cog101.concept.treestruct.persp.4.fractal.md +83 -0
- package/dist/roles/thinker/briefs/cognition/cog151.concept.treestruct.gravity.md +89 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p1.definition.md +231 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p1.examples.cont.md +82 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.acuity.md +134 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.breadth.md +151 -0
- package/dist/roles/thinker/briefs/cognition/cog201.cortal.focus.p2.depth.md +147 -0
- package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.fabric.md +96 -0
- package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.mode.md +68 -0
- package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.rythm.md +56 -0
- package/dist/roles/thinker/briefs/cognition/cog251.cortal.focus.p3.usecases.md +76 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives._.md +155 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.acuity.md +94 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.breadth.md +114 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.breadth.vary.md +105 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.1.motion.primitives.depth.md +132 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.2.motion.composites._.md +106 -0
- package/dist/roles/thinker/briefs/cognition/cog301.traversal.2.motion.composites.grammar.md +105 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.._.md +209 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.as.berries.md +168 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.as.vectors.md +74 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.1.persp.has.precision.tunable.md +80 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough._.md +99 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough.interrogative.md +108 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.1.primitives.rough.why.[article].md +55 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.2.composite.smooth._.md +83 -0
- package/dist/roles/thinker/briefs/cognition/cog401.questions.2.2.composite.smooth.examples.md +101 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives._.md +134 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.recall.md +149 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.steer.md +146 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.1.primitives.think.md +141 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.2.composites.zoom.md +127 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.3.catalogs.md +107 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang.3.grammar.md +124 -0
- package/dist/roles/thinker/briefs/cognition/cog501.cortal.assemblylang_.md +0 -0
- package/dist/roles/thinker/briefs/cognition/inflight/concept.vs.idea.md +70 -0
- package/dist/roles/thinker/briefs/cognition/inflight/core.concept.adjectives.md +8 -0
- package/dist/roles/thinker/briefs/distilisys.grammar.compressed.md +19 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.1.why.common.[article].md +32 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.1.why.term_smells.[article].md +36 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.1.why.term_smells.detection.[lesson].md +73 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.2.tactic.eliminate.[article].md +55 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.2.tactic.eliminate.[lesson].md +41 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait]._.md +66 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].balance.md +36 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].bane.md +34 -0
- package/dist/roles/thinker/briefs/grammar/gerunds.3.eliminator.[trait].boon.md +35 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_materializations.md +63 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.1.ontology.[article].frame.docs_as_references.md +45 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.2.rel.many_to_many.[article].md +37 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.3.instances.[article].md +39 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.4.documents.[article].md +37 -0
- package/dist/roles/thinker/briefs/knowledge/kno101.primitives.5.concepts.[article].md +39 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents._.[article].md +48 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents._.[catalog].md +52 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents.articles.[article].md +40 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents.catalogs.[article].md +41 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents.demos.[article].md +42 -0
- package/dist/roles/thinker/briefs/knowledge/kno201.documents.lessons.[article].md +42 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.1.refs._.[article].md +41 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.2.kernels._.[article].i1.md +50 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression.3.briefs._.[article].md +40 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression._.[article].md +90 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.compression._.[catalog].persp.garden.md +64 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[article].md +45 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].algorithm.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].color.md +56 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].empathy.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].entropy.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].gravity.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].joke.md +56 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].value.md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2._.[catalog].md +43 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.articulate.[article].md +27 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.articulate.[lesson].md +49 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.catalogize.[article].md +27 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.catalogize.[lesson].md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.demonstrate.[article].md +26 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.demonstrate.[lesson].md +49 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.lessonize.[article].md +26 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.2.lessonize.[lesson].md +54 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.kernelize._.[article].md +58 -0
- package/dist/roles/thinker/briefs/knowledge/kno301.doc.kernelize._.[lesson].md +88 -0
- package/dist/roles/thinker/briefs/knowledge/kno351.docs.are_instances.[article].md +34 -0
- package/dist/roles/thinker/briefs/knowledge/kno351.docs.recursion.[catalog].md +44 -0
- package/dist/roles/thinker/briefs/knowledge/kno401.actors.1.role.author.[article].md +36 -0
- package/dist/roles/thinker/briefs/knowledge/kno401.actors.1.role.librarian.[article].md +40 -0
- package/dist/roles/thinker/briefs/knowledge/kno401.actors.2.interdependence.[article].md +52 -0
- package/dist/roles/thinker/briefs/knowledge/kno501.doc.enbrief.catalog.structure1.[article].md +53 -0
- package/dist/roles/thinker/briefs/knowledge/kno501.doc.enbrief.catalog.structure1.[lesson].template.md +101 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.foci.ponder.que.concept/2025-08-28T02:43:27.729Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.foci.ponder.que.context/2025-08-28T02:43:27.729Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.goal/2025-08-28T02:43:27.728Z.b1869db890614951.md +3 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.md.foci.ponder.que.concept/2025-08-28T02:44:23.033Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.md.foci.ponder.que.context/2025-08-28T02:44:23.033Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/.rhachet/term.referent.md.goal/2025-08-28T02:44:23.031Z.852c92045a674148.md +4 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent/2025-08-28T02:44:30.724Z.2f5896cb587117da.md +44 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.goal.md +3 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.context/.rhachet/term.referent.md.goal.md +4 -0
- package/dist/roles/thinker/briefs/librarian.context/article.variant.vision.[article].md +60 -0
- package/dist/roles/thinker/briefs/librarian.context/term.expectation.vs_assumption._.md +60 -0
- package/dist/roles/thinker/briefs/librarian.context/term.frame.vs_perspective.[article].md +96 -0
- package/dist/roles/thinker/briefs/librarian.context/term.invariant.[article].md +29 -0
- package/dist/roles/thinker/briefs/librarian.context/term.lesson._vs_article.[article].md +36 -0
- package/dist/roles/thinker/briefs/librarian.context/term.ref._vs_brief.md +90 -0
- package/dist/roles/thinker/briefs/librarian.context/term.referent.[article].md +43 -0
- package/dist/roles/thinker/briefs/librarian.context/usage.lesson_vs_article.[lesson].md +31 -0
- package/dist/roles/thinker/briefs/librarian.context/usage.lesson_vs_article_vs_demo.[lesson].md +37 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.readme.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.feedback/2025-08-19T05:29:09.411Z.66a0b5fa5d6c4880.md +1 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.feedback/2025-08-19T05:30:52.866Z.c1ad1fe6df73a851.md +1 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.concept/2025-08-19T05:27:55.753Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.context/2025-08-19T05:27:55.754Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].i2.md.goal/2025-08-19T05:27:55.751Z.c8232988c046d948.md +10 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.concept/2025-08-19T05:26:12.617Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.context/2025-08-19T05:26:12.617Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<catalogize>.vs_diverge.[article].md.goal/2025-08-19T05:26:12.615Z.68cf5d37ff5abc75.md +4 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.foci.ponder.que.concept/2025-08-19T05:21:17.678Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.foci.ponder.que.context/2025-08-19T05:21:17.679Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.goal/2025-08-19T05:21:17.676Z.b35533aecf461c68.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-19T05:18:01.113Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-19T05:18:01.115Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>._.[article].frame.tactical.md.goal/2025-08-19T05:18:01.112Z.b35533aecf461c68.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.concept/2025-08-19T05:33:21.987Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.context/2025-08-19T05:33:21.988Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/.rhachet/<demonstrate>.tactics.[catalog].md.goal/2025-08-19T05:33:21.985Z.1f3884998db3b338.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article]/2025-08-19T05:26:25.275Z.8a56710c0bb0b7f5.md +62 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:28:06.500Z.30e7bf815db7709b.md +43 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:29:19.551Z.f4d48288c7f7b0b2.md +43 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2/2025-08-19T05:31:05.482Z.875d98d92fe452d1.md +46 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].i2.md.goal.md +10 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<catalogize>.vs_diverge.[article].md.goal.md +4 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical/2025-08-19T05:18:27.266Z.f1bb2e1f049133a5.md +64 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template/2025-08-19T05:21:27.536Z.05c9744a2208309b.md +74 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.i3.via_rhachet.with_template.md.goal.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>._.[article].frame.tactical.md.goal.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog]/2025-08-19T05:33:41.302Z.78d520797f9769bd.md +68 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/librarian.tactics/.rhachet/<demonstrate>.tactics.[catalog].md.goal.md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>._.[article].frame.cognitive.md +33 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>._.[article].frame.tactical.md +45 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.[catalog].md +83 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.concept_dimension.examples.[article][seed].md +4 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.concept_dimension.invariants.[article].md +36 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.from.examples.md +44 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.from.seed.md +48 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.with.templates.[article].md +57 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.with.templates.[gallery][review].effective.md +1 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tone.bluecollar.[article][seed].md +5 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>._.[article][seed].md +3 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>.observation.via_clusterage_over_via_imagination.[seed].md +6 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<catalogize>.vs_diverge.[article].persp.save_compute.md +46 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>._.[article].frame.colloquial.i2.by_grok.md +64 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.[catalog].md +106 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.contrast.[demo].usecase.vs_userjourney.by_chatgpt.md +45 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.counter.[demo].usecase.flyer.by_chargpt.md +38 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.counter.[demo].walkability.phoenix.by_chargpt.md +41 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].shear_force.scissors.by_grok.md +52 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].tea.darjeeling.by_grok.md +50 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].usecase.book_flight.by_grok.md +54 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].usecase.order_food.by_chatgpt.md +40 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_chatgpt.i3.md +42 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[demo].walkability.portland.by_grok.i2.md +49 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.[lesson].howto.md +28 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.example.structure.[article].i2.md +73 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.narrative.[demo].usecase.order_online.by_chatgpt.md +34 -0
- package/dist/roles/thinker/briefs/librarian.tactics/<demonstrate>.variants.walkthrough.[demo].usecase.book_online.by_chatgpt.md +47 -0
- package/dist/roles/thinker/briefs/librarian.tactics/[brief].verbiage.outline.over.narrative.md +55 -0
- package/dist/roles/thinker/briefs/logistics/term.logistics.[article].md +21 -0
- package/dist/roles/thinker/briefs/logistics/term.logistics.of_information.[article].md +22 -0
- package/dist/roles/thinker/briefs/logistics/term.logistics.of_knowledge.[article].md +29 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.acuity.md +77 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.breadth.md +74 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.depth.md +77 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.distance.md +92 -0
- package/dist/roles/thinker/briefs/physics/optics.focal.tradeoffs.md +107 -0
- package/dist/roles/thinker/briefs/style.words.lowercase.md +36 -0
- package/dist/roles/thinker/briefs/tactician/tactics.compose.traits_and_skills.[article].md +76 -0
- package/dist/roles/thinker/briefs/tactician/trait.articulation.[article].md +67 -0
- package/dist/roles/thinker/briefs/tactician/trait.purpose.[article].md +56 -0
- package/dist/roles/thinker/briefs/tactician/trait.vs_skill.[article].md +55 -0
- package/dist/roles/thinker/briefs/tactician/trait.vs_tactic.[article].md +70 -0
- package/dist/roles/thinker/briefs/terms.motive.intent.goal.md +46 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.feedback/2025-08-17T23:42:52.441Z.9b5920a5f2286358.md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.feedback/2025-08-17T23:45:56.905Z.c41b7ee6c012dca7.md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.feedback/2025-08-17T23:46:26.625Z.550b8cabb776137d.md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-17T23:39:04.903Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-17T23:40:21.876Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-17T23:45:04.183Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-17T23:39:04.904Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-17T23:40:21.877Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-17T23:45:04.183Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.goal/2025-08-17T23:39:04.900Z.f214cfb2b02fab75.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.goal/2025-08-17T23:40:21.875Z.f214cfb2b02fab75.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<cluster>._.[article].frame.tactical.md.goal/2025-08-17T23:45:04.181Z.f214cfb2b02fab75.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.concept/2025-08-18T05:06:49.996Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.context/2025-08-18T05:06:49.997Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.2.md.goal/2025-08-18T05:06:49.995Z.528e7ccdbef5d0cb.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.concept/2025-08-18T05:07:30.952Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.context/2025-08-18T05:07:30.953Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.3.md.goal/2025-08-18T05:07:30.951Z.528e7ccdbef5d0cb.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.concept/2025-08-18T05:08:11.227Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.context/2025-08-18T05:08:11.227Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.4.md.goal/2025-08-18T05:08:11.225Z.528e7ccdbef5d0cb.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.concept/2025-08-18T05:09:02.755Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.context/2025-08-18T05:09:02.756Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.5.md.goal/2025-08-18T05:09:02.754Z.508a8c044b22bfae.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.concept/2025-08-18T05:10:31.565Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.context/2025-08-18T05:10:31.566Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.6.md.goal/2025-08-18T05:10:31.563Z.528e7ccdbef5d0cb.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.feedback/2025-08-18T04:50:08.771Z.6e29435be57e631a.md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-18T04:46:51.081Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-18T04:47:37.299Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-18T05:06:06.947Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept/2025-08-18T05:11:59.370Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-18T04:46:51.082Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-18T04:47:37.300Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-18T05:06:06.948Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context/2025-08-18T05:11:59.371Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.goal/2025-08-18T04:46:51.080Z.528e7ccdbef5d0cb.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.goal/2025-08-18T04:47:37.295Z.528e7ccdbef5d0cb.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.goal/2025-08-18T05:06:06.946Z.528e7ccdbef5d0cb.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>._.[article].frame.tactical.md.goal/2025-08-18T05:11:59.369Z.516579c7a92b1b26.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.concept/2025-08-18T05:24:03.742Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.context/2025-08-18T05:24:03.743Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.grades_from_context.[article].1.md.goal/2025-08-18T05:24:03.740Z.7ea13f40fae958b9.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].2.md.feedback/2025-08-18T05:04:11.112Z.fea716c6bf1c6c9c.md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.concept/2025-08-18T05:02:13.370Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.context/2025-08-18T05:02:13.371Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].2.md.goal/2025-08-18T05:02:13.368Z.729168a4a51a9613.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.feedback/2025-08-18T04:59:17.249Z.b1420bd7f9bbf0df.md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.feedback/2025-08-18T05:00:20.066Z.4841bbfbba6596ed.md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept/2025-08-18T04:57:14.512Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept/2025-08-18T04:58:36.622Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept/2025-08-18T05:01:28.058Z.1dbacaa56e249af8.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context/2025-08-18T04:57:14.513Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context/2025-08-18T04:58:36.623Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context/2025-08-18T05:01:28.059Z.20883c047b5b3927.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.goal/2025-08-18T04:57:14.510Z.5d9b39222bdebaab.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.goal/2025-08-18T04:58:36.621Z.763f2b6f96e5eb78.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/.rhachet/<triage>.persp.implicit_question.[article].md.goal/2025-08-18T05:01:28.057Z.729168a4a51a9613.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:40:32.469Z.9a45a5da431061b7.md +69 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:43:00.496Z.e6c9d14fe7f196ad.md +86 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:45:09.820Z.496c31f5f6478ddb.md +69 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:46:02.394Z.ccbb435804f9a033.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical/2025-08-17T23:46:32.399Z.06fdb8bc5d327e89.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<cluster>._.[article].frame.tactical.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T04:47:52.480Z.a284db9ffbba3805.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T04:50:13.483Z.a284db9ffbba3805.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T05:06:18.798Z.2b58e354810a1e6d.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical/2025-08-18T05:12:09.225Z.f31c12b3cfed3c70.md +86 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2/2025-08-18T05:06:57.408Z.c68a7710adf0181d.md +71 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.2.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3/2025-08-18T05:07:43.297Z.82dd27d4f2ae7e71.md +81 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.3.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4/2025-08-18T05:08:20.573Z.19580b96c25a8226.md +77 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.4.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5/2025-08-18T05:09:06.597Z.523fa2836b3552d3.md +66 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.5.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6/2025-08-18T05:10:40.958Z.699e0e76881302b5.md +65 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.6.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>._.[article].frame.tactical.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1/2025-08-18T05:24:12.067Z.79b6025bbedf68c2.md +48 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.grades_from_context.[article].1.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:57:24.261Z.a3e52f604602d423.md +70 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:58:44.342Z.92ba73d496dee2fd.md +64 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T04:59:24.899Z.49858373ac837709.md +64 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T05:00:28.230Z.17eef006aff2c2e2.md +64 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article]/2025-08-18T05:01:38.340Z.9b64674c53f1407d.md +72 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2/2025-08-18T05:02:20.019Z.ec140a5feadeddb3.md +58 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2/2025-08-18T05:04:14.999Z.d3ae0f1e525de35b.md +65 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].2.md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.concept.md +13 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.foci.ponder.que.context.md +12 -0
- package/dist/roles/thinker/briefs/thinker.tactics/.rhachet/<triage>.persp.implicit_question.[article].md.goal.md +3 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<cluster>._.[article].frame.tactical._.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<cluster>.vs_<diverge>.duality.[article].md +43 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<diverge>._.[article].frame.cognitive.[seed].md +4 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<diverge>._.[article].frame.tactical.md +89 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<elaborate>_vs_<elucidate>.[seed].md +1 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[article].md +113 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[gallery].plumber.diagnose.md +130 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>._.[gallery].thinker.enquestion.md +125 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<enquestion>.tactic.perspectives.[article].md +36 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<triage>._.[article].frame.tactical.md +85 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<triage>.persp.grades_from_context.[article].md +48 -0
- package/dist/roles/thinker/briefs/thinker.tactics/<triage>.persp.implicit_question.[article].md +65 -0
- package/dist/roles/thinker/briefs/trait.chillnature.md +14 -0
- package/dist/roles/thinker/briefs/trait.ocd.md +5 -0
- package/dist/roles/thinker/briefs/worders/core.matmuls_vecmuls_elemuls.md +93 -0
- package/dist/roles/thinker/briefs/worders/core.transformers.as_origin.md +62 -0
- package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[article].md +93 -0
- package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[demo].ambig.bank.md +80 -0
- package/dist/roles/thinker/briefs/worders/core.transformers.self_attention.[demo].cat_sat.md +67 -0
- package/dist/roles/thinker/briefs/worders/force.repeat_input_structures.md +48 -0
- package/dist/roles/thinker/briefs/worders/knowledge.interdependence.[article].md +37 -0
- package/dist/roles/thinker/briefs/worders/knowledge.interdependence.[demo].domain.physics.md +30 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[article].artist_vs_librarian.md +44 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[demo].artist_vs_librarian.md +37 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internal_vs_external.[demo].domain.physics.md +39 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internalized.[article].md +35 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].artist.md +36 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].neural.md +37 -0
- package/dist/roles/thinker/briefs/worders/knowledge.internalized.[demo].pianist.md +34 -0
- package/dist/roles/thinker/briefs/worders/limits.rhyme.md +46 -0
- package/dist/roles/thinker/briefs/worders/limits.spell.md +49 -0
- package/dist/roles/thinker/briefs/worders/teach.via.library.examples.md +28 -0
- package/dist/roles/thinker/briefs/worders/teach.via.library.explanations_vs_examples.md +40 -0
- package/dist/roles/thinker/briefs/worders/trend.prefer_reuse.[seed].md +10 -0
- package/dist/roles/thinker/getThinkerBrief.Options.codegen.d.ts +10 -0
- package/dist/roles/thinker/getThinkerBrief.Options.codegen.js +204 -0
- package/dist/roles/thinker/getThinkerBrief.Options.codegen.js.map +1 -0
- package/dist/roles/thinker/getThinkerBrief.d.ts +13 -0
- package/dist/roles/thinker/getThinkerBrief.js +21 -0
- package/dist/roles/thinker/getThinkerBrief.js.map +1 -0
- package/dist/roles/thinker/getThinkerRole.d.ts +2 -0
- package/dist/roles/thinker/getThinkerRole.js +54 -0
- package/dist/roles/thinker/getThinkerRole.js.map +1 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.d.ts +59 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.js +97 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.js.map +1 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.d.ts +30 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.js +125 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.skill.js.map +1 -0
- package/dist/roles/thinker/skills/brief.articulate/stepArticulate.template.md +120 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.d.ts +54 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.js +74 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.js.map +1 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.d.ts +28 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.js +124 -0
- package/dist/roles/thinker/skills/brief.catalogize/stepCatalogize.skill.js.map +1 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.d.ts +59 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.js +103 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.js.map +1 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.d.ts +30 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.js +138 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.skill.js.map +1 -0
- package/dist/roles/thinker/skills/brief.demonstrate/stepDemonstrate.template.md +135 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.d.ts +57 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.js +91 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.js.map +1 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.d.ts +29 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.js +127 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.skill.js.map +1 -0
- package/dist/roles/thinker/skills/khue.cluster/stepCluster.template.md +134 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.d.ts +57 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.js +92 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.js.map +1 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.d.ts +29 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.js +112 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.skill.js.map +1 -0
- package/dist/roles/thinker/skills/khue.diverge/stepDiverge.template.md +110 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.d.ts +55 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.js +75 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.js.map +1 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.d.ts +28 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.js +136 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.skill.js.map +1 -0
- package/dist/roles/thinker/skills/khue.instantiate/stepInstantiate.template.md +73 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.d.ts +57 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.js +93 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.js.map +1 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.d.ts +29 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.js +127 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.skill.js.map +1 -0
- package/dist/roles/thinker/skills/khue.triage/stepTriage.template.md +128 -0
- package/license.md +21 -0
- package/package.json +104 -0
- package/readme.md +91 -0
package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].gravity.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# π§© .brief.demo: `brief archetypes` via `gravity`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
the same set of **instances** (πΉ falling apple, π moonβs orbit, π ocean tides) can be compressed into different **brief archetypes**.
|
|
5
|
+
each archetype demonstrates the concept of **gravity** through a distinct treatment: definitional, organizational, relational, or pedagogical.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π brief.article β definitional
|
|
10
|
+
**treatment:** clarify *what gravity is*
|
|
11
|
+
**content:**
|
|
12
|
+
- defines gravity as the universal attraction between masses
|
|
13
|
+
- relates with the apple falling and the moon orbiting
|
|
14
|
+
- explains its significance for physics and daily life
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## ποΈ brief.catalog β organizational
|
|
19
|
+
**treatment:** map *how gravity manifests across cases*
|
|
20
|
+
**content:**
|
|
21
|
+
- terrestrial gravity (apple falling, objects pulled to Earth)
|
|
22
|
+
- celestial gravity (moon orbit, planetary motion)
|
|
23
|
+
- tidal gravity (ocean tides pulled by the moon)
|
|
24
|
+
- relates these diverse phenomena under one principle
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## π¬ brief.demo β relational
|
|
29
|
+
**treatment:** show *how one instance exemplifies gravity*
|
|
30
|
+
**content:**
|
|
31
|
+
- takes the falling apple as the focal instance
|
|
32
|
+
- relates it to the same force governing planetary orbits
|
|
33
|
+
- bridges the link between a simple case and a universal concept
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## π brief.lesson β pedagogical
|
|
38
|
+
**treatment:** guide *how to learn gravity step by step*
|
|
39
|
+
**content:**
|
|
40
|
+
1. observe a dropped apple (instance of falling objects)
|
|
41
|
+
2. compare to the moonβs orbit (celestial instance)
|
|
42
|
+
3. connect both to Newtonβs principle of universal gravitation
|
|
43
|
+
4. practice with examples (why we stay grounded, why tides shift)
|
|
44
|
+
- relates concrete cases to the abstract principle
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## β¨ insight
|
|
49
|
+
- π **article** defines
|
|
50
|
+
- ποΈ **catalog** organizes
|
|
51
|
+
- π¬ **demo** exemplifies
|
|
52
|
+
- π **lesson** teaches
|
|
53
|
+
|
|
54
|
+
all four compress instances into different treatments β each **relating gravity** in a way tailored to definition, organization, exemplification, or pedagogy.
|
package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].joke.md
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# π§© .brief.demo: `brief archetypes via joke`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
the same **instances** (π a knock-knock pun, π an anti-joke with no punchline, π€ a stand-up routine, π€‘ a slapstick gag) can be compressed into different **brief archetypes**.
|
|
5
|
+
this demo shows how the concept of a **joke** is materialized differently depending on the treatment: definitional, organizational, relational, or pedagogical.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π brief.article β definitional
|
|
10
|
+
**treatment:** clarify *what a joke is*
|
|
11
|
+
**content:**
|
|
12
|
+
- defines a joke as a **short narrative, phrase, or act designed to elicit humor**, often by subverting expectation
|
|
13
|
+
- relates with the form of a pun (wordplay that flips meaning) and slapstick (physical incongruity)
|
|
14
|
+
- explains how jokes rely on **setup β punchline**, timing, and audience context
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## ποΈ brief.catalog β organizational
|
|
19
|
+
**treatment:** map *how jokes vary*
|
|
20
|
+
**content:**
|
|
21
|
+
- **verbal jokes** β puns, one-liners, riddles
|
|
22
|
+
- **narrative jokes** β anecdotes, shaggy-dog stories
|
|
23
|
+
- **performative jokes** β slapstick, stand-up, pranks
|
|
24
|
+
- **meta-jokes** β anti-jokes, self-referential humor
|
|
25
|
+
- relates these forms as variations on incongruity, timing, and audience expectation
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## π¬ brief.demo β relational
|
|
30
|
+
**treatment:** show *how one instance exemplifies a joke*
|
|
31
|
+
**content:**
|
|
32
|
+
- takes a **knock-knock pun** as the focal instance
|
|
33
|
+
- relates how it sets up a predictable pattern, then subverts it with wordplay in the punchline
|
|
34
|
+
- bridges the simple case to the general principle: humor often arises from expectation + violation
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## π brief.lesson β pedagogical
|
|
39
|
+
**treatment:** guide *how to learn jokes step by step*
|
|
40
|
+
**content:**
|
|
41
|
+
1. observe a simple riddle with an expected answer
|
|
42
|
+
2. replace the expected answer with a surprising one β feel the shift
|
|
43
|
+
3. practice with puns (homophones, double meanings)
|
|
44
|
+
4. try delivering timing-based humor (pause before punchline)
|
|
45
|
+
5. reflect on audience response to refine delivery
|
|
46
|
+
- relates stepwise practice to the general principle of setup, timing, and incongruity
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## β¨ insight
|
|
51
|
+
- π **article** defines joke
|
|
52
|
+
- ποΈ **catalog** organizes joke types
|
|
53
|
+
- π¬ **demo** exemplifies joke via a single pun
|
|
54
|
+
- π **lesson** teaches joke-telling as a learnable skill
|
|
55
|
+
|
|
56
|
+
this demo shows how the everyday concept of a **joke** can be materialized through brief archetypes, each relating shared instances in a distinct way.
|
package/dist/roles/thinker/briefs/knowledge/kno301.doc.enbrief.1.from_instances.[demo].value.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# π§© .brief.demo: `brief archetypes via value`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
the same set of **instances** (π΅ a productβs price tag, β€οΈ choosing family over work, βοΈ a debate on justice) can be compressed into different **brief archetypes**.
|
|
5
|
+
this demo shows how the concept of **value** is materialized differently depending on the treatment: definitional, organizational, relational, or pedagogical.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π brief.article β definitional
|
|
10
|
+
**treatment:** clarify *what value is*
|
|
11
|
+
**content:**
|
|
12
|
+
- defines value as the measure of worth or importance attributed to something
|
|
13
|
+
- relates with the instances of a price tag on goods and the prioritization of relationships
|
|
14
|
+
- explains how value operates across economic, ethical, and personal domains
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## ποΈ brief.catalog β organizational
|
|
19
|
+
**treatment:** map *how value manifests across cases*
|
|
20
|
+
**content:**
|
|
21
|
+
- **economic value** β exchange worth (price of a good)
|
|
22
|
+
- **moral value** β ethical priority (justice, fairness)
|
|
23
|
+
- **personal value** β subjective importance (family, love, passion)
|
|
24
|
+
- relates these as distinct yet overlapping forms of the concept of value
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## π¬ brief.demo β relational
|
|
29
|
+
**treatment:** show *how one instance exemplifies value*
|
|
30
|
+
**content:**
|
|
31
|
+
- takes the example of choosing family over work
|
|
32
|
+
- relates this decision to the broader concept of personal value
|
|
33
|
+
- bridges the specific case to the general principle that humans assign worth beyond money
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## π brief.lesson β pedagogical
|
|
38
|
+
**treatment:** guide *how to learn value step by step*
|
|
39
|
+
**content:**
|
|
40
|
+
1. examine a productβs price as an instance of economic value
|
|
41
|
+
2. compare it with moral debates (justice vs expedience)
|
|
42
|
+
3. reflect on personal decisions (time with loved ones vs career ambition)
|
|
43
|
+
4. connect these examples to the general principle that βvalueβ is the attribution of worth across domains
|
|
44
|
+
- relates concrete experiences to the abstract principle of value
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## β¨ insight
|
|
49
|
+
- π **article** defines value as worth
|
|
50
|
+
- ποΈ **catalog** organizes its types
|
|
51
|
+
- π¬ **demo** exemplifies value in a single case
|
|
52
|
+
- π **lesson** teaches value as a learnable, multi-domain concept
|
|
53
|
+
|
|
54
|
+
this demo shows how a contested and multifaceted concept like **value** can still be materialized through brief archetypes, each relating the same set of instances in a distinct way.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# π§© .brief.catalog: `mechanisms of document instantiation`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
each document archetype (π article, ποΈ catalog, π¬ demo, π lesson) corresponds to a **mechanism** that materializes a concept in that form.
|
|
5
|
+
this catalog organizes the four mechanisms β **articulate, catalogize, demonstrate, lessonize** β showing how they function in parallel.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π articulate β articles (definitional treatment)
|
|
10
|
+
- **mechanism:** materializes a concept *as* an article
|
|
11
|
+
- **function:** defines the concept, sets boundaries, clarifies meaning
|
|
12
|
+
- **example:** articulating βsymmetryβ by defining invariance under transformations and relating with butterfly wings, squares, and musical phrases
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## ποΈ catalogize β catalogs (organizational treatment)
|
|
17
|
+
- **mechanism:** materializes a concept *as* a catalog
|
|
18
|
+
- **function:** organizes instances into groups, categories, or dimensions
|
|
19
|
+
- **example:** catalogizing βmemoryβ into short-term vs long-term, then declarative vs procedural
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## π¬ demonstrate β demos (relational treatment)
|
|
24
|
+
- **mechanism:** materializes a concept *as* a demo
|
|
25
|
+
- **function:** shows how an instance exemplifies the concept, bridging abstract and concrete
|
|
26
|
+
- **example:** demonstrating βwalkabilityβ by relating the city of Portlandβs sidewalks, mixed-use zoning, and transit integration to the broader concept
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
## π lessonize β lessons (pedagogical treatment)
|
|
31
|
+
- **mechanism:** materializes a concept *as* a lesson
|
|
32
|
+
- **function:** builds a scaffolded progression of steps and practices for learning
|
|
33
|
+
- **example:** lessonizing βgravityβ into a sequence: dropping an apple β comparing orbits β stating Newtonβs law β practicing with tides
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## β¨ insight
|
|
38
|
+
- π **articulate** defines concepts
|
|
39
|
+
- ποΈ **catalogize** organizes concepts
|
|
40
|
+
- π¬ **demonstrate** exemplifies concepts
|
|
41
|
+
- π **lessonize** teaches concepts
|
|
42
|
+
|
|
43
|
+
together, these mechanisms form the **system of document instantiation**: four complementary ways to materialize concepts by arranging instances into communicable form.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# π§© .brief.article: `articulate`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**articulate** is the mechanism that **instantiates articles**: it materializes a concept as a definitional treatment that clarifies *what it is*.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## π¬ definition
|
|
9
|
+
- **mechanism:** the materialization of a concept *as* article form.
|
|
10
|
+
- **function:** provides definition, boundary-setting, and explanation so the concept becomes clear and communicable.
|
|
11
|
+
- **distinction:** articulation describes *what an article is*; articulating performs the *instantiation* of an article.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## π examples
|
|
16
|
+
- to articulate βsymmetry,β one defines it as **invariance under transformation**, relating with instances like butterfly wings and geometric rotations.
|
|
17
|
+
- to articulate βleadership,β one defines it as **the capacity to influence and coordinate others**, relating with instances like historical figures or everyday group dynamics.
|
|
18
|
+
- to articulate βentropy,β one defines it as **a measure of multiplicity/uncertainty**, relating with ice melting or shuffled cards.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## β¨ insight
|
|
23
|
+
**articulate** is the bridge between **concept and definition**:
|
|
24
|
+
- it is the **mechanism** of clarifying meaning and boundaries.
|
|
25
|
+
- it ensures that articles are not anecdotes but **systematic materializations** of conceptual definition.
|
|
26
|
+
|
|
27
|
+
in knowledge architecture, **articulate** sits alongside mechanisms like **catalogize** (catalogs), **demonstrate** (demos), and **lessonize** (lessons), each materializing concepts in a distinct document mode.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# π§© .brief.lesson: `how to articulate an article`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
an **article** is a document that gives a **definitional treatment** of a concept: it clarifies *what the concept is*, often by setting boundaries, tracing meaning, and relating to representative instances.
|
|
5
|
+
this lesson shows step by step how to **articulate an article** effectively.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π steps
|
|
10
|
+
|
|
11
|
+
1. **identify the concept**
|
|
12
|
+
- choose the subject of articulation (e.g., βsymmetryβ)
|
|
13
|
+
- state it clearly in one sentence as the anchor
|
|
14
|
+
|
|
15
|
+
2. **define the essence**
|
|
16
|
+
- provide a concise definition: *what it is at its core*
|
|
17
|
+
- ensure the definition distinguishes the concept from related ones
|
|
18
|
+
|
|
19
|
+
3. **relate with instances**
|
|
20
|
+
- select 1β3 representative cases that make the definition tangible
|
|
21
|
+
- show how each instance fits the boundaries of the concept
|
|
22
|
+
|
|
23
|
+
4. **contextualize**
|
|
24
|
+
- situate the concept in a larger frame: its domain, contrasts, or history
|
|
25
|
+
- explain why the concept matters or how it functions in practice
|
|
26
|
+
|
|
27
|
+
5. **compress into structure**
|
|
28
|
+
- arrange into a few short, well-ordered paragraphs
|
|
29
|
+
- ensure clarity, minimal noise, maximum signal
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## π example: articulate an article on βsymmetryβ
|
|
34
|
+
|
|
35
|
+
- **definition:** symmetry is a structural property where an object remains invariant under a transformation (e.g., reflection, rotation).
|
|
36
|
+
- **instances:** butterfly wings (reflection), square (rotation), musical phrase (repetition).
|
|
37
|
+
- **context:** symmetry is central in mathematics, physics, and aesthetics; it reveals order and regularity in systems.
|
|
38
|
+
- **compression:** three paragraphs, moving from definition β examples β significance.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## β¨ insight
|
|
43
|
+
to articulate an article:
|
|
44
|
+
- start with a **clear definition**
|
|
45
|
+
- **relate with key instances** to ground it
|
|
46
|
+
- **situate in context** for meaning
|
|
47
|
+
- **compress** into structured paragraphs for clarity
|
|
48
|
+
|
|
49
|
+
this sequence ensures the article functions as a **definitional treatment** that makes the concept graspable and transmissible.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# π§© .brief.article: `catalogize`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**catalogize** is the mechanism that **instantiates catalogs**: it materializes a concept as an organizational treatment that maps how its instances or sub-concepts relate within a system.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## π¬ definition
|
|
9
|
+
- **mechanism:** the materialization of a concept *as* catalog form.
|
|
10
|
+
- **function:** organizes instances into clusters, categories, or hierarchies to reveal structure and variation.
|
|
11
|
+
- **distinction:** articulation describes *what a catalog is*; catalogizing performs the *instantiation* of a catalog.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## π examples
|
|
16
|
+
- to catalogize βmemory,β one groups instances into **short-term vs. long-term**, then subdivides into **declarative vs. procedural**.
|
|
17
|
+
- to catalogize βcolor,β one organizes by **hue, saturation, brightness** or by **additive vs. subtractive models**.
|
|
18
|
+
- to catalogize βjokes,β one maps types like **puns, anecdotes, slapstick, anti-jokes**.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## β¨ insight
|
|
23
|
+
**catalogize** is the bridge between **concept and structure**:
|
|
24
|
+
- it is the **mechanism** of arranging instances to make a system visible.
|
|
25
|
+
- it ensures that catalogs are not random lists but **systematic materializations** of conceptual organization.
|
|
26
|
+
|
|
27
|
+
in knowledge architecture, **catalogize** sits alongside mechanisms like **articulate** (articles), **demonstrate** (demos), and **lessonize** (lessons), each materializing concepts in a distinct document mode.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# π§© .brief.lesson: `how to catalogize a catalog`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
a **catalog** is a document that gives an **organizational treatment** of a concept: it maps *how instances or sub-concepts relate* within a system.
|
|
5
|
+
this lesson shows step by step how to **catalogize a catalog** β i.e., how to instantiate a catalog so its structure clearly materializes the concept.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π steps
|
|
10
|
+
|
|
11
|
+
1. **identify the scope**
|
|
12
|
+
- choose the domain of organization (e.g., βtypes of memoryβ)
|
|
13
|
+
- define boundaries: what belongs in the catalog, what doesnβt
|
|
14
|
+
|
|
15
|
+
2. **collect instances**
|
|
16
|
+
- gather relevant cases or sub-concepts
|
|
17
|
+
- ensure diversity, so the catalog reflects breadth
|
|
18
|
+
|
|
19
|
+
3. **group by principle**
|
|
20
|
+
- decide the organizing logic (taxonomy, dimensions, categories, functions)
|
|
21
|
+
- examples: short-term vs long-term memory; declarative vs procedural
|
|
22
|
+
|
|
23
|
+
4. **name and order clusters**
|
|
24
|
+
- assign clear labels to each group
|
|
25
|
+
- order them logically (hierarchy, chronology, continuum, network)
|
|
26
|
+
|
|
27
|
+
5. **compress into structure**
|
|
28
|
+
- write each group with a short description
|
|
29
|
+
- present the whole as a coherent, navigable map
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## π example: catalogize a catalog of βmemoryβ
|
|
34
|
+
|
|
35
|
+
- **scope:** human memory
|
|
36
|
+
- **instances:** remembering a phone number, recalling facts, knowing how to ride a bike
|
|
37
|
+
- **groups:**
|
|
38
|
+
- **short-term memory** β holding a phone number briefly
|
|
39
|
+
- **long-term memory** β stored knowledge and skills
|
|
40
|
+
- **declarative** (facts/events)
|
|
41
|
+
- **procedural** (skills/habits)
|
|
42
|
+
- **compression:** sections for each cluster, presented hierarchically
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## β¨ insight
|
|
47
|
+
to catalogize a catalog:
|
|
48
|
+
- **scope** defines whatβs included
|
|
49
|
+
- **instances** supply the raw material
|
|
50
|
+
- **grouping principles** shape the structure
|
|
51
|
+
- **labels + order** make it navigable
|
|
52
|
+
- **compression** ensures clarity
|
|
53
|
+
|
|
54
|
+
a catalog succeeds when it reveals the **systematic structure** of a concept, turning scattered instances into an organized map.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# π§© .brief.article: `demonstrate`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**demonstrate** is the mechanism that **instantiates demos**: it materializes a concept as a relational treatment that shows how an instance exemplifies that concept.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## π¬ definition
|
|
9
|
+
- **mechanism:** the materialization of a concept *as* demo form.
|
|
10
|
+
- **function:** reveals the concept through a chosen instance, making the abstract visible and graspable.
|
|
11
|
+
- **distinction:** articulation describes *what a demo is*; demonstrating performs the *instantiation* of a demo.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## π examples
|
|
16
|
+
- to demonstrate βwalkability,β one presents Portland as the focal instance, relating its sidewalks, mixed-use layout, and transit integration to the broader concept.
|
|
17
|
+
- to demonstrate βempathy,β one spotlights a nurse comforting a patient, relating this specific act of care to the general principle of understanding and sharing anotherβs feelings.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## β¨ insight
|
|
22
|
+
**demonstrate** is the bridge between **concept and exemplar**:
|
|
23
|
+
- it is the **mechanism** of showing concepts *in action* through instances.
|
|
24
|
+
- it ensures that demos are not just anecdotes but **systematic materializations** of conceptβinstance relations.
|
|
25
|
+
|
|
26
|
+
in knowledge architecture, **demonstrate** sits alongside mechanisms like **articulate** (articles), **catalogize** (catalogs), and **lessonize** (lessons), each materializing concepts in a distinct document mode.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# π§© .brief.lesson: `how to demonstrate a demo`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
a **demo** is a document that gives a **relational treatment** of a concept: it shows *how an instance exemplifies a concept*.
|
|
5
|
+
this lesson explains how to **demonstrate a demo** β i.e., how to instantiate a demo so the connection between instance and concept is maximally clear.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π steps
|
|
10
|
+
|
|
11
|
+
1. **select the concept**
|
|
12
|
+
- identify the abstraction you want to materialize (e.g., βresilienceβ).
|
|
13
|
+
|
|
14
|
+
2. **choose a focal instance**
|
|
15
|
+
- pick a concrete, vivid case (e.g., a tree bending in strong wind).
|
|
16
|
+
- ensure it is representative enough to reveal the concept.
|
|
17
|
+
|
|
18
|
+
3. **frame the relation**
|
|
19
|
+
- state directly how the instance demonstrates the concept.
|
|
20
|
+
- highlight the relational link (instance β concept).
|
|
21
|
+
|
|
22
|
+
4. **situate in context**
|
|
23
|
+
- explain why this instance is a strong example.
|
|
24
|
+
- connect to broader relevance (domain, application, meaning).
|
|
25
|
+
|
|
26
|
+
5. **compress articulation**
|
|
27
|
+
- keep it concise: usually 2β3 paragraphs.
|
|
28
|
+
- remove noise, emphasize clarity of the instanceβconcept link.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## π example: demonstrating a demo of βresilienceβ
|
|
33
|
+
|
|
34
|
+
- **concept:** resilience
|
|
35
|
+
- **instance:** a tree bending in strong wind
|
|
36
|
+
- **relation:** the bending tree demonstrates resilience by showing flexibility under force without breaking.
|
|
37
|
+
- **context:** this everyday natural instance captures the broader human/social concept of adapting to stress.
|
|
38
|
+
- **compression:** two short paragraphs clearly tying instance β concept.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## β¨ insight
|
|
43
|
+
to demonstrate a demo:
|
|
44
|
+
- pick a **clear instance**
|
|
45
|
+
- articulate its **relation to the concept**
|
|
46
|
+
- situate it in **context**
|
|
47
|
+
- keep the link **compressed and clear**
|
|
48
|
+
|
|
49
|
+
a demo succeeds when the audience can see the **abstract concept made visible** through a single, well-chosen instance.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# π§© .brief.article: `lessonize`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**lessonize** is the mechanism that **instantiates lessons**: it materializes a concept as a structured pedagogical treatment that guides learning.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## π¬ definition
|
|
9
|
+
- **mechanism:** the materialization of a concept into lesson form.
|
|
10
|
+
- **function:** provides a scaffolded sequence of steps, examples, and practices so the learner can internalize the concept.
|
|
11
|
+
- **distinction:** articulation describes *what a lesson is*; lessonizing performs the *instantiation* of a lesson.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## π examples
|
|
16
|
+
- to lessonize βgravity,β one designs a sequence moving from dropping an apple β comparing planetary orbits β explaining Newtonβs law β practicing with tidal predictions.
|
|
17
|
+
- to lessonize βempathy,β one builds a progression from observing a friendβs feelings β practicing perspective-taking β responding β reflecting on the effect.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## β¨ insight
|
|
22
|
+
**lessonize** is the bridge between concept and pedagogy:
|
|
23
|
+
- it is the **mechanism** of turning raw content into structured learning.
|
|
24
|
+
- it ensures that lessons are not improvised but **instantiated systematically**.
|
|
25
|
+
|
|
26
|
+
in knowledge architecture, lessonize sits alongside other mechanisms (e.g., *articulate, catalogize, demonstrate*) as a specific process for **pedagogical materialization**.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# π§© .brief.lesson: `how to lessonize a lesson`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
a **lesson** is a document that gives a **pedagogical treatment** of a concept: it guides *how the concept is learned and practiced* through structured progression.
|
|
5
|
+
this lesson explains how to **lessonize a lesson** β i.e., how to instantiate a lesson so it effectively scaffolds understanding.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## π steps
|
|
10
|
+
|
|
11
|
+
1. **define the learning goal**
|
|
12
|
+
- specify what the learner should understand or be able to do at the end.
|
|
13
|
+
- e.g., βlearn how photosynthesis works.β
|
|
14
|
+
|
|
15
|
+
2. **choose core instances**
|
|
16
|
+
- gather examples or cases that ground the concept.
|
|
17
|
+
- ensure variety: simple β complex, familiar β abstract.
|
|
18
|
+
|
|
19
|
+
3. **sequence the progression**
|
|
20
|
+
- order steps to move from known β new, concrete β abstract.
|
|
21
|
+
- each step should build on the previous one.
|
|
22
|
+
|
|
23
|
+
4. **embed practice and reflection**
|
|
24
|
+
- include questions, exercises, or thought experiments.
|
|
25
|
+
- encourage learners to test and reinforce understanding.
|
|
26
|
+
|
|
27
|
+
5. **compress into a clear arc**
|
|
28
|
+
- keep the lesson a few paragraphs or steps, not sprawling.
|
|
29
|
+
- highlight transitions between steps so the flow is obvious.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## π example: lessonizing a lesson on βphotosynthesisβ
|
|
34
|
+
|
|
35
|
+
- **goal:** understand how plants convert sunlight into energy.
|
|
36
|
+
- **instances:** observing a leaf, recalling oxygen release, examining energy diagrams.
|
|
37
|
+
- **sequence:**
|
|
38
|
+
1. start with observation of leaves and sunlight.
|
|
39
|
+
2. explain chlorophyll capturing light.
|
|
40
|
+
3. show the chemical reaction (COβ + HβO β glucose + Oβ).
|
|
41
|
+
4. connect to everyday significance (oxygen supply, food chain).
|
|
42
|
+
- **practice:** sketch the process or explain it in simple terms to a peer.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## β¨ insight
|
|
47
|
+
to lessonize a lesson:
|
|
48
|
+
- set a **clear goal**
|
|
49
|
+
- select **grounding instances**
|
|
50
|
+
- create a **progression** that builds understanding
|
|
51
|
+
- add **practice and reflection**
|
|
52
|
+
- keep the arc **compressed but complete**
|
|
53
|
+
|
|
54
|
+
a lesson succeeds when it transforms **instances into a structured pathway**, enabling the learner to grasp and retain the concept.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# π§© .brief.article: `<kernelize>`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**<kernelize>** is the mechanism that extracts π± **doc.kernels** from any π **doc**.
|
|
5
|
+
it reduces unstructured or expansive material into **atomic expressions**, each carrying **one concept**.
|
|
6
|
+
where a π doc may hold many tangled ideas, <kernelize> isolates them into minimal, portable seeds.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## π― purpose
|
|
11
|
+
- **distill**: strip away noise, phrasing, and redundancy
|
|
12
|
+
- **separate**: untangle multiple ideas into discrete units
|
|
13
|
+
- **stabilize**: preserve the integrity of each concept in its minimal viable form
|
|
14
|
+
- **prepare**: create fertile, portable kernels for use in π refs, πͺ΄ briefs, or new π docs
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## βοΈ properties
|
|
19
|
+
- **one concept only** β every kernel carries exactly one concept
|
|
20
|
+
- **atomic** β irreducible without breaking the idea
|
|
21
|
+
- **fertile** β can grow into larger articulations (briefs, essays, treatises)
|
|
22
|
+
- **portable** β reusable across different contexts and documents
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
26
|
+
## π examples
|
|
27
|
+
|
|
28
|
+
### βοΈ gravity
|
|
29
|
+
source doc: *βthe reason the apple falls is because earth pulls on it with a force β and in fact, any two masses in the universe attract each other.β*
|
|
30
|
+
kernels extracted:
|
|
31
|
+
- π± `earth pulls on the apple`
|
|
32
|
+
- π± `any two masses attract each other`
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
### π΅ music
|
|
37
|
+
source doc: *βmusic happens when sounds are arranged in rhythm and melody, and harmony is what gives it depth.β*
|
|
38
|
+
kernels extracted:
|
|
39
|
+
- π± `organized sound creates aesthetic experience`
|
|
40
|
+
- π± `rhythm and melody distinguish music from noise`
|
|
41
|
+
- π± `harmony creates depth in music`
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
### π§© triangle
|
|
46
|
+
source doc: *βa triangle is a polygon with three sides, three angles, and the sum of its angles is 180Β°.β*
|
|
47
|
+
kernels extracted:
|
|
48
|
+
- π± `a triangle has three sides`
|
|
49
|
+
- π± `a triangle has three angles`
|
|
50
|
+
- π± `the sum of a triangleβs angles is 180Β°`
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## β¨ insight
|
|
55
|
+
- π docs contain many concepts, often entangled.
|
|
56
|
+
- **<kernelize>** untangles and harvests them into π± kernels.
|
|
57
|
+
- kernels are the **minimal carriers of meaning** β richer than π refs, smaller than πͺ΄ briefs.
|
|
58
|
+
- they are the foundation of concept portability, indexing, and recomposition across the document ecosystem.
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# π§© .brief.lesson: `how to <kernelize>`
|
|
2
|
+
|
|
3
|
+
## π‘ concept
|
|
4
|
+
**<kernelize>** is the practice of extracting π± **doc.kernels** β the atomic, fertile units of concepts β from any π **doc**.
|
|
5
|
+
most docs contain **many concepts**, often mixed together.
|
|
6
|
+
the goal of <kernelize> is to harvest **each concept individually** in its minimal viable form.
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## π― learning goals
|
|
11
|
+
- recognize that a single doc typically contains **multiple concepts**
|
|
12
|
+
- practice isolating and extracting **one kernel per concept**
|
|
13
|
+
- compare kernels to π refs (pointers) and πͺ΄ briefs (structured articulations)
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## π οΈ method
|
|
18
|
+
|
|
19
|
+
### step 1: scan for concepts
|
|
20
|
+
- read through the π doc (transcript, notes, essay, article).
|
|
21
|
+
- underline every sentence or clause that carries a **distinct idea**.
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
### step 2: isolate each idea
|
|
26
|
+
- separate intertwined sentences into discrete conceptual units.
|
|
27
|
+
- treat each idea as a candidate for its own kernel.
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
### step 3: reduce to the irreducible
|
|
32
|
+
- rewrite each idea in its **shortest viable form**.
|
|
33
|
+
- test: *if I cut further, does the concept break?*
|
|
34
|
+
- keep only **one concept per kernel**.
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
### step 4: declare as kernels
|
|
39
|
+
- format each idea as a π± **doc.kernel**.
|
|
40
|
+
- a single doc may yield a **set of kernels** β one per concept.
|
|
41
|
+
|
|
42
|
+
---
|
|
43
|
+
|
|
44
|
+
## π practice examples
|
|
45
|
+
|
|
46
|
+
### βοΈ gravity (from a lecture transcript)
|
|
47
|
+
> *βso, basically, the reason the apple falls is because earth pulls on it with a force β and actually, any two masses in the universe attract each other, thatβs Newtonβs big insight.β*
|
|
48
|
+
|
|
49
|
+
kernels extracted:
|
|
50
|
+
- π± `earth pulls on the apple`
|
|
51
|
+
- π± `any two masses attract each other`
|
|
52
|
+
- π± `Newton identified universal gravitation as a key insight`
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
### π΅ music (from a conversation)
|
|
57
|
+
> *βwhen you line up sounds in rhythm and melody, suddenly it feels like music instead of just noise. and harmony is what makes it feel rich.β*
|
|
58
|
+
|
|
59
|
+
kernels extracted:
|
|
60
|
+
- π± `organized sound creates aesthetic experience`
|
|
61
|
+
- π± `rhythm and melody distinguish music from noise`
|
|
62
|
+
- π± `harmony creates richness in music`
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
### π§© triangle (from a textbook)
|
|
67
|
+
> *βa triangle is defined as a polygon with three sides, three angles, and the sum of its angles equal to 180Β°.β*
|
|
68
|
+
|
|
69
|
+
kernels extracted:
|
|
70
|
+
- π± `a triangle has three sides`
|
|
71
|
+
- π± `a triangle has three angles`
|
|
72
|
+
- π± `the sum of a triangleβs angles is 180Β°`
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
## β¨ reflection
|
|
77
|
+
- π docs = soils full of **many concepts** (entangled, verbose, raw).
|
|
78
|
+
- π refs = labels into concepts (*βgravityβ*, *βmusicβ*).
|
|
79
|
+
- π± kernels = harvested seeds, **one per concept**.
|
|
80
|
+
- πͺ΄ briefs = portable pots, where kernels are transplanted and structured.
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## π§ takeaway
|
|
85
|
+
to **<kernelize>** is to **harvest all the concepts from a doc**:
|
|
86
|
+
- extract **each concept separately**
|
|
87
|
+
- reduce it to its **minimal viable form**
|
|
88
|
+
- treat kernels as **fertile seeds** for cataloging, briefing, or hosting in new docs.
|