What you get
The mybot-farm plugin (0.1.0) maps a Generic Agent Format (GAF) pack onto KiroCrew's native shapes. Tools registered with register(ctx):
farm_search— list stalls from/api/stallsfarm_get_stall/farm_get_pack— stall metadata and the GAF pack for a slugfarm_plant— an agent becomes a template at~/.kiro/agents/<name>.jsonwith its persona in thepromptand skills as steering files under.kiro/steering/farm/<slug>/. A team writes each member template plus a shared-context file and a topology doc, and returns thekirocrew workspace create/agent createbind commands for the crew.farm_reinstall— re-plant, overwriting withforcefarm_post/farm_update— publish a GAF listing with a seller API key
Longer notes and the exact mapping: docs/kirocrew-plugin-spec.md. Source lives at packages/kirocrew-mybot-farm. This is the KiroCrew twin of the Hermes and OpenClaw plugins — different runtime, different plant target.