one-three-one-rule

Generates structured 1-3-1 decision proposals with three options and one recommendation.

1|Updated Jul 22, 2026
One-click install
npx skills add https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux --skill one-three-one-rule-iceheartgith
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: one-three-one-rule
Source: https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux/tree/main/custom-skills/communication/one-three-one-rule
Command: npx skills add https://github.com/IceHeartGitH/Hermes-Agent-Android-Termux --skill one-three-one-rule-iceheartgith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When facing technical decisions with multiple viable approaches, it is hard to present trade-offs clearly and commit to a defensible recommendation. This Skill structures the analysis into a consistent 1-3-1 format so decisions can be communicated and forwarded to stakeholders. ## Core Features & Use Cases - Structured Decision Format: Produces one problem statement, exactly three options (A, B, C) with pros and cons, and one direct recommendation. - Actionable Output: Includes a Definition of Done and a concrete Implementation Plan aligned with the recommended option. - Use Case: When deciding how to add retry logic to an API client, the Skill compares a shared backoff utility, a retry library, and a queue-based approach, then recommends one with verifiable success criteria and execution steps. ## Quick Start Ask the assistant to give you a 1-3-1 for choosing between competing approaches to your technical decision.

Frequently Asked Questions about one-three-one-rule

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

FAQPage Schema
How do I structure a technical proposal with multiple options?▼

Use the 1-3-1 format: state one problem sentence, present exactly three distinct options with pros and cons each, then give one recommendation with a definition of done and implementation plan. This keeps trade-off analysis concise and forwardable.

What is the 1-3-1 rule for decision making?▼

The 1-3-1 rule is a communication framework with one problem statement, three options with trade-offs, and one recommendation. It forces clear problem framing and a direct professional judgment instead of hedging between approaches.

When should I use a 1-3-1 proposal format?▼

Use it when a task has multiple viable approaches with meaningful trade-offs, such as architecture, tooling, or migration decisions. Do not use it for simple questions with one obvious answer, debugging sessions, or decisions already made.

How many options should a decision proposal include?▼

This framework requires exactly three options labeled A, B, and C. The options must represent genuinely different strategies with distinct pros and cons, not minor variations of the same approach.

What are the limitations of the 1-3-1 decision format?▼

The format adds unnecessary overhead for simple questions, debugging work, or cases where the approach is already decided. It also constrains analysis to three options, which may not suit decisions requiring exhaustive evaluation.