Retornatus

From Spec Guardrails

Spec Guardrails is the direct predecessor of Retornatus. This page is a migration map — not a 1:1 command clone.

Retornatus preserves the guarantees (plan before code, gates as brakes, proof before done, repo memory, human checkpoints) and rethinks the mechanisms.

Phase → Retornatus

Spec Guardrails ideaRetornatus equivalent
Spec / clarify before codeSituation via change elicit (requirements analysis)
Written acceptanceContract (WHAT + DONE) → gate contract
Tasks / wavesAction + embedded Tasks → loop next / task *
Execute under hostrun assembles ExecutionContext (agent still writes code)
Verify / proofClaim-bound Evidence → verify / gate assurance
Memory / restart.retornatus/ + wake / Learnings
Human approvalDecision → Rule activate; Policy REQUIRE_HUMAN
Skills packHub skill + one on-demand Skill (intake analyze / skill create)

Mental remap

SG:   Spec → Tasks → Execute → Verify
Reto: Situation → Contract → Action(+Tasks) → Evidence → Assurance → Learning

Commands people ask about

You used to think…Try in Retornatus
“Write the spec”change elicit then change create / change activate
“Break into tasks”change create --task … or Tasks on the Action
“What’s next?”loop next <C-id> / change overview <C-id>
“Are we done?”evidence add --claim … then verify <C-id>
“Load the skill pack”integrate (hub) + optional intake analyze / skill need --prompt
“Doctor / health”doctor (Process vs Brakes)

What deliberately did not come over

See Credits & lineage and Non-goals.

← Docs hub Product site →