agent-readiness

Solid

Score a task or workflow on its coordination-vs-judgment ratio to tell whether it's a good agent candidate (EXO 3.0 task-decomposition matrix).

AI & Automation 75 stars 18 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /agent-readiness Salim Ismail's EXO 3.0 diagnostic, made runnable: score a piece of work on its **coordination-vs-judgment ratio**. Coordination work — routing information, approvals, scheduling, status tracking, prescriptive/standardized steps — is what AI agents do best, so it's *agent-ready*. Judgment work — resolving ambiguity, handling exceptions, navigating relationships, making a call with no playbook — should stay with (or escalate to) humans. ## When to use - Before delegating a task/workflow to an agent — is it actually a good candidate? - When deciding whether a process should be fully automated, agent-with-oversight, hybrid, or kept human-led. - When mapping which of your workflows a small team + agents could rebuild first (Salim: "every task that scores high on coordination has agent readiness"). ## How Score a task: ```bash curl -X POST -H "Authorization: Bearer $AUTH" -H 'Content-Type: application/json' \ -d '{"task":{"name":"Invoice intake","description":"Route invoices, schedule approvals, track status, compile a weekly report, notify owners."}}' \ http://localhost:${INSTAR_PORT:-4042}/agent-readiness/score ``` Score a workflow (by its steps): ```bash curl -X POST -H "Authorization: Bearer $AUTH" -H 'Content-Type: application/json' \ -d '{"workflow":{"steps":["Fetch the record","Assign accounts","Schedule orientation","Update the tracker"]}}' \ http://localhost:${INSTAR_PORT:-4042}/agent-readiness/score ``` Returns: ```json { "coordinat...

Details

Author
JKHeadley
Repository
JKHeadley/instar
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

agent-production-readiness

Reviews an AI agent for production readiness across evaluation, cost, observability, guardrails, human oversight, reliability, and governance. Use when someone is preparing an agent for production or a go-live, asking whether an agent is ready to ship, reviewing an agent's design, prompt, tools, or deployment, or hardening a working prototype into a dependable system. Produces an evidence-based scorecard and a prioritized list of the gaps to close.

0 Updated 1 weeks ago
hamidettefagh
AI & Automation Listed

agent-readiness

Evaluate whether an agent, model, CLI, plugin, or role is ready for a proposed responsibility. Use when the user says "agent readiness," "is this agent ready," "can Codex be primary," "can Grok handle this role," "promote this agent," "evaluate this worker," "review model readiness," or "/agent-collab:agent-readiness." Also offer this proactively before assigning a new primary, reviewer, worker, delegate, headless, release, or merge-related role to Claude, Codex, Antigravity/Gemini, Grok, or a future agent.

0 Updated today
sumitake
AI & Automation Listed

autonomy-readiness

Evaluate whether an autonomous, always-on, scheduled, headless, or self-evolving workflow is ready to run safely. Use when the user says "autonomy readiness," "activation gate review," "is this workflow ready to run autonomously," "go/no-go autonomy," "always-on readiness," "headless operation review," or "/agent-collab:autonomy-readiness." Also offer this proactively before enabling background agents, recurring automations, auto-merge/self-evolution, external actions, unattended host runs, or any workflow that can continue without a human watching.

0 Updated today
sumitake