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 79 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
6 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 months 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 2 days ago
sumitake
AI & Automation Solid

agent-readiness

Scores how ready a repository is for AI coding agents to work in it effectively, then remediates the gaps - grades agent instruction files, verifiable feedback loops, onboarding reproducibility, and codebase navigability against a fixed 30-signal rubric, stack-agnostic across TypeScript, Python, Go, Rust, Ruby, Java, C#, and PHP/Laravel. Activates when the user says 'is this repo agent-ready', 'readiness report', 'readiness score', 'agent readiness', 'audit this repo for AI agents', 'why do agents struggle in this codebase', 'make this repo agent-friendly', 'audit our agent instruction files', or 'score our agent readiness'. Owns the scoring and the remediation plan; defers the writing of ./docs content to vd:docs, locating code to vd:scout, public documentation sites to vd:docs site, refactoring a change toward its intended architecture to vd:simplify --aggressive, and authoring instruction files and skills to vd:skill-creator.

7 Updated today
vanducng