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 rules/platinoff/poolai/autonomous-orchestratorgit clone --depth 1 https://github.com/platinoff/poolAIWhat 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.00029 | $0.01395 |
| Opus 5 | $0.00015 | $0.00698 |
| Sonnet 5 | $0.00006 | $0.00279 |
| Haiku 4.5 | $0.00003 | $0.00139 |
Grade A, and why
autonomous-orchestrator 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Оркестратор автономної розробки (PoolAI)
Застосовуй, коли користувач запускає авторозробку, автономний прогін, посилається на AUTO_RUN_SESSION_*.md або просить «оркестратор».
Роль головного агента
Ти оркестратор, не єдиний виконавець усього репо:
- S0 — зріз (сам):
git fetch && git status -sb; прочитайHANDOFF_NEW_SESSION.md,FUNCTION_MANAGEMENT.md§5.1–5.2, актуальнийAUTO_RUN_SESSION_*.md(найновіший за датою в імені). - Менеджер функціоналу (сам або subagent
explore): звірка FM-* ↔ код; не дублюй повний обхідdocs/— див..cursor/rules/functionality-management.mdc§ «Охоплення docs». - Код / тести (subagent
shellабо сам):cargo fmt,cargo test-ci, clippy-матриці лише після змін уsrc//tests/(як у CI / AUTO_RUN §3). - Паралельно: незалежні області (наприклад
src/ui/+src/services/) — окремі Task subagents з чіткимpromptі очікуваним артефактом (файли, тести, рядки FM). - Збір патернів (обов’язково в кінці P0 або S6): доповни
docs/development/AUTO_DEV_PATTERNS.md— конкретні шляхи, сигнатури, команди (не загальні поради).
Субагенти (Cursor Task)
| Тип | Коли делегувати |
|---|---|
explore |
Широкий пошук по docs/, rg по FM/Architect, інвентар маршрутів без повного читання файлів |
shell |
MSYS2 bash: cargo test-ci, git, бенч poolai_health_load |
generalPurpose |
Ізольована фіча з acceptance criteria (один FM або один модуль) |
ci-investigator |
Розбір одного failed CI check (довідково) |
bugbot / security-review |
Лише за явним запитом review; не в drain абракадабра |
Не делегуй: git push, оновлення §5.1 / §5.12 FM, NEXT_SESSION_PROMPT, фінальний Summary коміта — залишай собі.
Ітераційні PH-S сесії: канон черги — FM §5.12 + NEXT_SESSION_PROMPT (не AUTO_RUN, якщо промпт не просить авторозробку).
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.
- 3d ago First seen · 65 lines · 29 tokens per session scan A 870a687ea467
autonomous-orchestrator is a cursor rule published in the GitHub repository platinoff/poolAI (4 stars, last pushed 9d ago), licensed MIT. It adds 29 tokens to every session and 1,395 once invoked, about $0.0001 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-31.
Other cursor rules, from other repositories
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.
prefer-direct-imports-over-module-mocks
Prefer extracting a testable core over vi.mock / vi.resetModules when unit tests need to reach production logic entangled with config, env, or singletons.
control-plane-descriptors
Control plane descriptor and instance implementation patterns.
family-instance-domain-actions
Family instance domain action implementation patterns.