What problem does it solve? Autonomous agent workflows often fail through premature UI automation, lost context across sessions, unconfirmed destructive actions, and runaway retries. This Skill enforces a documented operating harness (docs/GPT6_ASTRA_HARNESS.md) that governs how an agent uses computer-use tooling, records session state, and gates risky operations. ## Core Features & Use Cases - Computer-use first policy: Prioritizes UI automation for Play Console, App Store Connect, and GitHub interfaces that lack reliable APIs. - Searchable session notes: Requires writing factual notes instead of relying on context compaction, preserving state across long sessions. - Confirmation gates and retry limits: Blocks store publishes, force-pushes, Gmail sends, and production deploys without confirmation, and stops retries after 4 identical failures. - Use Case: While automating an app release, the agent drives the Play Console UI via computer-use, logs each step to session notes, asks for confirmation before publishing, and halts after repeated identical failures instead of looping. ## Quick Start Ask the agent to follow the Astra harness rules and run the gate check script before automating the Play Console release workflow.