run-mode

Execute autonomous sprint loops with PR lifecycle orchestration and safety guardrails.

2|2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/0xHoneyJar/loa-finn --skill run-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-mode
Source: https://github.com/0xHoneyJar/loa-finn/tree/main/.claude/skills/run-mode
Command: npx skills add https://github.com/0xHoneyJar/loa-finn --skill run-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates autonomous sprint execution with safety controls, enabling teams to implement sprints end-to-end without constant manual orchestration while maintaining governance and traceability.

Core Features & Use Cases

  • Autonomous sprint loop: Implement, review, and audit sprints with minimal human intervention until completion.
  • PR lifecycle orchestration: Create draft PRs, manage branches, and integrate post-PR validation and checkpointing.
  • Safety and governance: Enforced guardrails, circuit breakers, and opt-in requirements to prevent unsafe actions and ensure visibility.

Quick Start

Run the skill with a single sprint, for example: /run sprint-1 to execute sprint-1 autonomously.

Frequently Asked Questions about run-mode

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

FAQPage Schema
How do I automate sprint execution and PR lifecycle for git workflows?

Autonomous sprint execution applies to sprint-by-sprint development workflows, enabling iterative implementations, reviews, audits, and post-PR validations across multiple sprints. It tracks run-state via .loa.config.yaml to maintain governance.

What safety guardrails are needed for autonomous sprint execution?

Safety in autonomous sprint execution requires enforced guardrails, circuit breakers, and opt-in requirements to prevent unsafe actions. This approach ensures visibility and maintains governance during iterative sprint implementations.

How do I execute a single sprint autonomously?

You can execute a single sprint autonomously by running the command '/run sprint-1' for your target sprint. This triggers the autonomous loop to implement, review, and audit the sprint end-to-end.

How does run-state tracking work in autonomous git workflows?

Run-state tracking works by utilizing .loa.config.yaml and run artifacts to monitor autonomous sprint execution. This configuration maintains visibility and traceability across multiple sprints and post-PR validations.

Can I create draft PRs automatically during sprint automation?

Yes, PR lifecycle orchestration automatically creates draft PRs, manages branches, and integrates post-PR validation. This ensures safe code integration during autonomous sprint execution workflows.