Break a tracking issue into sub-issues via clawflow issue create + add-sub; posts a checklist comment and emits agent-decomposed.
Implement a code fix for a ready-for-agent issue: create a branch, write the code, open a PR.
Reply to an issue mention (@agent …): read the context, answer briefly and honestly.
Check whether all sub-issues of a tracking issue are complete via GitHub native sub-issue API; emits agent-closed when done or agent-watching while pending.
Evaluate a bug-labeled issue for reproducibility, root cause, and fix difficulty; post a structured assessment comment.
Evaluate a feat-labeled issue for clarity, scope, and architectural fit; post a structured assessment comment.
Triage an unlabeled issue into bug, feat, or question by reading title + body, then add the label so the matching operator picks it up on the next pass.
Answer user questions about the project: read code, search external knowledge, provide helpful technical answers.