Northstar Payer Ops
Use this skill to turn a Northstar task context into a schema-matched JSON packet.
- Read
task_context.jsonandanswer_template.jsonfirst. - Extract the target IDs, dates, requested work type, environment base URL, token, and memo constraints.
- Query the shared Northstar environment only. Prefer SQL for joins and filtering; use business endpoints when they expose the needed record directly. Do not inspect local databases, manifests, generated data, or setup scripts unless the prompt explicitly allows it.
- Gather only the records needed to decide the packet. Pull current case, claim, appeal, authorization, policy, document, P2P, assistance, rate schedule, or queue rows as required by the template.
- Apply the family-specific playbook in playbooks.md before resolving conflicts or gaps.
- Build JSON that matches the template exactly. Preserve required key order when the template implies one, respect enum spellings and list ordering, use ISO dates, round currency to cents, use
nullfor absent modifiers, and return JSON only. - Populate
basis_auditwith the precedence label, ordered record trail, controlling record IDs, and exception record IDs. - Add no extra keys unless the template explicitly allows them.