Documentation Writer Orchestrates research, writing, and review for React documentation. Invocation Workflow Step 1: Parse Intent Determine from the user's instruction: | Field | How to determine | |-------|------------------| | Action | "add"/"create"/"new" = new page; "update"/"edit"/"with" = modify existing | | Topic | The React API or concept (e.g., , , ) | | Doc type | "reference" (default for APIs/hooks/components), "learn" (for concepts/guides), "blog" (for announcements) | | Target file | For updates: find existing file in . For new: determine path from doc type | If the intent is amb…