Manager Canary Dispatch

Coordinate and validate Anti-Gravity Manager-native canary dispatches with fail-closed checks.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill manager-canary-dispatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Manager Canary Dispatch
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/manager-canary-dispatch
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill manager-canary-dispatch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run, verify, and triage Anti-Gravity Manager-native canary dispatches with fail-closed checks and run-bus evidence, enabling safe, auditable automation validation.

Core Features & Use Cases

  • Run and triage manager-native canary dispatches with fail-closed checks and run-bus evidence.
  • Validate repo targeting and live cascade tracking to ensure correct scope and artifact generation.
  • Diagnose issues such as repo_select_failed or manager_no_new_cascade_after_submit to triage failures quickly.

Quick Start

Initiate a live canary in your workspace using the manager-native-submit flag and verify that RUN START and RUN END with accompanying run-bus evidence.

Frequently Asked Questions about Manager Canary Dispatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate manager-native canary dispatches safely?

To validate manager-native canary dispatches safely, initiate a live canary in your workspace using the --manager-native-submit flag. This enforces fail-closed checks, ensuring safe, auditable automation runs with run-bus evidence.

What does it mean when a canary dispatch fails with repo_select_failed?

When a canary dispatch fails with repo_select_failed, it indicates an issue with repo targeting during the automation run. Diagnose the failure by verifying the explicit workspace configuration and the correctness of the live repository targets.

Why do I need to announce RUN START and RUN END for canary workflows?

Announcing RUN START and RUN END is required for canary workflows to enforce hands-off operation during active runs. This mechanism provides auditable run-bus evidence, ensuring guardrails are maintained throughout the automation validation process.

Can I use manager-native canary dispatches without specifying a workspace?

No, you cannot use manager-native canary dispatches without specifying a workspace. The validation process requires explicit workspace usage alongside the --manager-native-submit flag to ensure correct scope and artifact generation for the automation run.

What is the best way to triage manager_no_new_cascade_after_submit errors?

The best way to triage manager_no_new_cascade_after_submit errors is to validate live cascade tracking. Diagnose the failure by checking artifact content verification and ensuring cascade discovery completed successfully within the active manager automation workflow.

When do I need fail-closed checks for automation validation?

You need fail-closed checks for automation validation whenever running Anti-Gravity Manager-native canary dispatches across live repository targets. These checks ensure safe, auditable automation by enforcing guardrails and verifying artifact content during active runs.