Orientation

LifeHub Workflow

Core workflow model for using the workspace.

Generated from canonical Markdown. Markdown controls.

Workflow command center

Turn raw material into reviewable, reusable, implementable work.

LifeHub workflow is not bureaucracy. It is a staged refinement model: capture the material, clarify it, preserve what matters, then move it toward tools, specs, apps, and shipped outputs.

Core rule

Files are the source of truth, not chat.

Important logic, decisions, and outputs belong in the workspace so they remain reviewable, editable, and portable.

Reviewable

Intermediate outputs must be inspectable later, not buried in a conversation.

Editable

Work should stay in surfaces that can be revised, reorganized, and improved.

Portable

Useful outputs should survive tool changes and remain available in the repo.

Stage progression

The workflow is a guided path, not a rigid conveyor belt.

The preferred movement is raw → structuring → extraction → deduplication → synthesis → assets → specs → app → outputs. Iteration is expected when later work reveals that earlier stages need refinement.

1RawCapture source material such as ideas, notes, chats, research, references, and observations.
2StructuringOrganize the material so it is labeled, grouped, and easier to work with.
3ExtractionPull out the non-trivial insights, useful facts, and meaningful observations from the structured material.
4DeduplicationMerge repeated ideas, preserve unique insight, and flag contradictions or conflicts.
5SynthesisTurn the clarified material into coherent models, frameworks, or structured understanding.
6AssetsConvert the models into practical tools such as SOPs, checklists, policies, templates, and operating documents.
7SpecsDefine workflows, data structures, dashboard requirements, interfaces, and software behavior before implementation.
8AppBuild software only after the relevant structure and specification are clear enough to implement. For project-owned implementation, create the full 05_apps/ scaffold at project setup time when the project already has, or is expected to have, an app, software, automation, dashboard, or script stage.
9OutputsCollect final reports, exports, deliverables, reviews, and other artifacts intended for use, handoff, or evaluation.

Explore the stage meanings

Raw

Capture source material such as ideas, notes, chats, research, references, and observations.

Movement rule

Do not let stage transitions hide the trail.

As material becomes cleaner, the intermediate work should remain available for review. The point of refinement is clarity, not flattening or losing the reasoning path.

Keep intermediate outputs

Do not discard useful transitional work just because a later artifact exists.

Expect iteration

Later stages may require returning to raw, extraction, or synthesis.

Protect meaning

Do not compress away details that may need to be checked later.

Placement map

Put work where its stage and reuse pattern make sense.

The folders are not just storage locations. They signal whether material is raw, reusable, specified, implemented, or ready for handoff.

LifeHub/01_inboxRaw and early material

Raw and early material, including unsorted captures and early project work.

LifeHub/03_systemsReusable system methods and operating doctrine.

Reusable system methods and operating doctrine.

LifeHub/04_assetsReusable operational tools such as SOPs

Reusable operational tools such as SOPs, templates, and checklists.

LifeHub/05_specsRequirements

Requirements, definitions, workflows, and system behavior before implementation.

LifeHub/06_appsShared or cross-project implementation work.

Shared or cross-project implementation work.

LifeHub/07_outputsReviewed final artifacts intended for use

Reviewed final artifacts intended for use, handoff, or evaluation.

Project app workspace

Specs define the system. Apps implement it. Outputs preserve what ships.

Initialize app workspace early when implementation is expected

If a project is expected to include app, software, automation, script, or dashboard work, create the project-owned app scaffold at setup time.

Keep project-owned implementation inside the project

Use the project's structured 05_apps/ workspace rather than a flat catch-all folder.

Practical aim

Clarity, continuity, and staged refinement.

The workflow exists so valuable work becomes easier to understand, improve, reuse, and implement.