framework-initiative

Apply the STAR framework to plan safe execution of ambiguous requests.

100|15|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/rfxlamia/claude-skillkit --skill framework-initiative
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: framework-initiative
Source: https://github.com/rfxlamia/claude-skillkit/tree/main/skills/framework-initiative
Command: npx skills add https://github.com/rfxlamia/claude-skillkit --skill framework-initiative

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Agent decision-making can break when requests are ambiguous or have wide-scope impact. The STAR framework provides a disciplined workflow to pause, reason, analyze dependencies, and respond safely, reducing risky or unintended actions.

Core Features & Use Cases

  • STOP: Pause before acting when intent is unclear.
  • THINK: Infer hidden user intent and align actions with goals.
  • ANALYZE: Map dependencies and potential ripple effects across code, docs, and systems.
  • RESPOND: Execute with a staged, safe plan and rollback options.

Use cases include handling abstract requests like "fix this everywhere" or "improve all modules" and any scenario where constraints are not explicitly specified.

Quick Start

Pause to clarify intent, reason about goals, analyze dependencies, and propose a safe execution plan before acting.

Frequently Asked Questions about framework-initiative

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

FAQPage Schema
How do I handle ambiguous AI requests safely without causing unintended system changes?

Handling ambiguous AI requests safely requires a structured approach to pause, infer intent, map dependencies, assess risks, and execute with rollback options. The STAR framework provides this disciplined workflow to reduce risky actions when scope is unclear.

What is the STAR framework for AI action selection and risk assessment?

The STAR framework for AI action selection is a four-step process: STOP to pause when intent is unclear, THINK to infer hidden user intent, ANALYZE to map dependencies and ripple effects, and RESPOND with a staged, safe execution plan.

How do I map dependencies and ripple effects before executing wide-scope code changes?

To map dependencies and ripple effects before executing wide-scope code changes, you must analyze potential impacts across code, documentation, and operations. This dependency analysis identifies cross-cutting risks to ensure safe, auditable execution.

When should I use a stop-think-analyze workflow for AI agent decision-making?

You should use a stop-think-analyze workflow for AI agent decision-making when requests are abstract or high-risk, such as "fix this everywhere" or "improve all modules," and when constraints are not explicitly specified.

Does dependency analysis work for cross-cutting changes across code, docs, and operations?

Dependency analysis works for cross-cutting changes by systematically mapping potential ripple effects across code, documentation, and operations. This ensures all system impacts are identified before proposing a staged, safe execution plan.

What are the limitations of applying guardrails to abstract or high-risk AI requests?

Limitations of applying guardrails to abstract AI requests include the necessity of pausing to clarify intent and the requirement of a rollback-ready plan. Without explicit constraints, AI agents must rely on inferred intent, increasing the risk of unintended actions.