Convert or restructure data — JSON to CSV, extract fields, reformat, clean, reshape — in an isolated context so the input/output bulk stays out of the main session. Use when the user wants a mechanical data transformation ("turn this JSON into CSV", "extract all emails from this text", "flatten this
Convert or restructure data — JSON to CSV, extract fields, reformat, clean, reshape — in an isolated context so the input/output bulk stays out of the main session. Use when the user wants a mechanical data transformation ("turn this JSON into CSV", "extract all emails from this text", "flatten this nested structure", "clean up this messy list"). Dispatches a Haiku worker that applies the instruct