title: Agentic Drafting mode status: experimental kind: feature mode: Drafting source: > MISSION.md § Technical scope (Drafting). docs/modes.md § Drafting. Implemented by security-issue-fix (stable, security-only), issue-fix-workflow (experimental), and audit-finding-fix (experimental). acceptance:
gh pr create --web (human reviews in browser) or handed back for the human to push; no autopilot push/merge.The agent drafts a fix for a well-scoped problem — a triaged issue, a CVE-allocated security report with team consensus on scope, a failing test with an obvious cause, a documentation hole — and prepares a PR. Every PR is reviewed and merged by a human committer; the agent never merges its own work.
security-issue-fix (stable, security-only) — drafts the fix in the user's local <upstream> clone, runs local checks, opens the public PR via gh pr create --web, scrubs confidential framing.issue-fix-workflow (experimental) — drafts a fix for a triaged general-issue; does not open the PR on autopilot, hands back a branch + commits + test results for the human to push.audit-finding-fix (experimental) — drafts a fix for a finding from an audit tool (ruff, mypy, security scanner); parses the finding report, implements the smallest fix, scope-checks the diff, and hands back a commit for the human to push.tools/dev — shared local-check helpers.gh pr create --web (human confirms in the browser) or a hand-back.AGENTS.md § Confidentiality).Generated-by: — never Co-Authored-By: an agent.proposed, not yet built.skill-and-tool-validate passes on the drafting-family skills.uv run --project tools/skill-and-tool-validator --group dev skill-and-tool-validate
security-issue-fix (stable), issue-fix-workflow (experimental), and audit-finding-fix (experimental). The remaining proposed surface is generic drafting at scale (lint-fix batches, doc-hole sweeps) — not yet planned.