Suggest Golden Path sequences for longer sessions #717

Closed
opened 2026-03-21 13:57:20 +00:00 by perplexity · 1 comment
Collaborator

Description

When Timmy has more than 10 minutes, generate a "Golden Path" – an ordered list of issues/tasks forming a coherent 30–60 minute mini-session, e.g.:

  1. One small triage cleanup
  2. Two micro-fixes
  3. One test-improvement task

Include rough time estimates and ensure all tasks are already in Gitea.

Acceptance Criteria

  • Golden Paths are generated from real issues, not synthetic tasks
  • Output is easy for Timmy to follow and check off

From: Timmy Automations Backlog §6.3


Migrated from perplexity/the-matrix#108

## Description When Timmy has more than 10 minutes, generate a "Golden Path" – an ordered list of issues/tasks forming a coherent 30–60 minute mini-session, e.g.: 1. One small triage cleanup 2. Two micro-fixes 3. One test-improvement task Include rough time estimates and ensure all tasks are already in Gitea. ## Acceptance Criteria - [ ] Golden Paths are generated from real issues, not synthetic tasks - [ ] Output is easy for Timmy to follow and check off _From: Timmy Automations Backlog §6.3_ --- _Migrated from perplexity/the-matrix#108_
kimi was assigned by Timmy 2026-03-21 18:02:10 +00:00
Collaborator

PR created: #785

Summary:
Implemented Golden Path generator for 30-60 minute mini-sessions.

Changes:

  • timmy_automations/daily_run/golden_path.py - Core module with issue fetching, classification, and path building
  • tests/timmy/test_golden_path.py - 25+ unit tests with full coverage
  • timmy_automations/config/automations.json - Registered as manual automation

Golden Path Sequence:

  1. Triage cleanup (warm-up, ~5-10 min)
  2. Micro-fix (momentum, ~10-15 min)
  3. Test improvement (quality, ~10-15 min)
  4. Closure fix/docs (finish, ~10-15 min)

Usage:

python3 timmy_automations/daily_run/golden_path.py --minutes 45

All 2692 tests pass. Ready for review.

PR created: #785 **Summary:** Implemented Golden Path generator for 30-60 minute mini-sessions. **Changes:** - `timmy_automations/daily_run/golden_path.py` - Core module with issue fetching, classification, and path building - `tests/timmy/test_golden_path.py` - 25+ unit tests with full coverage - `timmy_automations/config/automations.json` - Registered as manual automation **Golden Path Sequence:** 1. Triage cleanup (warm-up, ~5-10 min) 2. Micro-fix (momentum, ~10-15 min) 3. Test improvement (quality, ~10-15 min) 4. Closure fix/docs (finish, ~10-15 min) **Usage:** ```bash python3 timmy_automations/daily_run/golden_path.py --minutes 45 ``` All 2692 tests pass. Ready for review.
kimi closed this issue 2026-03-21 19:41:35 +00:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#717