stop

Stop a rover loop, delete its cron job, and generate a homeward communiqué.

3|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/epologee/leclause-skills --skill stop-epologee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stop
Source: https://github.com/epologee/leclause-skills/tree/main/packages/autonomous/skills/stop
Command: npx skills add https://github.com/epologee/leclause-skills --skill stop-epologee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End a rover loop cleanly by stopping the cron, logging the final state, and delivering a homeward communiqué that summarizes mission status and next steps.

Core Features & Use Cases

  • Stop a running loop on command, with a safe, auditable shutdown.
  • Update the loop file with a stopped status and timestamp.
  • Generate a multi-section communiqué detailing mission results, trade-offs, and recommended next actions.
  • Optional notify_on_done workflow to alert stakeholders if installed.
  • Safe fallback: the loop remains as history while cron is removed to avoid re-runs.

Quick Start

Invoke the stop action through the rover entry point to terminate a loop and generate the homeward report.

Frequently Asked Questions about stop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop a rover mission cleanly and generate a final report?

To stop a rover mission cleanly, you terminate the active cron job, update the loop file with a stopped status, and generate a six-section communiqué summarizing mission results, trade-offs, and recommended next actions.

What is a homeward communiqué in an autonomous rover mission?

A homeward communiqué is a formal, multi-section report generated upon ending a rover loop, designed to summarize mission results, detail trade-offs, and recommend next actions for operators and stakeholders.

How do I safely terminate an autonomous loop without losing mission logs?

To safely terminate an autonomous loop without losing logs, the stop process removes the cron job to prevent re-runs while retaining the loop file as historical record, then logs the final state and timestamp.

Can I notify stakeholders automatically when an autonomous run is stopped?

Yes, you can notify stakeholders automatically when an autonomous run is stopped by triggering the optional notify-on-done workflow, which alerts relevant parties after the communiqué is drafted and the loop is terminated.

What happens to the cron job and loop file when I end a rover run?

When you end a rover run, the cron job is deleted to prevent future re-runs, while the loop file remains safely as history with an updated stopped status and final timestamp for auditability.

What happens to the cron job and loop file when I end a rover run?

When you end a rover run, the cron job is deleted to prevent future re-runs, while the loop file remains safely as history with an updated stopped status and final timestamp for auditability.