CHG-005 — Make role guidance resolvable and template-driven
Rationale

The tspec skills must resolve item fields from role guidance, but antora-tracer role-guidance <role> --config traceability.yml --content fails today. The roleGuidance.*.page values are Antora-relative paths, but the tracer resolves them as filesystem paths relative to the config file, so guidance/change.adoc resolves to a nonexistent repo-root file instead of docs/modules/specs/pages/guidance/change.adoc. The guidance pages also carry no item template, so field names exist only as informal prose.

Outcome

antora-tracer role-guidance change --config traceability.yml --content and its decision equivalent return their guidance pages, each carrying an Item template block that enumerates the role’s labeled-list fields.

Out-of-scope

The skill update that consumes the templates is a later change. Core-repo preset consistency is a separate change in the core repository. Roles, relations, workflow, and validation are unchanged.