with one click
agent-autonomy
// Use when: a custom agent must decide between standalone mode and team mode, interpret team artifacts, follow a lead plan, or work directly from the user's request without orchestration.
// Use when: a custom agent must decide between standalone mode and team mode, interpret team artifacts, follow a lead plan, or work directly from the user's request without orchestration.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | agent-autonomy |
| description | Use when: a custom agent must decide between standalone mode and team mode, interpret team artifacts, follow a lead plan, or work directly from the user's request without orchestration. |
| user-invocable | false |
Custom agents must be able to operate in two modes: coordinated by a team lead, or directly invoked by the user. The lead is an orchestrator for large team workflows, not a required dependency for every agent.
Use Team Mode when the prompt includes a team lead, feature name, project root, plan path, sub-branch, worktree, or agents/{feature-name}/ artifact paths.
Use Standalone Mode when the user invokes the agent directly without team workflow context.
If the mode is unclear, infer from the prompt and proceed. Ask only when the difference changes the work product or could cause destructive git/file operations.
agents/{feature-name}/plan.md, team artifacts, a sub-branch, or a worktree.When standalone, escalate to the user instead of a lead for:
Make your own judgment for local implementation details, naming, file organization, and small deviations that follow project conventions.