motivation

Enforce structured sprint pipelines and audit-ready state tracking via SQLite registry.

Updated May 12, 2026
One-click install
npx skills add https://github.com/FL03/claude-shepherd --skill motivation-fl03
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: motivation
Source: https://github.com/FL03/claude-shepherd/tree/main/skills/motivation
Command: npx skills add https://github.com/FL03/claude-shepherd --skill motivation-fl03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the common failure modes of long-running AI engineering sessions, such as tunnel vision, drift, and loss of context, by enforcing a structured, audit-ready sprint pipeline.

Core Features & Use Cases

  • Focus Record Management: Maintains a durable north-star artifact in a SQLite registry to ensure session continuity across long stretches.
  • Drift Guardrails: Implements FOCUS-HEARTBEAT and automated drift checks to ensure the agent remains aligned with sprint objectives and invariants.
  • Loop Discipline: Enforces bounded, role-shaped loops with measurable predicates to prevent infinite stalls and ensure convergent outcomes.

Quick Start

Use the motivation skill to initialize a new focus loop for the current sprint lane with a heartbeat interval of one hour.

Frequently Asked Questions about motivation

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

FAQPage Schema
How do I prevent context drift during long-running engineering sprints?▼

Bounded loop execution enforces structured, role-shaped loops with measurable predicates to prevent infinite stalls and ensure convergent outcomes during complex development sprints.

How do I maintain operational focus across multi-hour development sessions?▼

Initialize a focus loop with a heartbeat interval to regularly re-anchor the agent to sprint objectives, preventing tunnel vision and loss of context over time.

Does audit-ready state management require a SQLite registry for engineering sprints?▼

This registry ensures session continuity and provides an auditable record of state management throughout complex patch arcs.

How do I enforce loop discipline to prevent infinite stalls in complex patch arcs?▼

This approach keeps development sprints strictly bounded and measurable, avoiding unbounded execution and persistent context loss.

What is the best way to track verifiable outcomes in parallel feature lanes?▼

This setup maintains operational focus across parallel development streams and prevents drift via automated heartbeat checks.

When should I use automated drift guardrails in software engineering sprints?▼

The guardrails apply FOCUS-HEARTBEAT checks to ensure the agent remains aligned with sprint objectives and invariants under extended operational loads.