Skill Crossroads automation-architect-aa
rubric v1.2 · deterministic
D 65.8/100 overall
Correctness & Structure 33 2 fail
Triggering & Discoverability 33 2 fail
Clarity & Instructions 100 pass
Token & Context Cost 100 pass
Safety & Security 81 2 warn
Verifiability & Maintainability not yet scored

Top fixes — ranked by score impact

STRUCT-01 Valid YAML frontmatter
automation-architect-aa.md:1 YAML parser rejected the frontmatter block
Frontmatter failed to parse: Nested mappings are not allowed in compact mappings at line 2, column 14: description: Use this agent when you need enterprise automation strategy, intel… ^
Fix Fix the YAML so it is a valid `key: value` mapping between the opening and closing `---` fences.
STRUCT-02 Recommended fields present
automation-architect-aa.md:1
No frontmatter to read fields from (see STRUCT-01).
Fix Add frontmatter with a `description` field.
TRIGGER-02 Description long enough to anchor invocation
automation-architect-aa.md:1
No description — nothing for the model to match against.
Fix Add a description that leads with the use case and the phrases a user would say.
TRIGGER-03 Invocation cues in the description
automation-architect-aa.md:1
No description — no invocation cues possible.
Fix Add a description with explicit cues: 'Use when …' plus the phrases a user would say.
SAFETY-03 No destructive auto-invocation
automation-architect-aa.md:37auto-invocable (no disable-model-invocation) performs a destructive action ("deployment")
Skill appears to "deployment" but the model can auto-invoke it — a destructive action could fire without the user asking.
deployment
Fix If this action is destructive/irreversible, set `disable-model-invocation: true` so it only runs when explicitly invoked.
SAFETY-02 allowed-tools least-privilege
automation-architect-aa.md:1no `tools` declared the agent inherits every tool, including Bash
Subagents without a `tools` list get unrestricted tool access.
Fix Declare a scoped `tools:` list with only what the agent needs (e.g. `tools: Read, Grep, Glob`).
Partial grade — some applicable rubric categories were not scored on this scan (e.g. LLM-assisted checks without a key) and are excluded from the overall.

Embed this badge

Skill Crossroads grade D Always-fresh — it re-scans and updates on its own.
[![Skill Crossroads](https://skillcrossroads.com/api/badge/NicholasSpisak/claude-code-subagents/agents/ai-automation-specialists/automation-architect-aa.md.svg)](https://skillcrossroads.com/s/NicholasSpisak/claude-code-subagents/agents/ai-automation-specialists/automation-architect-aa.md)
Grade your own Claude Code skill — evidence-cited, file-and-line, free. Scan your own skill →