Check if the file .autonomous-execution-state.json exists in the current working directory.
If the file exists:
- Read the
.autonomous-execution-state.jsonfile to understand the current state - Use the Skill tool to load the
jlindley-skills:autonomous-executionskill - Resume execution from where we left off based on the state file
If the file does NOT exist:
- Use the Skill tool to load the
jlindley-skills:autonomous-executionskill - Ask me which implementation plan we're going to execute
- Begin autonomous execution once I provide the plan
Remember: This skill is designed for extended autonomous work sessions. Follow the skill's guidance for state management, context preservation, and comprehensive reporting.