how-to-solve-it-state-machine-skill

Guide AI agents through a structured state machine for problem-solving under uncertainty.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/StepowskiEric/Jerrys-agent-skills --skill how-to-solve-it-state-machine-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: how-to-solve-it-state-machine-skill
Source: https://github.com/StepowskiEric/Jerrys-agent-skills/tree/main/.agents/skills/execution/how-to-solve-it-state-machine-skill
Command: npx skills add https://github.com/StepowskiEric/Jerrys-agent-skills --skill how-to-solve-it-state-machine-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides AI agents to convert ambiguous tasks into precise problems, gather evidence, and apply a disciplined, state-driven process before acting.

Core Features & Use Cases

  • Structured state-machine workflow (Intake, Recon, Hypothesis Ranking, Plan, Execution Unlock, Look Back) that gates action and requires diagnostic artifacts.
  • Enforces creation of problem-frame.md and evidence-log.md to ensure traceability and justification before execution.
  • Effective for complex, uncertain tasks requiring careful framing, evidence collection, and bounded, verifiable actions.

Quick Start

Describe a vague task, then create a problem-frame.md and evidence-log.md to begin the recon phase.

Frequently Asked Questions about how-to-solve-it-state-machine-skill

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

FAQPage Schema
How do I prevent AI agents from taking premature actions on ambiguous tasks?

You can prevent premature actions by enforcing a state-driven execution model that gates manipulation until diagnostic artifacts like problem-frame.md and evidence-log.md are created, ensuring bounded and verifiable AI agent actions.

What is hypothesis-driven exploration for AI agents?

Hypothesis-driven exploration is a structured diagnostic process where AI agents rank potential explanations for uncertain problems, gather supporting evidence, and apply gated planning before executing bounded, verifiable actions.

How do I structure an AI agent workflow for complex problem framing?

Structure an AI agent workflow by applying a state-machine model with sequential phases including Intake, Recon, Hypothesis Ranking, Plan, Execution Unlock, and Look Back, requiring diagnostic artifacts at each step for traceability.

When do I need an evidence log for AI agent guardrails?

You need an evidence log when handling complex, uncertain tasks requiring traceability and justification before execution, ensuring the AI agent's diagnostic work and hypothesis ranking are verifiable.

Does this state-machine approach work for tasks requiring careful diagnostic work?

Yes, the state-machine approach is effective for complex, uncertain tasks requiring careful diagnostic work, traceability, and gated execution, converting ambiguous inputs into precise problems before acting.

What are the limitations of using a state-driven execution model for AI agents?

A limitation is the requirement to create and maintain problem-frame.md and evidence-log.md artifacts, adding overhead to the workflow before any bounded execution or manipulation can occur.