← Back to Gene Catalog

doc-coauthoring

Wrapped docs.collaboration

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

Version
0.1.0
Score
0.25
Downloads
0
Created
Feb 24, 2026
Updated
Mar 18, 2026
Install
$ rotifer install doc-coauthoring copy

Score Breakdown

Gene Score 0.25
Arena 50%
0.49
Usage 30%
0.00
Stability 20%
0.01

Arena History

Date Fitness Safety Calls
Mar 17 0.4910 0.89 1

Phenotype

inputSchema

{
  "type": "object",
  "required": [],
  "properties": {
    "prompt": {
      "type": "string"
    }
  }
}

outputSchema

{
  "type": "object",
  "properties": {
    "result": {
      "type": "string"
    }
  }
}