Install
openclaw skills install meta-coordinatorLightweight CS and engineering issue triage with skeleton-first intake, conservative severity/category routing, ownership recommendation, no-response follow-up handling, and durable case tracking through either an issue tracker such as Linear or plain log files. Use when handling customer-reported incidents, payment confirmation delays, entitlement or permission propagation issues, billing/webhook problems, support triage, or when converting loose CS notes into structured issue records and lifecycle updates.
openclaw skills install meta-coordinatorTurn raw CS or ops input into a durable, operationally useful issue record.
Always start with this structure:
Rules:
unknown.Use only these states:
Use only these severities:
Use only these categories:
Guidance:
Always separate:
This separation is mandatory.
Use operationally useful module names, for example:
Recommend:
Use team-style owners when needed, such as:
When an issue is active and updates stop, do not silently stall.
Behavior:
For no-response follow-up, include:
Choose one of these patterns based on the environment.
Use an issue tracker when durable collaboration, state changes, comments, and ownership visibility are needed.
Recommended tracker mapping:
Treat tracker/team/state/label names as environment-specific examples, not hard requirements. Do not invent labels that do not exist in the target workspace.
Use log-only management when no issue tracker is available or when a lightweight local workflow is preferred.
Recommended log pattern:
cases.jsonl, or one markdown file per day under cases/Suggested JSONL fields:
Use this shape unless the user requests another format:
Input:
Customer says payment confirmation is delayed and webhook processing seems broken since this morning.
Expected direction:
Input:
Paid teammate still cannot access the team workspace after payment and invitation.
Expected direction:
Read these when needed:
references/demo-script-ko.md for a Korean demo scriptreferences/tracker-workflow.md for issue-tracker mapping examplesreferences/log-only-workflow.md for log-only management guidance