How this skill is triggered — by the user, by Claude, or both
Slash command
/jlindley-skills:autonomousThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check if the file `.autonomous-execution-state.json` exists in the current working directory.
Check if the file .autonomous-execution-state.json exists in the current working directory.
If the file exists:
.autonomous-execution-state.json file to understand the current statejlindley-skills:autonomous-execution skillIf the file does NOT exist:
jlindley-skills:autonomous-execution skillRemember: This skill is designed for extended autonomous work sessions. Follow the skill's guidance for state management, context preservation, and comprehensive reporting.
npx claudepluginhub jlindley/jlindley-marketplace --plugin jlindley-skillsExecutes written implementation plans: loads/reviews file, runs tasks autonomously (agentic mode) or in batches with pauses (human-in-loop), verifies, reports progress, completes branch.
Executes finalized plans by loading task files, building dependency graphs, parallelizing topological task execution via subagents for complex work or inline for simple actions.
Runs autonomy system with Conservative, Balanced, Aggressive profiles using planner, verifier, reviewer agents for task execution, memory integration, and context management in Claude Code.