a11y-audit
Run a Maestro-style accessibility audit for WCAG compliance, ARIA usage, keyboard navigation, and screen reader compatibility
Execute an approved Maestro implementation plan using the shared session-state contract
$ npx -y skills add josstei/maestro-orchestrate --skill execute --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/executeContext preview
The summary Claude sees to decide when to auto-load this skill.
Execute an approved Maestro implementation plan using the shared session-state contract
name: execute description: Execute an approved Maestro implementation plan using the shared session-state contract allowed-tools: - Read - Write - Edit - Bash - Agent - Glob - Grep - WebSearch - WebFetch - AskUserQuestion - TaskCreate - TaskUpdate - TaskList - Skill - EnterPlanMode - ExitPlanMode
1. Call `get_runtime_context` if it appears in your available tools. Use the returned tool mappings, agent dispatch syntax, MCP prefix, and paths throughout this session. 2. If `get_runtime_context` is unavailable, use this compact fallback:
Call `get_skill_content` with resources: ["execution", "delegation", "session-management", "validation"].
Read the approved implementation plan at the user-provided path (or check `docs/maestro/plans/` for the most recent plan). Resolve the execution mode gate, create or resume session state, then execute phases through child agents following the loaded methodology.
Maestro is a multi-agent development orchestration platform with 39 specialists, an Express path for simple work, a 4-phase standard workflow for medium and complex work, persistent session state, and standalone
Repo: josstei/maestro-orchestrate
Run a Maestro-style accessibility audit for WCAG compliance, ARIA usage, keyboard navigation, and screen reader compatibility
Archive the active Maestro session while preserving the shared state layout
Standalone code review methodology for structured, severity-classified code assessment
Run a Maestro-style regulatory compliance review for GDPR/CCPA, cookie consent, data handling, and licensing
Agent delegation best practices for constructing effective subagent prompts with proper scoping