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 skills/panaversity/agentfactory-business-plugins/task-intelligencenpx skills add panaversity/agentfactory-business-plugins --skill task-intelligencegit clone --depth 1 https://github.com/panaversity/agentfactory-business-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/panaversity/agentfactory-business-plugins/task-intelligence)<a href="https://agentmods.dev/skills/panaversity/agentfactory-business-plugins/task-intelligence"><img src="https://agentmods.dev/badge/skills/panaversity/agentfactory-business-plugins/task-intelligence.svg" alt="Measured on agentmods" height="20"></a>What 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.00083 | $0.00999 |
| Opus 5 | $0.00042 | $0.00500 |
| Sonnet 5 | $0.00017 | $0.00200 |
| Haiku 4.5 | $0.00008 | $0.00100 |
Grade A, and why
task-intelligence 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 4d 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 — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TASK INTELLIGENCE WORKFLOW
STEP 1 — LOAD CONTEXT
Read work.local.md in the current working directory.
If it does not exist, tell the user to run /agentic-office:setup first.
STEP 2 — IDENTIFY REQUEST TYPE
TYPE 1: CAPTURE (from brain dump / meeting notes / messages) Purpose: Rapidly capture and structure unorganised input. Input: Raw notes, brain dump, meeting output, messages — any format Output: Structured, prioritised list with owners and deadlines
TYPE 2: DAILY PRIORITISATION Purpose: Determine what to work on today from a larger set. Input: Full list (from work.local.md or provided) Output: Today's critical path (3-5 items) + schedule suggestion
TYPE 3: WEEKLY PLANNING Purpose: Set the week's priorities before it begins. Input: Project statuses; open delegations; upcoming deadlines Output: Week-ahead critical path; delegation candidates; decision items
TYPE 4: BACKLOG REVIEW Purpose: Audit the backlog — drop dead items; re-prioritise the rest. Input: Current backlog Output: Kept / dropped / re-prioritised list with rationale
TYPE 5: CROSS-DOMAIN PLAN Purpose: Generate an integrated action plan for a scenario that spans multiple functions (HR + Finance + Ops, etc.) Output: Items by function; dependencies; delegations; timeline
STEP 3 — EXECUTE WITH PRIORITY SORTING
OUTPUT STRUCTURE:
CAPTURE — [Date]
================================================================
[N] items captured | [N] overdue | [N] delegation candidates
-- P1 — URGENT / HIGH IMPACT ---------------------------------
[ ] [ITEM-NNN] [Title]
Context: [Why this matters; what it connects to]
Due: [Specific date or "today"]
Project: [Project name from work.local.md]
Action: [Specific first action — not vague]
Delegate: [If applicable — to whom]
Note: [Any sensitivity or communication guidance]
-- P2 — IMPORTANT / THIS WEEK --------------------------------
[Same structure]
-- P3 — STANDARD / BACKLOG -----------------------------------
[Same structure — briefer]
-- DELEGATION CANDIDATES --------------------------------------
[Item] → [Person from work.local.md] (with brief note on approach)
-- BLOCKED / AT RISK ------------------------------------------
[Any item that cannot proceed without something else; name the blocker]
================================================================
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago First seen · 119 lines · 83 tokens per session scan A f10ad16caca4
task-intelligence is a skill published in the GitHub repository panaversity/agentfactory-business-plugins (28 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 83 tokens to every session and 999 once invoked, about $0.0004 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 skills, from other repositories
internal-linking-optimizer
Use when improving internal link structure, anchor text, orphan pages, crawl depth, site architecture, or link equity flow. 内链优化/站内架构.
geo-review-html
Render an interactive, self-contained HTML companion for a GEO content brief (04-content-brief) or a publish-ready draft (05-production), so a NON-technical client reviewer (founder, organizer staff, the domain expert filling slots) can fill REQUIRED-FILL slots, leave section-level comments, and approve/return work in…
follow-up-writer
Use when drafting a post-event follow-up message to someone met at a conference.
schedule
Create, list, remove or inspect this bot's scheduled work — recurring jobs ("every morning at 7 tell me X", "every weekday at 9 post the standup") and one-shot follow-ups ("check back in 20 minutes", "watch that deploy until it lands", "remind me on Friday"). Use whenever something must happen on a schedule…
kanban-codex-lane
Use when a Hermes Kanban worker wants to run Codex CLI as an isolated implementation lane while Hermes keeps ownership of task lifecycle, reconciliation, testing, and handoff.
coding-agents
Delegate coding tasks to external autonomous AI coding CLI agents — Claude Code, Codex, OpenCode, and Kanban+Codex lane patterns. Covers install, auth, one-shot tasks, interactive sessions, PR reviews, parallel worktrees, and reconciliation.