workflow-setup
Setup
Create or refresh the repo-local agent config used by the other skills. Run this once per repo, then rerun it when the workflow may have changed or the user wants to verify that the config is current. The output is a compact lookup table, not a narrative doc.
Include stable values workflow agents need repeatedly: repo commands, tracker IDs, labels, agent access, review gates, handoff shape, and safety rules. Agents should query external systems to refresh live state, not to rediscover these values. If a value cannot be verified during setup, record it as an explicit unknown with the source that should verify it.
Setup is a verification pass, not a best-effort note-taking pass. Every populated
config value that can change agent behavior must have current evidence from the
repo, tracker, code host, CI, agent integration, environment config, or explicit
user instruction. If the value is not verified, mark it inferred or move it to
Unknowns; do not present it as authoritative.