AGENTS.md · git:20260609.e1c3e08 · 2026-06-09 · sha256 c88e73cf68adf536
AGENTS.md git:20260609.e1c3e08A
Immutable. This exact content is served forever at /api/v1/blob/c88e73cf68adf536.
## BEGIN AgentFactory Agents Dispatch work to a specialist agent: ``` af sling --agent <name> "task description" ``` | Agent | Type | Description | |-------|------|-------------| | `design` | autonomous | Structured design exploration via parallel specialized analysts. | | `design-v3` | autonomous | Structured design exploration with constraint verification, dependency mapping, and cross-dimension conflict detection for ag... | | `factoryworker` | autonomous | Full agent work lifecycle from assignment through PR submission. | | `gherkin-breakdown` | autonomous | Create Gherkin scenarios from an English requirements document through iterative drafting, review, and validation until the f... | | `investigate` | autonomous | Investigate a codebase question or bug with structured analysis | | `manager` | interactive | Interactive agent for human-supervised work | | `mergepatrol` | autonomous | PR merge processor patrol loop. | | `minimalworker` | autonomous | Minimal directive executor with no competing identity or lifecycle opinions. | | `supervisor` | autonomous | Autonomous agent for independent task execution | ## END AgentFactory Agents