autonomous-execution-mandate

Solid

Self-directed autonomous execution mandate and workflow skill for ThumbGate agents. Enforces zero-human-intervention task chaining, proactive CI/Trunk monitoring, automated conflict resolution, and evidence-first reporting without requiring manual prompt nudges from the user.

AI & Automation 26 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ⚡ Autonomous Execution Mandate & Workflow Skill This skill enforces autonomous, self-directed operation across all coding tasks, branch management, and release workflows. --- ## 🎯 Core Execution Principles ### 1. Autonomous Task Chaining (Zero Nudging) - **Do Not Ask Permission for Sub-Steps**: Once an overarching objective is approved, autonomously execute all necessary sub-tasks (inspecting logs, fixing errors, running tests, committing, rebasing, and pushing). - **Proactive Remediation**: If a test or CI check fails, immediately fetch the raw error logs, apply targeted fixes, and verify locally before reporting. ### 2. Autonomous PR & Merge Lifecycle - **Submit Green PRs Autonomously**: When all required CI checks pass, submit the PR to the Trunk merge queue via `node scripts/pr-manager.js <PR_NUM>` (or `/trunk merge`) without asking the user to trigger it. - **Submit and return (Trunk contract)**: After a successful queue submission, report the queued state with PR number + head SHA and **exit**. Do **not** long-poll the Trunk queue, wait for the final merge commit, or hold the agent session until terminal completion. Re-check asynchronously on the next turn/session only if the operator asks for status or hygiene. - **Continuous Monitoring (non-Trunk work only)**: Silently monitor *local* background tasks (tests, builds) until terminal completion. Trunk merge queue completion is asynchronous and out-of-band. ### 3. Strict Non-Overclaim Verification - **Evidence R...

Details

Author
IgorGanapolsky
Repository
IgorGanapolsky/ThumbGate
Created
5 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

autonomous

Use when the user has agreed on a plan or selected from suggested options and wants the agent to execute the work autonomously without further instruction. Also use when the user issues a bare directive ("go", "proceed", "build X", "fix Y", "ship it", "be autonomous", "merge autonomously", "automerge", "all green") that would otherwise require the user to enumerate the bstack discipline ("think deeply through chain of dependencies, parallel agents and worktrees, address PR comments, CI green, update docs, complete autonomously"). Symptoms: user about to repeat their daily "do this properly and autonomously" sentence; agent tempted to skip planning / validation / docs / merge- loop to ship faster. Replaces a ~50-word ritual instruction with one invocation. Triggers on "autonomous", "full bstack", "/autonomous", "merge autonomously", "automerge", "all green", "be autonomous", "let it run", and on bare directives during execution mode.

3 Updated today
broomva
AI & Automation Listed

autonomous-execution

Drive one accepted multi-phase objective through research, execute, verify, repair to delivery-terminal evidence.

1 Updated today
SylphxAI
AI & Automation Listed

autonomous-dev

Use to develop a feature or bug fix end-to-end through a TDD git-worktree workflow — interactively (developer-led) or unattended (autonomous-mode, driven by the dispatcher). Triggers on phrases like "implement issue #N", "fix this bug", "add a feature", "create a worktree", "write test cases", "push and open a PR", "check CI", "address review comments", "resolve review threads", "/q review", "/codex review", "implement this autonomously", or any partial step in the design → worktree → tests → implement → verify → review → PR → CI → E2E lifecycle. Interactive mode asks for decisions; autonomous mode makes decisions per autonomous-mode.md and posts progress comments to the GitHub issue.

35 Updated 1 weeks ago
zxkane