goals

Optimize prompts using process goals with subgoal decomposition and intermediate verification.

7|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Zpankz/mcp-skillset --skill goals-zpankz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goals
Source: https://github.com/Zpankz/mcp-skillset/tree/main/goals
Command: npx skills add https://github.com/Zpankz/mcp-skillset --skill goals-zpankz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Optimize prompts using process goals (controllable internal prompts) rather than outcome goals (sparse end-result demands). This mismatch leads to unstable performance and slower learning signals.

Core Features & Use Cases

  • Process-goal based prompting for dense feedback and stable optimization.
  • Use cases include designing prompts, optimizing LLM steering, implementing chain-of-thought/decomposition patterns, and building automatic prompt optimization pipelines.
  • Real-world scenario: apply process-goal prompts to guide multi-step reasoning, maintain context, and verify intermediate results.

Quick Start

Design and apply a process-goal prompt to a representative task, then compare its performance to an outcome-goal baseline.

Frequently Asked Questions about goals

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

FAQPage Schema
What are process goals in prompt design, and how do they differ from outcome goals?

Process goals are controllable behavioral instructions for prompt design, unlike sparse outcome goals that demand specific end-results. This framework prescribes structured prompts, subgoal decomposition, and intermediate verification to guide AI behavior and provide dense feedback signals.

How do I optimize LLM steering prompts using process goals?

To optimize LLM steering, define a process-goal framework by creating structured prompts that decompose subgoals and enforce intermediate verification. Compare this performance against an outcome-goal baseline to measure stability improvements in multi-step reasoning.

Can I use process goal prompts to implement chain-of-thought and decomposition patterns?

Yes, process goal prompts are applicable for implementing chain-of-thought and decomposition patterns. They guide multi-step reasoning by maintaining context and verifying intermediate results, ensuring stable LLM steering throughout the automated reasoning process.

What is the best way to build automatic prompt optimization pipelines for multi-step reasoning?

The best way to build automatic prompt optimization pipelines is by applying process-goal based prompting. This method uses controllable internal prompts and intermediate verification to generate dense feedback, resulting in more stable optimization than sparse outcome demands.

Why does my LLM steering performance fluctuate when using outcome goals?

LLM steering performance fluctuates because outcome goals provide sparse end-result demands and slow learning signals. Transitioning to process goals offers controllable behavioral instructions and dense feedback, stabilizing multi-step reasoning and context maintenance.