Session Start
Initializes a coding session — loads authority pack or authoritative files, checks project state, verifies git status. Verifies external tasks from last session with the user before proceeding, preventing stale assumptions about completed work.
Expected outcome
Initializes a coding session — loads authority pack or authoritative files, checks project state, verifies git status. Verifies external tasks from last session with the user before proceeding, preventing stale assumptions about completed work.
Typical deliverable
A verified session state with continuity and handoff evidence.
Where this module fits:
01
Inspect context
Loads project authority and checks prerequisites.
02
Run the procedure
Executes defined steps and honors safety gates.
03
Return evidence
Produces a reviewable result instead of an unsupported claim.
Licensed implementation
The licensed module adds trigger phrases, CLI aliases, dependency and coordination maps, and its step-by-step governed procedure.