# AI agent workflow and acceptance planner — AgentFit

Canonical: https://agiscorecard.com/workbench/agentfit
Language: en
Method version: 2026-09-19.2

Choose an execution pattern and write testable acceptance criteria before deploying an agent.

## How this tool works

Fixed steps select a deterministic workflow. Adaptive tasks select a read-only agent or an approval-gated agent according to external permissions.

## Input format

- Task steps, one per line: `task`
- Can the steps be specified in advance?: `structure`
- External permissions: `actions`
- Data sensitivity: `data`

## Reproducible example

All prefilled business examples are fictional. Replace them with your own checked inputs.

```json
{
  "columns": [
    "Area",
    "Decision"
  ],
  "rows": [
    [
      "Architecture",
      "Deterministic workflow with explicit steps"
    ],
    [
      "Data boundary",
      "Document source access and retention."
    ],
    [
      "Execution permissions",
      "Allowlist read endpoints; block mutations"
    ],
    [
      "Traceability",
      "Log source references and tool outcomes, excluding secrets"
    ],
    [
      "Stop rule",
      "Stop at budget limit, missing source or conflicting evidence"
    ]
  ]
}
```

## Limits and assumptions

This selects an execution pattern, not a tested vendor winner. No credentials or external actions are requested.

Browser-based tools · Your inputs stay in this browser. No account, cloud backup or paid membership is provided.

[RFC 4180 — CSV format](https://www.rfc-editor.org/rfc/rfc4180)
