Autonomy

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is transparent and instruction-only, but it is designed to move broad workflows into ongoing agent ownership with reduced notification, including potentially high-impact tasks.

Review this skill carefully before installing. It does not contain code or hidden network behavior, and it includes important safety promises, but its purpose is to reduce human approval over time. If you use it, start with low-risk tasks, keep notifications enabled, set expiration and rollback rules, and do not delegate access, finance, production, deployment, or public communication actions without strict written scope and review.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If delegated too broadly, the agent could perform business or operational actions with limited review after a pilot period.

Why it was flagged

The skill lists takeover candidates that can mutate repositories, financial/business records, account access, external communications, and deployment environments.

Skill content
### Approvals
- PR merges that always get approved
- Expense reports under threshold
- Access requests for standard tools
...
### Communications
- Routine client responses
...
### Operations
- Deployments to non-production
Recommendation

Only approve narrow, low-risk workflows at first; require explicit per-task scope, notification, rollback, and human review for access, finance, deployment, public communication, or production-impacting actions.

What this means

The agent may continue acting on delegated workflows after the original conversation, and the user may not notice routine actions unless an exception occurs.

Why it was flagged

The expansion process explicitly aims for ongoing autonomous task ownership with reduced routine visibility.

Skill content
### Phase 5: Full Ownership
- Agent owns the task
- No notifications unless exceptions
- Human only involved for edge cases
- Duration: Ongoing
Recommendation

Require periodic reports, expiration dates, and an easy revocation process for every delegated workflow; avoid no-notification mode for high-impact tasks.

What this means

Approving a delegation can let the agent act without asking each time inside the approved scope.

Why it was flagged

The skill is explicit about asking for delegated authority, and it requires approval, but that authority changes the normal permission boundary for future actions.

Skill content
Proposal: I could handle [specific task] without asking each time.

Pilot: First 5x I'll do it and tell you after.
Then: Full autonomy if you're happy.
Recommendation

Approve only clearly bounded scopes, document what tools/accounts may be used, and specify which actions still require confirmation.

What this means

Stale or incorrect delegation records could cause the agent to assume permissions or preferences that no longer apply.

Why it was flagged

The skill keeps persistent local records of delegations, proposals, and rejected requests, which can influence future behavior.

Skill content
~/autonomy/
├── tracking.md         # What's been delegated, success rates
├── proposals.md        # Pending takeover proposals
└── rejected.md         # User declined, don't re-propose
Recommendation

Review the ~/autonomy files periodically, remove outdated delegations, and avoid storing sensitive details in the tracking files.