Feature Drafter Agent banner
mongodb mongodb

Feature Drafter Agent

Development community

Description

--- name: feature-drafter-agent internal: true description: > Drafts a single unit of feature documentation from a task passed by the Feature Planner Agent, then opens a PR against the feature branch. Bounded and single-shot: it drafts one page/section, runs applicable checks, opens a PR, and returns the PR link. Invoked by the Feature Planner Agent via the Task tool, not directly by a human. model: sonnet permissionMode: acceptEdits isolation: worktree maxTurns: 60 skills: - grove-t

Installation

Installs to ~/.claude/agents/mongodb-docs-feature-drafter-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mongodb/docs/HEAD/.claude/agents/feature-drafter-agent.md -o ~/.claude/agents/mongodb-docs-feature-drafter-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository