Skip to content

§4. Action

Action defines how agents interact with their extended mind system. It is the dynamic aspect of the framework — where memory becomes reality. The pipeline below is Vygotsky's scaffolding made operational: the system provides structure (Capture, Definition, Scaffolding stages) that supports the operator through the Zone of Proximal Development — from raw idea to executed artifact.

Pipeline

Every idea follows a pipeline from inception to execution:

Idea → Capture → Definition → Scaffolding → Execution → Registry
StageWhat happens
IdeaSomething emerges — from conversation, reading, observation, experience. Not yet recorded.
CaptureThe idea is registered in the system. It now exists as a component the system can remember and act upon.
DefinitionThe idea is developed into a spec — its purpose, scope, and structure are articulated.
ScaffoldingThe project structure is created: protocols, tracking, initial artifacts.
ExecutionActive work. Agents (H, NH, HNH) produce artifacts — code, writing, designs, research.
RegistryWhat was done is logged. The activity log grows. The feedback loop closes.

Decision points exist between stages. Not every idea becomes a project. Not every defined project gets built. These decisions are made by the operator (H agent), informed by the system's memory. This is where the design principle from §1 applies most directly: the system extends what the operator can think, not replaces what the operator should think. The value judgments at each gate remain human.


Action pipeline diagram

Mind Extended action pipeline showing 6 stages from idea to registryACTION PIPELINEIdeasparkCaptureinbox / repo?ArchiveDefinitionspec / PRD?IterateScaffoldingrepo + CLAUDE.mdExecutiondevelopmentRegistryactivity logRegistry → Memory →Planning → Execution