Autonomous Session Pivot Strategies

lesson autonomous active autonomous/autonomous-session-pivot-strategies.md View on GitHub

Autonomous Session Pivot Strategies

Rule

When technical issues block planned work in autonomous mode, pivot quickly to alternative value-creation rather than extended troubleshooting.

Context

When running autonomous sessions with limited time and encountering technical blockers that prevent accessing planned work.

Detection

Observable signals that you need to pivot:

Common patterns:

Pattern

Quick Pivot Sequence (5-10 minutes max):

  1. Try 2-3 Different Approaches (3-5 minutes):

    # Example: GitHub issue access blocked
    gh issue view 6              # Primary approach fails
    gh issue view 6 --comments   # Secondary approach fails
    curl -s https://api.github.com/repos/owner/repo/issues/6  # Alternative fails
    
  2. Identify Alternative Value-Creation (2-3 minutes):

    • Check completed tasks that could be upgraded/improved
    • Look for workspace improvements based on recent insights
    • Consider documentation or knowledge capture work
    • Review recent work for follow-up opportunities
  3. Pivot Decisively (immediate):

    # Don't: Continue troubleshooting for 20+ minutes
    # Do: Acknowledge block and switch to valuable alternative
    
    # Example pivot from blocked GitHub work to workspace improvement:
    echo "GitHub issue #6 inaccessible due to API errors. Pivoting to high-value workspace architecture upgrade based on recent collaborative analysis."
    

Anti-Pattern: Extended Troubleshooting

# Wrong: 20+ minutes on same technical issue
# Try approach 1... fails
# Try approach 2... fails
# Try approach 3... fails
# Research issue online... 10 minutes
# Try approach 4... fails
# Most of autonomous session consumed by single technical block

# Correct: Quick attempts then pivot
# Try 2-3 approaches (5 minutes)
# Identify alternative high-value work (2 minutes)
# Pivot to alternative work (remaining time productive)

Alternative Value-Creation Strategies

When blocked from planned work:

Example Successful Pivot

Scenario: GitHub issue #6 inaccessible due to API errors

Failed Attempts (5 minutes):

Successful Pivot (remaining session time):

Outcome: Session remained productive despite initial technical block

Outcome

Following this pattern results in:

Related

Match Keywords

pivot when blocked switch tasks when stuck alternative value-creation technical issues blocking work autonomous session pivot troubleshooting time limit quick pivot sequence