From dev-team
Score how ready the current repository is for AI-assisted development against the Agent-Readiness Scorecard. Use when the user asks "how agent-ready is this repo", "score this repo for agents", "agent readiness", or wants a tiered readiness report. Scores YOUR project repo's readiness — not the dev-team plugin's own review agents and routing (for that, use /harness-audit).
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-team:agent-readiness [repo-path] [--json <file>] [--markdown <file>][repo-path] [--json <file>] [--markdown <file>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Role: worker. Scores a **single local repository** against the Agent-Readiness
Role: worker. Scores a single local repository against the Agent-Readiness Scorecard and reports a tier (Agent-Ready / Assisted / Limited / Hostile) with per-criterion evidence.
Not
/harness-audit. This scores the subject repository (your project's build, code quality, docs, and version-control hygiene) from a static checkout./harness-auditaudits the dev-team plugin's own harness (review-agent effectiveness, model tiers, orchestration) from accumulated runtime metrics. Different subject, different input, different output.
This MVP uses file-presence/heuristic analyzers only — no CI-platform APIs. It scores the criteria that can be judged from a checkout:
Criteria that need CI-platform data (coverage, flaky rate, durations, branch
policy — T1–T5, B1, B4, C5, S1–S4, V1) and the org-scale Azure DevOps / Jenkins
discovery from the original plan are deferred to follow-up phases.
Categories with no MVP criterion (test infrastructure, type safety) are reported
as deferred and excluded from the renormalized overall score.
python3 ${CLAUDE_PLUGIN_ROOT}/skills/agent-readiness/scanner.py [REPO_PATH] \
[--json out.json] [--markdown out.md]
REPO_PATH defaults to the current directory.--json/--markdown, prints the JSON result and a Markdown summary.scorecard.yaml next to the scanner — edit there to tune; no code change.manual_review_flags (C3/S3/D4 are heuristic-weak and need human
judgment) and the list of deferred categories, so the score is not
mistaken for a full assessment.Do not invent scores — report exactly what the scanner emits, including its evidence strings.
npx claudepluginhub bdfinst/agentic-dev-team --plugin dev-teamEvaluates a codebase across five pillars (Agent Instructions, Feedback Loops, Workflows & Automation, Policy & Governance, Build & Dev Environment) covering 74 features to assess how agent-ready a repository is.
Assesses a git repository's readiness for AI coding agents using the agentready CLI, then walks through and addresses each gap.
Runs Agent-Ready Codebase Assessment scoring codebase across 8 dimensions with parallel agents, producing weighted 0-100 score, band rating, and improvement roadmap. Supports Ruby, Python, PHP, TypeScript, JavaScript, Go, Java, Scala, Rust.