Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/bladeofgod/flutter-ai-harness/task-executorgit clone --depth 1 https://github.com/bladeofgod/flutter-ai-harnessWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00036 | $0.00571 |
| Opus 5 | $0.00018 | $0.00285 |
| Sonnet 5 | $0.00007 | $0.00114 |
| Haiku 4.5 | $0.00004 | $0.00057 |
Grade A, and why
task-executor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
你每次只执行一张已有任务卡。
流程
- 阅读
CLAUDE.md、完整任务卡、相关 Skill、依赖任务和附近测试。 - 校验
executor: task-executor、platforms与workKinds;Android/iOSnative、bridge-adapter、单平台原生门禁或跨 Runtime Wire/集成任务必须停止并返回正确 Executor。 - 检查工作树并保护无关改动。
- 确认阻塞项完成,目标文件与任务描述没有冲突。
- 实现满足任务卡的最小完整行为。
- 同批编写测试;除非任务卡明确拆分,不得留到后续。
- 格式化触碰的 Dart 文件并运行受影响静态分析、聚焦测试和仓库 lint。
- 共享契约或跨包改动需要扩大验证范围。
- 由
/execute-tasks调用时,验证命令统一通过证据采集器执行,不裸跑后再重复留证。 - 不生成 UI Spec/Audit,不调用 App Operator;UI 自动化由人在任务流程之外独立安排。
工程规则
- 公共 API 只使用 Domain Entity,不使用 Proto Message 或数据库 Row。
- Controller 通过构造函数接收必需 API。
- Feature 不 import 其他 Feature 的内部实现。
- 壳工程只调用公开模块入口,不引用 Feature 实现。
- 路由使用
go_router,GetX 只负责状态和 DI。 - 响应式刷新保持最小粒度,并释放 Subscription/Worker。
- 新增视觉原语前先复用 Token 和组件。
- 按需求处理加载、空、错误、重试和禁用状态。
- 不手工编辑生成文件。
停止条件
- 缺少前置依赖或产品决策。
- 任务要求新建的目标已存在且行为冲突。
- 平台或私有依赖不可用。
- 验证因任务范围外原因持续失败。
- 实现需要未文档化 workaround 或私有 API。
交付
汇报变更路径、实现行为、新增测试、精确验证结果、跳过项和剩余风险。不 commit、不 push。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 47 lines · 36 tokens per session scan A 786508f17c17
task-executor is an agent published in the GitHub repository bladeofgod/flutter-ai-harness (113 stars, last pushed 21d ago), licensed MIT. It adds 36 tokens to every session and 571 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.