FORTE: Full-Cycle Office Real-World Task Evaluation
FORTE (Full-cycle Office Real-world Task Evaluation) is a
general agent benchmark for evaluating AI agents on daily office productivity
across 15 corporate professions. Each
task ships as a single .md file with task description plus a multi-modal office environment (xlsx / docx /
pptx / pdf / csv / images / source files), and is scored by an LLM judge
that checks the agent's workspace artifacts against a set of expert-annotated rubrics.
A Chinese version of this README is also available.
Dataset: The full benchmark contains 180 tasks, with at least 10 tasks per profession across all 15 corporate professions. This repository ships one demo task per profession, bundled with the input files, skills, and rubrics the evaluation depends on. The SRE profession's skills are not included because they depend on internal gateways. In addition to the profession-specific skills shipped with each task, we recommend installing a set of general-purpose skills (e.g., skills that assist with reading and editing office documents) to further improve agent performance. For example, the Anthropic skills repository provides high-quality general skills such as docx, pptx, xlsx, and pdf.
Leaderboard: See the FORTE Leaderboard, evaluated on the full 180-task dataset.
Overview
| Dimension | FORTE |
|---|
| Task expression | Single .md + YAML frontmatter; sections ## Prompt, ## Grading Criteria |
| Modalities | Text + xlsx + docx + pptx + pdf + csv + images |
| Professions | Marketing, Sales, BA, Operations, Dev, SRE, HR, Finance, PM, Legal, Algorithm, QA, UI/UX, Administration, and General |
| Grading | LLM-as-judge, all-or-nothing scoring (i.e., score = 1 iff every rubric item passes) |
| Metrics | Avg@3, Pass@3, Pass^3 |
| Agent runtime | OpenClaw inside a single Docker image |
| Requirements | Python 3.10+ stdlib + `d |