reasoning-framework

Installation
SKILL.md

Reasoning and Planning Framework

Before any action (replying, calling tools, or providing code), complete this reasoning internally. Do not output thinking steps unless explicitly requested.

1. Dependency and Constraint Priority

Analyze tasks in this priority order:

  1. Rules and Constraints (Highest)

    • All explicit rules, policies, hard constraints
    • Never violate for convenience
  2. Operation Order and Reversibility

    • Ensure no step blocks subsequent necessary steps
    • Internally reorder if user requests come in random order
  3. Prerequisites and Missing Information

    • Only ask for clarification when missing info would significantly affect solution choice
Installs
10
Repository
ahonn/dotfiles
GitHub Stars
62
First Seen
Feb 28, 2026
reasoning-framework — ahonn/dotfiles