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/librarian.tactics/<articulate>._.[article].frame.tactical.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# 🧩 .brief: `articulate`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**`articulate`** is a **focus.motion** primitive that transforms an in-progress concept into a **clear, explicit, and shareable form**.
|
|
5
|
+
It takes an internal, often fuzzy understanding and **renders it into precise language or representation**, making it accessible for others — or for one’s own future self.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 🎯 goal
|
|
10
|
+
- convert **implicit understanding** into **explicit expression**
|
|
11
|
+
- ensure the concept is **comprehensible, accurate, and usable**
|
|
12
|
+
- provide a **stable reference** for discussion, reasoning, or implementation
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## ⚙️ method
|
|
17
|
+
1. **anchor**
|
|
18
|
+
- establish the core concept or seed you’re articulating
|
|
19
|
+
- lock in scope and avoid redefining mid-process
|
|
20
|
+
|
|
21
|
+
2. **structure**
|
|
22
|
+
- choose an organizational frame (outline, template, narrative, gallery-based, etc.)
|
|
23
|
+
- match format to purpose and audience
|
|
24
|
+
|
|
25
|
+
3. **express**
|
|
26
|
+
- render the concept in clear, direct language
|
|
27
|
+
- surface key attributes, context, and distinctions
|
|
28
|
+
|
|
29
|
+
4. **refine**
|
|
30
|
+
- check for clarity, completeness, and fidelity to the original intent
|
|
31
|
+
- adjust wording or structure as needed
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 📐 when to use
|
|
36
|
+
- when a concept needs to move from **thought** to **communicable form**
|
|
37
|
+
- when collaborating, teaching, or documenting
|
|
38
|
+
- when ambiguity is blocking decision-making or action
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## 💡 notes
|
|
43
|
+
- articulation is **not invention** — the core concept should already exist, even if only as a seed
|
|
44
|
+
- the **acuity** of articulation depends on how well attributes, context, and boundaries are surfaced
|
|
45
|
+
- can be combined with other tactics (e.g., template-driven, exemplar-driven) for different use cases
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# 📚 .catalog: `<articulation>.tactics`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
A reference set of professional strategies for improving the **clarity, completeness, and resonance** of a concept when composing an [article].
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 🛠 tactics
|
|
9
|
+
|
|
10
|
+
### 1. **checklist-driven articulation**
|
|
11
|
+
> use a predefined list of *must-cover* elements to ensure completeness.
|
|
12
|
+
- best for compliance, standards, and repeatable formats
|
|
13
|
+
- example: medical case reports, technical audits
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
### 2. **progressive refinement**
|
|
18
|
+
> start broad, then iteratively zoom into detail (high → medium → low acuity).
|
|
19
|
+
- prevents getting stuck in minutiae early
|
|
20
|
+
- example: write `.what` at overview level, then deepen `.how` and `.why` in passes
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
### 3. **compare-and-contrast framing**
|
|
25
|
+
> define the concept by placing it alongside similar or opposite concepts.
|
|
26
|
+
- accelerates reader understanding via reference points
|
|
27
|
+
- example: feature comparison charts, pros-vs-cons lists
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
### 4. **story-path anchoring**
|
|
32
|
+
> embed the concept in a narrative arc — problem → struggle → resolution.
|
|
33
|
+
- engages attention, aids memory
|
|
34
|
+
- example: user journey stories, before/after scenarios
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
### 5. **taxonomy positioning**
|
|
39
|
+
> locate the concept within a larger system or hierarchy.
|
|
40
|
+
- clarifies scope, boundaries, and related concepts
|
|
41
|
+
- example: placing a technology in a standards stack diagram
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
### 6. **question-driven expansion**
|
|
46
|
+
> use targeted interrogatives (`what`, `why`, `how`, `when`, `who`, `where`) to systematically fill gaps.
|
|
47
|
+
- works well with `<ponder>` and `<enquestion>`
|
|
48
|
+
- example: investigative reporting, root-cause analysis
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
### 7. **pattern abstraction**
|
|
53
|
+
> generalize from specific instances to reveal the underlying structure or principle.
|
|
54
|
+
- good for reusable methods and cross-domain lessons
|
|
55
|
+
- example: abstracting a “sales funnel” pattern from multiple case studies
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
### 8. **reverse articulation**
|
|
60
|
+
> start from the end result or key takeaway and work backward to the core concept.
|
|
61
|
+
- ensures purpose-driven clarity
|
|
62
|
+
- example: explaining a research conclusion by retracing the evidence path
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
### 9. **visual scaffolding**
|
|
67
|
+
> pair text with diagrams, charts, or schemas that mirror the article structure.
|
|
68
|
+
- improves retention and helps readers navigate complex content
|
|
69
|
+
- example: flowcharts for process explanations, mindmaps for relationships
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
|
|
73
|
+
### 10. **multi-perspective synthesis**
|
|
74
|
+
> integrate views from different roles, disciplines, or stakeholders.
|
|
75
|
+
- reveals hidden constraints and broader implications
|
|
76
|
+
- example: combining engineer, designer, and end-user perspectives in a product spec
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
80
|
+
## 🔄 usage
|
|
81
|
+
- select 1–3 tactics per [article] depending on **goal**, **audience**, and **acuity**
|
|
82
|
+
- can be sequenced (e.g., start with **story-path anchoring**, end with **taxonomy positioning**)
|
|
83
|
+
- most effective when paired with **templates-exemplars** to keep structure coherent
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# 🧩 .brief: `concept.dimensions.generic`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**`concept.dimensions.generic`** defines the **invariant semantic dimensions** that can be articulated for *any* [concept] in an [article], regardless of domain.
|
|
5
|
+
these dimensions form a **semantic skeleton** — the minimal, always-present slots for fully describing a concept.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 🎯 goal
|
|
10
|
+
- provide a **universal template** for [article] articulation
|
|
11
|
+
- ensure **concept descriptions** are complete, consistent, and comparable
|
|
12
|
+
- enable automation in concept documentation and reasoning flows
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 📐 dimensions
|
|
17
|
+
|
|
18
|
+
| dimension | question it answers | description | why it’s always articulable |
|
|
19
|
+
|-----------------|------------------------------------|-------------|-----------------------------|
|
|
20
|
+
| **.what** | “what is it?” | definition and identity — what makes it this concept and not something else | every concept has an identity to distinguish it from others |
|
|
21
|
+
| **.why** | “why does it exist?” | purpose, goal, or motivating function | every concept emerges from some need, cause, or intention |
|
|
22
|
+
| **.how** | “how does it work?” | mechanisms, processes, or methods | every concept operates in some way, even abstractly |
|
|
23
|
+
| **.where** | “where does it apply?” | domain, scope, or applicable contexts | every concept exists in a context or environment |
|
|
24
|
+
| **.when** | “when is it relevant?” | temporal aspect — timing, lifecycle, or stage relevance | every concept has moments when it applies or manifests |
|
|
25
|
+
| **.who** | “who is involved?” | agents, roles, or entities that use, own, or are affected by it | every concept has some relationship to actors |
|
|
26
|
+
| **.attributes** | “what qualities does it have?” | intrinsic traits, descriptors, or parameters | every concept has distinguishable features |
|
|
27
|
+
| **.relations** | “what is it connected to?” | links to other concepts — dependencies, contrasts, hierarchies | no concept exists in total isolation |
|
|
28
|
+
| **.examples** | “what does it look like in action?” | concrete instances or scenarios that embody it | every concept can be grounded by illustration |
|
|
29
|
+
| **.variants** | “what forms can it take?” | versions, subtypes, or adaptations | concepts can be generalized or specialized |
|
|
30
|
+
| **.tradeoffs** | “what are its strengths & limits?” | pros, cons, constraints, and opportunity costs | every concept has both enabling and limiting factors |
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## 🛠 usage
|
|
35
|
+
use `concept.dimensions.generic` as the **default frame** when authoring any [article] about a [concept].
|
|
36
|
+
even if some slots are left empty, their presence maintains **structural completeness** and improves cross-concept comparability.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# 🧩 .brief: `articulate.via.examples`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**`articulate.via.examples`** is an **articulation tactic** that uses a **curated set of illustrative examples** as the *source lens* for expression.
|
|
5
|
+
instead of starting from abstract definition alone, we draw meaning and nuance from **specific, well-chosen examples**, then generalize or synthesize into a coherent articulation.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 🎯 goal
|
|
10
|
+
- ground articulation in **tangible, relatable instances**
|
|
11
|
+
- capture **implicit patterns** and **hidden traits** that emerge from examples
|
|
12
|
+
- ensure descriptions are **anchored to reality** rather than drifting into abstraction
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## ⚙️ method
|
|
17
|
+
1. **curate examples**
|
|
18
|
+
- gather a diverse yet representative set of examples that express the concept in action
|
|
19
|
+
- ensure variety in form, context, and perspective
|
|
20
|
+
|
|
21
|
+
2. **observe & extract**
|
|
22
|
+
- identify recurring traits, contrasts, and anomalies
|
|
23
|
+
- note emotional, functional, and structural elements
|
|
24
|
+
|
|
25
|
+
3. **abstract & articulate**
|
|
26
|
+
- generalize from observations into a clear, structured articulation
|
|
27
|
+
- weave in example references as anchors or supporting points
|
|
28
|
+
|
|
29
|
+
4. **verify coverage**
|
|
30
|
+
- check that the articulation reflects the **breadth** of the examples, not just a single outlier
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## 📐 when to use
|
|
35
|
+
- when a concept is **experiential, aesthetic, or contextual**
|
|
36
|
+
- when definitions alone fail to capture **richness or nuance**
|
|
37
|
+
- when multiple audiences must relate through **concrete illustration**
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 💡 notes
|
|
42
|
+
- the **quality of articulation** depends directly on the **quality of curation**
|
|
43
|
+
- works well in combination with **template-driven articulation** for structure
|
|
44
|
+
- danger: overfitting articulation to the quirks of chosen examples — mitigate with diverse selection
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# 🧩 .brief: `articulate.tactic.from.seed`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**`articulate.tactic.from.seed`** is an **articulation tactic** that grows a complete, coherent expression of a concept starting from a **minimal viable seed**.
|
|
5
|
+
instead of beginning with an elaborate structure, the articulation emerges through **progressive expansion** — the seed acts as the anchor that keeps the work aligned while details are developed.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 🎯 goal
|
|
10
|
+
- expand from a **single point of clarity** into a fully formed articulation
|
|
11
|
+
- maintain **focus and scope control** during expansion
|
|
12
|
+
- ensure the final form aligns with the original **intent encapsulated in the seed**
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## ⚙️ method
|
|
17
|
+
1. **capture the seed**
|
|
18
|
+
- define the smallest meaningful unit of the concept (e.g., [title], key phrase, keyword cluster)
|
|
19
|
+
- ensure it expresses the core intent without unnecessary detail
|
|
20
|
+
|
|
21
|
+
2. **expand the context**
|
|
22
|
+
- recall or research relevant background, audience, and constraints
|
|
23
|
+
- collect related facts, patterns, and perspectives tied to the seed
|
|
24
|
+
|
|
25
|
+
3. **structure the growth**
|
|
26
|
+
- organize expanded material into a clear framework
|
|
27
|
+
- decide on form: [brief] (instance) or other detailed structure
|
|
28
|
+
|
|
29
|
+
4. **refine expression**
|
|
30
|
+
- iterate language, examples, and framing to match clarity and audience needs
|
|
31
|
+
|
|
32
|
+
5. **finalize**
|
|
33
|
+
- produce the deliverable in the intended scope and form
|
|
34
|
+
- verify alignment with the seed’s intent
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## 📐 when to use
|
|
39
|
+
- when starting from **limited initial input**
|
|
40
|
+
- when clarity of scope is critical and drift must be minimized
|
|
41
|
+
- when evolving a [title] (reference) into a [brief] (instance)
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## 💡 notes
|
|
46
|
+
- the **seed** serves as a guardrail to prevent irrelevant expansion
|
|
47
|
+
- works well with `<distill>` to reverse the process back into a compact seed form
|
|
48
|
+
- danger: over-expanding beyond the seed’s intended boundaries — mitigate with regular scope checks
|
package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tactic.with.templates.[article].md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# 🧩 .brief: `<articulation>.tactic.templates-exemplars`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**`<articulation>.tactic.templates-exemplars`** is a structured method for composing an [article] by **anchoring its form** to pre-established **templates** and **exemplars**.
|
|
5
|
+
the tactic recognizes that **different usecases** — and different **focal.acuity** levels — require **different structural patterns** for clarity, completeness, and efficiency.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## 🎯 goal
|
|
10
|
+
- **speed**: reduce cognitive load by starting from a proven structure
|
|
11
|
+
- **consistency**: ensure similar usecases share a coherent form
|
|
12
|
+
- **acuity-alignment**: match the article’s structure to the intended depth, breadth, and granularity of focus
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## ⚙️ method
|
|
17
|
+
|
|
18
|
+
1. **determine acuity profile**
|
|
19
|
+
- assess **focal.acuity**: how granular should the article be?
|
|
20
|
+
- align to purpose: is this a high-level overview, detailed technical spec, or deep analytical dive?
|
|
21
|
+
|
|
22
|
+
2. **select a matching template**
|
|
23
|
+
- choose from a library of predefined skeletons, each optimized for certain acuity levels and audiences
|
|
24
|
+
- templates specify **section order**, **content slots**, and **minimum coverage**
|
|
25
|
+
|
|
26
|
+
3. **review relevant exemplars**
|
|
27
|
+
- pull in past [articles] that match the chosen template and purpose
|
|
28
|
+
- note stylistic choices, flow, and any domain-specific conventions
|
|
29
|
+
|
|
30
|
+
4. **map content to structure**
|
|
31
|
+
- fit your content into the **template slots**, adapting as needed
|
|
32
|
+
- use exemplars as **style and completeness guides**
|
|
33
|
+
|
|
34
|
+
5. **iterate for fit**
|
|
35
|
+
- ensure the final shape reflects both the **content’s natural flow** and the **acuity requirements**
|
|
36
|
+
- adjust structure only if it improves clarity or precision
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## 📐 why it works
|
|
41
|
+
- **pattern reuse**: avoids reinventing structural logic each time
|
|
42
|
+
- **cotext sensitivity**: ensures different acuities get different forms, avoiding under- or over-specification
|
|
43
|
+
- **learning by example**: exemplars illustrate successful executions, reducing ambiguity in applying the template
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## 🔄 relation to other `<articulation>` tactics
|
|
48
|
+
- complements **freeform exploration** by providing **scaffolding** rather than constraints
|
|
49
|
+
- pairs well with **checklist-driven articulation** to ensure completeness within the chosen template
|
|
50
|
+
- can be combined with **acuity-zoom tactics** to progressively refine structure
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
## 🛠 example usage
|
|
55
|
+
- **low acuity** (overview) → use a **3-section template**: `.what`, `.why`, `.impact`
|
|
56
|
+
- **high acuity** (technical deep dive) → use a **multi-section template**: `.what`, `.why`, `.how`, `.tradeoffs`, `.examples`, `.references`
|
|
57
|
+
- review past [articles] in the same category to emulate tone, ordering, and coverage
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
this tactic has been very effective in practice
|
package/dist/roles/thinker/briefs/librarian.tactics/<articulate>.tone.bluecollar.[article][seed].md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
tone:bluecollar applied to reframe [article]s heavily simplifies and reduces frill; makes things much more intuitive
|
|
2
|
+
|
|
3
|
+
the cool aspect is, it doesn't necessitate loss of specificity
|
|
4
|
+
|
|
5
|
+
seems like the concepts are still articulated clearly, with the same level of detail. just, more intuitively in verbiage
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# 🧩 .brief: `perspective on <catalogize> as a tactic`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**`<catalogize>`** is a tactic designed to systematically organize a wide array of concepts into a coherent structure or system. It aims to identify, classify, and relate distinct concepts within a given scope, providing clarity and facilitating understanding through structured representation.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 🎯 core perspective
|
|
9
|
+
`<catalogize>` has parallels with the tactic known as **`<diverge>`**, particularly in its ability to handle diverse concepts. However, while **`<diverge>`** seeks to generate concepts expansively and without immediate structure, `<catalogize>` benefits from leveraging pre-diverged content to focus on the task of organizing and classifying these ideas effectively.
|
|
10
|
+
|
|
11
|
+
> 🧩 Diverging first provides a rich dataset for `<catalogize>` to work with, enhancing the quality and scope of the cataloging process.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## ⚙️ operational insight
|
|
16
|
+
- **similarity to `<diverge>`**:
|
|
17
|
+
- both can zero shot concepts, initiating from nothing to create content.
|
|
18
|
+
- both aim to cover a wide range of concepts, albeit with different end goals.
|
|
19
|
+
|
|
20
|
+
- **difference from `<diverge>`**:
|
|
21
|
+
- `<diverge>` focuses on ideation, while `<catalogize>` focuses on organization.
|
|
22
|
+
- `<catalogize>` benefits from having pre-diverged outputs in the focus.concept, allowing it to allocate cognitive resources towards effective cataloging rather than ideation.
|
|
23
|
+
|
|
24
|
+
- **optimization hypothesis**:
|
|
25
|
+
- with pre-diverged outputs, `<catalogize>` saves LLM compute for cataloging activities, enhancing efficiency and depth without spending resources on divergence.
|
|
26
|
+
|
|
27
|
+
- **best practice**:
|
|
28
|
+
- ideally, one uses **`<diverge>`** initially to ensure a broad and diverse set of concepts, then employs `<catalogize>` to impose structure and order.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## 📐 strategic use
|
|
33
|
+
- Initialization: `<diverge>` generates a wide-ranging set of concepts.
|
|
34
|
+
- Progression: Leveraged **divergent outputs** in focus.concept for `<catalogize>`.
|
|
35
|
+
- Convergence: `<catalogize>` filters, categorizes, and arranges these into a meaningful, structured framework.
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## 🎯 benefits
|
|
40
|
+
- **Efficiency**: By separating the divergent and cataloging phases, you conserve mental energy and optimize the capacity of each tactic.
|
|
41
|
+
- **Comprehensiveness**: Ensures a thorough exploration of the concept space prior to imposing a structure.
|
|
42
|
+
- **Clarity**: Results in a refined, organized output that enhances understanding of complex ideas.
|
|
43
|
+
|
|
44
|
+
> Adopting this approach means `<catalogize>` doesn't waste compute on generating, but focuses on delivering a structured and meaningful catalog.
|
|
45
|
+
|
|
46
|
+
---
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# 🧩 .brief.article: `demonstrate`
|
|
2
|
+
|
|
3
|
+
## .what
|
|
4
|
+
**demonstrate** refers to the act of clearly showing or explaining a concept’s essence, structure, or functionality through a tangible instance, often producing a `.brief.demo` artifact to make abstract or complex ideas accessible. In the context of `.brief.demo`, it involves instantiating a concept in a structured Markdown format to reveal its interconnected components, like a tree-like hierarchy, for clear understanding.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 🎯 purpose
|
|
9
|
+
- **clarify** the concept’s core traits, structure, or application by presenting a concrete instance.
|
|
10
|
+
- **showcase** how the concept functions through a specific, relatable example in a `.brief.demo`.
|
|
11
|
+
- **educate** audiences by organizing the concept’s elements into a clear, hierarchical structure.
|
|
12
|
+
- **persuade** readers of the concept’s value by demonstrating its practical or theoretical significance.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## 📏 methods of demonstration
|
|
17
|
+
1. **Instantiation in .brief.demo**
|
|
18
|
+
- Present a concept through a specific instance (e.g., a use case template, a physical scenario) within a `.brief.demo` artifact.
|
|
19
|
+
- Effective for making abstract or technical concepts tangible, like quantum entanglement via a Bell test.
|
|
20
|
+
|
|
21
|
+
2. **Structured Explanation**
|
|
22
|
+
- Use a detailed outline in the `.brief.demo` to explain how the instance embodies the concept’s traits.
|
|
23
|
+
- Suitable for breaking down complex ideas into clear, interconnected components.
|
|
24
|
+
|
|
25
|
+
3. **Example-Driven Presentation**
|
|
26
|
+
- Highlight a single, relatable example to anchor the demonstration, ensuring accessibility.
|
|
27
|
+
- Ideal for engaging diverse audiences, from novices to experts, with familiar instances.
|
|
28
|
+
|
|
29
|
+
4. **Hierarchical Organization**
|
|
30
|
+
- Arrange the demonstration to reflect the concept’s tree-like structure, connecting its elements logically.
|
|
31
|
+
- Helps reveal the concept’s internal relationships, like branches in a tree, for deeper understanding.
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 🔄 when to use
|
|
36
|
+
- When introducing a new concept, such as a technical term or abstract idea, to make it concrete.
|
|
37
|
+
- During educational efforts to clarify complex topics through structured `.brief.demo` artifacts.
|
|
38
|
+
- To communicate system requirements or functionalities, as in software development use cases.
|
|
39
|
+
- When explaining updates or innovations to stakeholders, using clear, instantiated examples.
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## 📐 examples
|
|
44
|
+
- **Software Development**: Demonstrating a “use case” by presenting a `.brief.demo` for “Booking a Flight on a Travel Website,” using a structured template to show user-system interactions.
|
|
45
|
+
- **Physics Education**: Demonstrating “shear force” with a `.brief.demo` for “Scissors Cutting Paper,” highlighting parallel forces and material deformation.
|
|
46
|
+
- **Cultural Studies**: Demonstrating “tea” via a `.brief.demo` on “Darjeeling Tea,” detailing its production and cultural role.
|
|
47
|
+
- **Scientific Research**: Demonstrating “quantum entanglement” through a `.brief.demo` on a Bell test experiment, showing non-local correlations.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## 📚 benefits
|
|
52
|
+
- Enhances understanding by grounding abstract concepts in tangible, relatable instances.
|
|
53
|
+
- Builds credibility through structured, clear `.brief.demo` artifacts that showcase expertise.
|
|
54
|
+
- Encourages engagement by using familiar examples to connect with diverse audiences.
|
|
55
|
+
- Facilitates exploration of a concept’s tree-like structure, revealing its interconnected components.
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## ⚠️ potential pitfalls
|
|
60
|
+
- Choosing an overly complex instance that obscures the concept instead of clarifying it.
|
|
61
|
+
- Failing to tailor the `.brief.demo` structure to the concept’s nature, reducing its effectiveness.
|
|
62
|
+
- Overloading the artifact with excessive detail, leading to confusion or disengagement.
|
|
63
|
+
|
|
64
|
+
> A well-executed demonstration via a `.brief.demo` transforms abstract concepts into clear, structured, and engaging insights, bridging theory and application through instantiation.
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# .brief.catalog: `demonstrate variants`
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
\`\`\`
|
|
5
|
+
concept demonstration (demo, genus)
|
|
6
|
+
│
|
|
7
|
+
├── instance
|
|
8
|
+
│ ├── example
|
|
9
|
+
│ │ ↳ question: "what counts as it?"
|
|
10
|
+
│ │ ↳ example: "downtown portland is highly walkable —
|
|
11
|
+
│ │ groceries, schools, and cafes within 10 minutes."
|
|
12
|
+
│ │
|
|
13
|
+
│ ├── counter
|
|
14
|
+
│ │ ↳ question: "what is it not?"
|
|
15
|
+
│ │ ↳ example: "los angeles suburbs where every errand
|
|
16
|
+
│ │ requires a car — this is not walkability."
|
|
17
|
+
│ │
|
|
18
|
+
│ ├── contrast
|
|
19
|
+
│ │ ↳ question: "how is this different from that?"
|
|
20
|
+
│ │ ↳ example: "compare downtown portland (walkable) to
|
|
21
|
+
│ │ houston sprawl (car-dependent)."
|
|
22
|
+
│ │
|
|
23
|
+
│ └── gradation
|
|
24
|
+
│ ↳ question: "how does it vary along a spectrum?"
|
|
25
|
+
│ ↳ example: "low → medium → high walkability across three block patterns."
|
|
26
|
+
│
|
|
27
|
+
├── medium
|
|
28
|
+
│ ├── visual
|
|
29
|
+
│ │ ↳ question: "what does it look like?"
|
|
30
|
+
│ │ ↳ example: "map sketch with a house at the center,
|
|
31
|
+
│ │ icons for grocery, school, café,
|
|
32
|
+
│ │ all within a shaded 10-minute radius."
|
|
33
|
+
│ │
|
|
34
|
+
│ └── emotional
|
|
35
|
+
│ ↳ question: "what does it feel like?"
|
|
36
|
+
│ ↳ example: "the calm of strolling to a café vs the stress of sitting in traffic."
|
|
37
|
+
│
|
|
38
|
+
├── transfer
|
|
39
|
+
│ ├── analogy
|
|
40
|
+
│ │ ↳ question: "what is it like, in structure?"
|
|
41
|
+
│ │ ↳ example: "walkability is like a circulatory system:
|
|
42
|
+
│ │ sidewalks are arteries, intersections are valves,
|
|
43
|
+
│ │ parks are lungs, stores are nutrients."
|
|
44
|
+
│ │
|
|
45
|
+
│ ├── metaphor
|
|
46
|
+
│ │ ↳ question: "what is it, figuratively?"
|
|
47
|
+
│ │ ↳ example: "walkability is oxygen for a city."
|
|
48
|
+
│ │
|
|
49
|
+
│ ├── simile
|
|
50
|
+
│ │ ↳ question: "what is it like, figuratively?"
|
|
51
|
+
│ │ ↳ example: "a walkable neighborhood feels like a living room —
|
|
52
|
+
│ │ everything close, familiar, and reachable."
|
|
53
|
+
│ │
|
|
54
|
+
│ └── allegory
|
|
55
|
+
│ ↳ question: "what story-world can stand in for it?"
|
|
56
|
+
│ ↳ example: "a city without walkability is a kingdom without paths:
|
|
57
|
+
│ villages isolated, markets starved, citizens trapped.
|
|
58
|
+
│ when paths connect, culture and trade flow."
|
|
59
|
+
│
|
|
60
|
+
├── sequence
|
|
61
|
+
│ ├── walkthrough
|
|
62
|
+
│ │ ↳ question: "how does it proceed?"
|
|
63
|
+
│ │ ↳ example: "walk from this apartment to the grocery store,
|
|
64
|
+
│ │ noting the sidewalks, crosswalks, and distances."
|
|
65
|
+
│ │
|
|
66
|
+
│ ├── narrative
|
|
67
|
+
│ │ ↳ question: "how does it unfold as lived experience?"
|
|
68
|
+
│ │ ↳ example: "maria leaves her home, strolling past the bakery smells,
|
|
69
|
+
│ │ greeting a neighbor, and reaching the grocery in five minutes."
|
|
70
|
+
│ │
|
|
71
|
+
│ ├── causal
|
|
72
|
+
│ │ ↳ question: "how do inputs lead to outcomes?"
|
|
73
|
+
│ │ ↳ example: "short blocks → more walking → health + economy + climate gains."
|
|
74
|
+
│ │
|
|
75
|
+
│ └── temporal
|
|
76
|
+
│ ↳ question: "how does it change across time?"
|
|
77
|
+
│ ↳ example: "1950 streetcar suburb → 1980 arterial strip → 2025 main street retrofit."
|
|
78
|
+
│
|
|
79
|
+
└── model
|
|
80
|
+
├── simulation
|
|
81
|
+
│ ↳ question: "how would it behave if modeled?"
|
|
82
|
+
│ ↳ example: "urban planning software shows how
|
|
83
|
+
│ adding sidewalks shifts daily trips from cars to walking."
|
|
84
|
+
│
|
|
85
|
+
├── prototype
|
|
86
|
+
│ ↳ question: "what form could it take?"
|
|
87
|
+
│ ↳ example: "build a model block with wide sidewalks,
|
|
88
|
+
│ corner cafés, and bike racks to embody walkability."
|
|
89
|
+
│
|
|
90
|
+
└── factorization
|
|
91
|
+
↳ question: "what are its components?"
|
|
92
|
+
↳ example: "proximity, safety, comfort, interest, connectivity as factors of walkability."
|
|
93
|
+
\`\`\`
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## 🎯 notes
|
|
99
|
+
- **five clusters** organize the space of concept-demos:
|
|
100
|
+
1. **instance** → cases & boundaries
|
|
101
|
+
2. **medium** → change of representation
|
|
102
|
+
3. **transfer** → meaning carried across concepts
|
|
103
|
+
4. **sequence** → unfolding over time
|
|
104
|
+
5. **model** → embodiment in models/artifacts
|
|
105
|
+
|
|
106
|
+
- each subtype has a **walkability demo** attached for clarity.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# .brief.demo: `use case` via `contrast` = `use case vs user journey`
|
|
2
|
+
|
|
3
|
+
## 💡 concept
|
|
4
|
+
a use case describes how a user interacts with a system to achieve a specific goal, while a user journey maps the broader, often emotional, experience of a user across multiple touchpoints with a product or service.
|
|
5
|
+
|
|
6
|
+
## ❓ question
|
|
7
|
+
> how does a use case contrast with a user journey?
|
|
8
|
+
|
|
9
|
+
## 📌 contrast: use case vs user journey
|
|
10
|
+
|
|
11
|
+
### 📌.📖 what
|
|
12
|
+
|
|
13
|
+
> what are use cases and user journeys?
|
|
14
|
+
|
|
15
|
+
- **use case**
|
|
16
|
+
- focuses on *functional interaction* between user and system.
|
|
17
|
+
- defines *actors, steps, and system responses* leading to a specific outcome.
|
|
18
|
+
- *example:* “a customer books a flight on an airline’s website.”
|
|
19
|
+
|
|
20
|
+
- **user journey**
|
|
21
|
+
- focuses on *holistic experience* across touchpoints.
|
|
22
|
+
- includes *motivations, emotions, and pain points* before, during, and after interaction.
|
|
23
|
+
- *example:* “a traveler researches destinations, compares prices, books a flight, receives updates, travels, and later reviews the airline.”
|
|
24
|
+
|
|
25
|
+
### 📌.🔍 how
|
|
26
|
+
|
|
27
|
+
> how does this contrast demonstrate the concept of use case?
|
|
28
|
+
|
|
29
|
+
- **scope**
|
|
30
|
+
- a use case is **narrow**, zooming into a single functional interaction.
|
|
31
|
+
- a user journey is **broad**, mapping multiple interactions across a timeline.
|
|
32
|
+
|
|
33
|
+
- **focus**
|
|
34
|
+
- a use case emphasizes **system behavior**: “what happens when the user does X?”
|
|
35
|
+
- a user journey emphasizes **user experience**: “how does the user feel at each stage?”
|
|
36
|
+
|
|
37
|
+
- **artifact**
|
|
38
|
+
- use case outputs are structured step-by-step flows of user + system actions.
|
|
39
|
+
- user journey outputs are visual maps, storyboards, or timelines showing phases and emotions.
|
|
40
|
+
|
|
41
|
+
- **example contrast**
|
|
42
|
+
- **use case:** “customer selects flight → enters details → system confirms booking.”
|
|
43
|
+
- **user journey:** “customer dreams of vacation → compares airlines → struggles with hidden fees → books → feels reassured by confirmation → experiences anxiety waiting for boarding.”
|
|
44
|
+
|
|
45
|
+
this contrast clarifies that a **use case is about functionality**, while a **user journey is about experience**. together, they complement each other, but they are not the same.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# .brief.demo: `usecase` via `counter` = `restaurant menu flyer`
|
|
2
|
+
|
|
3
|
+
## 💡 concept
|
|
4
|
+
a use case describes how a user interacts with a system to achieve a specific goal, detailing the steps, actors, and system responses involved in the interaction.
|
|
5
|
+
|
|
6
|
+
## ❓ question
|
|
7
|
+
> what is a counter-example of a use case?
|
|
8
|
+
|
|
9
|
+
## 📌 counter-example: restaurant menu flyer
|
|
10
|
+
|
|
11
|
+
### 📌.📖 what
|
|
12
|
+
|
|
13
|
+
> what is the restaurant menu flyer?
|
|
14
|
+
|
|
15
|
+
a printed restaurant menu flyer is a static list of food items and prices distributed for advertising purposes. it provides information but does not describe any user interactions, system responses, or step-by-step goals.
|
|
16
|
+
|
|
17
|
+
- **static content**
|
|
18
|
+
- lists meals, prices, and phone number
|
|
19
|
+
- *example:* a pizza shop flyer with daily specials
|
|
20
|
+
- **no interactive process**
|
|
21
|
+
- customer may see the flyer, but the flyer itself does not facilitate ordering
|
|
22
|
+
- **no system responses**
|
|
23
|
+
- the flyer cannot process actions or provide feedback
|
|
24
|
+
- **actors missing**
|
|
25
|
+
- does not define the roles of customer, staff, or delivery process
|
|
26
|
+
|
|
27
|
+
### 📌.🔍 how
|
|
28
|
+
|
|
29
|
+
> how is a restaurant menu flyer a counter-example of a use case?
|
|
30
|
+
|
|
31
|
+
the menu flyer illustrates what a use case is *not*, because it lacks:
|
|
32
|
+
|
|
33
|
+
- **interaction**: there is no dynamic exchange between user and system—only one-way information.
|
|
34
|
+
- **steps**: no sequence of actions leading to a goal is described.
|
|
35
|
+
- **actors and responses**: the flyer does not specify participants or their roles, nor does it capture how a system responds to user input.
|
|
36
|
+
- **goal structure**: while the flyer hints at a potential outcome (ordering food), it does not map the process of achieving that outcome.
|
|
37
|
+
|
|
38
|
+
this counter-example shows that a use case requires **structured interaction** and **defined roles**, not just information or content.
|