a11y-audit
Run a Maestro-style accessibility audit for WCAG compliance, ARIA usage, keyboard navigation, and screen reader compatibility
Run the Maestro debugging workflow for investigation-heavy tasks
$ npx -y skills add josstei/maestro-orchestrate --skill debug-workflow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/debug-workflowContext preview
The summary Claude sees to decide when to auto-load this skill.
Run the Maestro debugging workflow for investigation-heavy tasks
name: debug-workflow description: Run the Maestro debugging workflow for investigation-heavy tasks
Call `get_skill_content` with resources: ["architecture"].
Before delegating, call `get_skill_content` with resources: ["delegation"] and follow the returned methodology.
1. Establish the failing behavior, repro path, and expected behavior 2. Form concrete hypotheses (2-3 likely root causes) 3. Gather evidence from code, logs, tests, and runtime behavior before proposing fixes 4. Isolate the most likely root cause and trace the execution path from trigger to failure 5. Verify the conclusion explains all symptoms and present the recommended fix with specific code location
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
Guides structured design conversations for complex engineering tasks