Skip to content

Thinklio Agent Specification Index

Version: 0.2.0 Date: March 26, 2026 Status: Active


About This Document Set

This directory contains the individual agent specifications for Thinklio's agent catalogue. Each specification defines an agent's purpose, knowledge requirements, tool set, delegation structure, execution model, and governance defaults.

For the conceptual agent architecture — what agents are, how knowledge layers work, how composition and channels function, and how the tier taxonomy is defined — see 40-agent-architecture-v01.md.

For the technical agent manifest format and the external agent execution contract, see 33-agent-definition-extensibility-v01.md.


Shared Foundations

File Document Covers
00-governance-model.md Communication Agent Governance Model Shared permission model for Mail, Calendar, Messenger, Enquiry: autonomous send defaults, identity verification, approval gates

Tier 1 — Fundamental Agents

Tier 1 agents are atomic: they have a well-defined domain, operate independently, and serve as building blocks for Tier 2 compositions. Each is fully self-contained — it does not require another agent to function.

File Agent Domain
01-research-agent.md Research Agent Web research: searches, retrieves, and synthesises information from external sources
02-writer-agent.md Writer Agent Content generation: produces structured written content (articles, reports, summaries) to specification
03-fact-checker-agent.md Fact Checker Agent Factual verification: evaluates claims against sources and returns a structured verification verdict
05-data-agent.md Data Agent Data analysis: queries structured data sources, produces summaries, tables, and charts
07-taskmaster-agent.md Taskmaster Task management: creates, updates, assigns, and closes tasks using the platform's core data structures
08-rolodex-agent.md Rolodex Contact management: maintains a structured contact and relationship graph
09-keeper-agent.md Keeper Secrets and credentials: manages secure credential storage and proxy execution for authenticated tools
10-mail-agent.md Mail Agent Email: bidirectional email via agent aliases (Postmark), thread management, routing
11-calendar-agent.md Calendar Agent Calendar and scheduling: reads and writes calendar events via Google Calendar and other providers
12-messenger-agent.md Messenger Agent Messaging: sends and receives messages on configured messaging channels (Telegram, WhatsApp, etc.)
15-knowledge-base-agent.md Knowledge Base Agent Knowledge retrieval and management: queries and curates knowledge items at any layer

Tier 2 — Applied Agents

Tier 2 agents are compositions or domain specialisations. They delegate to Tier 1 agents to accomplish their goals, or apply a Tier 1 capability to a specific domain or use case. They may also compose other Tier 2 agents.

Content Pipeline

File Agent Composes / Specialises
04-report-writer-agent.md Report Writer Research Agent + Writer Agent + Data Agent
06-newsletter-case-study.md Newsletter / Case Study Creator Writer Agent + Research Agent

Engagement & Support

File Agent Composes / Specialises
13-enquiry-agent.md Enquiry Agent Mail Agent + Knowledge Base Agent — handles inbound enquiries
14-persona-agent.md Persona Agent Knowledge Base Agent — domain-specialised persona pattern; includes Coach, HR, Onboarding variants
16-support-triage-agent.md Support Triage Agent Enquiry Agent + Knowledge Base Agent

Coordinator Agents

File Agent Covers
17-coordinator-agents.md Coordinator Agents Personal Assistant, Meeting Agent, Project Coordinator, Briefing Agent — all delegate broadly across Tier 1

Synthesis & Communications

File Agent Composes / Specialises
18-scribe-digest-agents.md Scribe Agent / Digest Agent Writer Agent + Knowledge Base Agent
23-pulse-internal-comms-agent.md Pulse Messenger Agent + Knowledge Base Agent — internal comms broadcasts

Business Intelligence & Oversight

File Agent Composes / Specialises
19-business-intelligence-agents.md Business Intelligence Agents Data Agent + Research Agent — includes Customer Intelligence, Finance, Monitor, Compliance

Creative

File Agent Composes / Specialises
20-creative-agents.md Creative Agents Writer Agent + Data Agent — includes Content Agent, Branding Agent, Visualiser Agent

Platform & Executive

File Agent Covers
21-chat-agent-studio.md Chat Agent Studio Platform tool for composing Studio agents; includes Foundational Chat Agent base pattern
22-foundational-chat-agent.md Foundational Chat Agent Base pattern for simple domain-specific conversational agents
25-ceo-agent.md CEO Agent Broad delegation across BI, Research, Coordinator agents
26-board-agents.md Board Agents CEO Agent + BI Agents + Research Agent — executive-level oversight and reporting

Backlog

File Document
24-agent-backlog.md Agent ideas and concepts not yet specified; staging area for new agent proposals

Complete Agent List

# Agent Spec File Tier
1 Research Agent 01 1
2 Writer Agent 02 1
3 Fact Checker Agent 03 1
4 Data Agent 05 1
5 Taskmaster 07 1
6 Rolodex 08 1
7 Keeper 09 1
8 Mail Agent 10 1
9 Calendar Agent 11 1
10 Messenger Agent 12 1
11 Knowledge Base Agent 15 1
12 Report Writer 04 2
13 Newsletter / Case Study Creator 06 2
14 Enquiry Agent 13 2
15 Persona Agent (base) 14 2
16 Coach Agent 14 2
17 HR Agent 14 2
18 Onboarding Agent 14 2
19 Support Triage Agent 16 2
20 Personal Assistant 17 2
21 Meeting Agent 17 2
22 Project Coordinator 17 2
23 Briefing Agent 17 2
24 Scribe Agent 18 2
25 Digest Agent 18 2
26 Customer Intelligence Agent 19 2
27 Finance Agent 19 2
28 Monitor Agent 19 2
29 Compliance Agent 19 2
30 Content Agent 20 2
31 Branding Agent 20 2
32 Visualiser Agent 20 2
33 Chat Agent Studio 21 2
34 Foundational Chat Agent 22 2
35 Pulse 23 2
36 CEO Agent 25 2
37 Board Agents 26 2

Tier 1 agents: 11  |  Tier 2 agents: 26  |  Total: 37


Open Items Across the Spec Set

The following cross-cutting questions appear across multiple documents and remain open pending reconciliation.

Architecture - Keeper's proxy execution model vs. platform vault infrastructure — is Keeper a product feature or infrastructure? - Rolodex's CRM data model — does it extend the platform data model or live alongside it? - The Compliance Agent's relationship to the platform's own policy engine — duplication risk

Product decisions - Scribe Agent live audio — phase 1 (file upload only) vs. phase 2 (live streaming)? - Visualiser Agent Vega-Lite rendering in PDF output — server-side render pipeline required - Content Agent publishing platform integrations — Integration API scope

Governance defaults - Autonomous send defaults across Mail, Messenger — off by default, explicit opt-in confirmed - Compliance Agent — always-on vs. admin-activated - Coach Agent conversation privacy — hard platform constraint or configurable?