The Lifecycle

Depth

Organic growth. Once a project is dotHumanized, this is the loop you run on every goal.

Prerequisite: you're already in a dotHumanized project. Getting there is a one-time setup — see Your First dotHuman. This page is the part that repeats.

A person states an intent — “I want to do x, y, z” — and the protocol runs it as a loop. Each pass leaves the workspace a little more trusted than the last:

The protocol loop: in a dotHumanized project a person says 'I want to do x, y, z', which enters the loop — Work a Goal (reliable delivery), then Review (adjust the results), then Carry forward (bank the lessons), and back to the next goal. Each loop enforces reliability.
Figure 1. The protocol loop. A person states an intent, and every goal runs the loop — Work a Goal (reliable delivery) → Review (adjust the results) → Carry forward (bank the lessons) → back. Each loop enforces reliability.
The protocol loop, expanded: a lead-in ('I want to do x, y, z') points into the Goal at the top; the loop runs clockwise — Goal (spec → plan → clarify → implement), Review (adjust → sidequests → docs), Carry forward (Comprehension → Evergreen), back to Goal. Each loop enforces reliability.
Figure 1. The same loop, each station expanded — Goal (spec → plan → clarify → implement), Review (adjust → sidequests → docs), Carry forward (Comprehension → Evergreen). The request becomes a spec-driven goal, not a one-off command.

The loop, stage by stage

  • Work a Goal — reliable delivery. Where most of the time goes, so it's the prominent stage. A goal isn't atomic: it's spec-driven before it's executed — spec → plan → clarify → implement — the request read as a goal to pursue, not a command to run once.
  • Review — your sign-off. The human-in-the-loop checkpoint: you check the work, fold in any sidequests it surfaced, and approve what ships before it ships.
  • Carry forward — bank the lessons. Decide which lessons and results fold back into the durable docs — Comprehension, Evergreen.

One trip through it

Say you ask: “add a contact form to the site.”

  • Work a Goal — it opens a goal, specs what done means (which fields, where the messages go), plans the steps, checks one detail with you, then builds it.
  • Review — you try it and sign off. Along the way it noticed the form had no spam protection — too small to be its own goal, so it's captured as a sidequest and folded in instead of derailing the work.
  • Carry forward — the fix it had to hunt down (how to actually get submissions landing in your inbox) goes into the Captain's Log, and the steps for wiring up a form become an Evergreen runbook.

The next goal starts further ahead: a fresh agent reads that log and runbook and doesn't redo the legwork. That's the compounding — not the loop getting bigger, but each pass starting from a more-trusted, better-documented floor than the last.

Where it sits

This loop is how every goal runs once you're set up. The Lessons you carry forward don't just inform the next goal — they accumulate and mature on their own arc (Lesson → pseudoskill → Skill); that lineage lives on the pseudoskill page.

Related

Try it

Last updated