User Instructions Tracker
Purpose
Maintain an explicitly authorized durable ledger of cross-task directives while keeping current instruction truth separate from historical fulfillment evidence.
Authority and Artifact Policy
Activation alone never authorizes creating, migrating, or updating a tracker.
Canonical Path
Required file:
- prefer
user-instructions.mdat repository root
Resolve the active path in this order:
- an explicit path configured by the user or repository
- an existing root
user-instructions.md - one existing configured legacy path, including
skills/user-instructions.md - the root path only when the user explicitly asks to initialize or record a ledger
Do not create a second ledger, copy a legacy ledger, or migrate paths without explicit authorization. Once resolved, use one canonical path for the task.
Recordability Gate
Record an instruction only when it is intended to survive the current task or conversation, such as:
- repository policy or a durable constraint
- an ongoing priority or ownership decision
- a cross-task commitment whose fulfillment must be audited
- an explicit user request to record it
Do not record ordinary requests, transient implementation details, speculative preferences, or inferred instructions.
Current Truth and History
Maintain two concepts:
Current Directives: only directives that still govern future workFulfillment History: evidence of what happened under a directive at a point in time
A done historical row proves past fulfillment; it does not prove the instruction is still current.
Directive lifecycle values:
active: current and applicablesuperseded: replaced by a newer directive, with successor identifiedstale: applicability or evidence can no longer be confirmedretired: intentionally no longer applicable
Allowed status values:
These values describe fulfillment history, not directive lifecycle:
pendingin_progressblockeddonewon_t_do
Never delete or rewrite history to make a superseded directive appear current.
Update Workflow
- Confirm the instruction is durable and recording is authorized.
- Resolve the single active ledger path.
- Compare the new directive with current active directives.
- Mark a conflicting older directive
supersededand link its successor. - Update current truth independently from fulfillment status.
- Attach concrete evidence only for work actually performed.
- Mark uncertainty
stalerather than guessing.
Conditional Reference
Read Tracker Schema and Lifecycle only when creating an explicitly requested ledger, migrating an authorized legacy ledger, changing lifecycle state, or performing an audit.
Routing Compatibility
Consult canonical skill-catalog.json only when the separately authorized tracker change alters cross-skill routing policy. Regenerate its views through skill-governance/scripts/generate_routing_views.py; do not hand-edit docs/skill-index.md or update routing merely because a directive was recorded.
Output
When a ledger was actually changed, report:
- canonical path used
- current directives added or changed
- lifecycle and fulfillment transitions
- evidence recorded
- stale, blocked, or superseded items requiring attention