goal-setting

Orchestrate iterative goal loops with initialize, observe, evaluate, and adjust steps.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/LauraFlorentin/skills-marketplace --skill goal-setting-lauraflorentin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goal-setting
Source: https://github.com/LauraFlorentin/skills-marketplace/tree/main/agentic-skills/skills/goal-setting
Command: npx skills add https://github.com/LauraFlorentin/skills-marketplace --skill goal-setting-lauraflorentin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Goal setting and monitoring establish clear success criteria and a feedback loop so agents stay aligned with objectives over long horizons.

Core Features & Use Cases

  • Iterative goal-definition loop: Act -> Observe -> Evaluate -> Adjust.
  • Suitable for open-ended tasks, autonomous agents, and multi-step problem solving across research, development, and operations.
  • Includes guidance for goal decomposition, risk framing, and progress verification to ensure alignment with objectives.

Quick Start

Define a top-level objective and measurable success criteria, then run the loop to iterate until the goal is achieved.

Frequently Asked Questions about goal-setting

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

FAQPage Schema
How do I set up a feedback loop for autonomous agents to monitor progress on long-horizon tasks?

To monitor progress for autonomous agents, you define a top-level objective with measurable success criteria, then run an iterative loop of initialize, observe, evaluate, and adjust steps until the goal is achieved.

What is an iterative goal loop and how does it keep autonomous agents aligned with objectives?

An iterative goal loop is a continuous cycle of acting, observing, evaluating, and adjusting that establishes clear success criteria and provides feedback so autonomous agents stay aligned with long-horizon objectives.

How do I decompose open-ended tasks into measurable success criteria for autonomous workflows?

You decompose open-ended tasks by defining a top-level objective, applying the provided goal decomposition guidance to break it into measurable success criteria, and framing risks to verify progress alignment throughout the workflow.

Does this goal-setting approach work for multi-step problem solving across development and operations?

Yes, this goal-setting approach is suitable for multi-step problem solving and open-ended tasks across research, development, and operations, providing a concrete goal loop pattern with iteration limits and safety checks.

What is the best way to evaluate and adjust agent progress during iterative problem-solving workflows?

The best way to evaluate and adjust agent progress is to apply the observe and evaluate steps within the iterative loop, using progress verification and risk framing to determine necessary adjustments for the next action.

What are the safety checks and limitations when running continuous progress evaluation for agents?

The continuous progress evaluation includes iteration limits and safety checks to prevent runaway loops, but it requires a clearly defined top-level objective and measurable success criteria to function correctly.