What problem does it solve?
This Skill quickly reconstructs repository state and verifies a clean baseline so work on long-running autonomous projects can begin safely and reproducibly, avoiding wasted effort when the environment is out-of-date or tests fail.
Core Features & Use Cases
- Repository inspection: gathers recent commits, git status, and the latest progress log to orient the operator.
- Baseline verification: runs the project's smoke check to ensure the baseline is green before making changes.
- Task triage and desk view: lists failing tasks, selects exactly one next task, and writes a concise
.agent/current_task.md containing goal, constraints, plan, evidence, and status.
- Use Case: start a new development session after pulling changes or after repository compaction to safely pick and document the immediate next task.
Quick Start
Run the session-startup checklist by inspecting .agent/progress.log, running the baseline smoke script, listing failing tasks, and writing a concise .agent/current_task.md with the chosen task and required evidence.