feat(skills): add one-three-one-rule communication skill#1262
Closed
Willardgmoore wants to merge 2 commits into
Closed
feat(skills): add one-three-one-rule communication skill#1262Willardgmoore wants to merge 2 commits into
Willardgmoore wants to merge 2 commits into
Conversation
Enforces the 1-3-1 communication framework for clear, structured agent responses: a single-sentence Problem, exactly three Options (with pros/cons), a clear Recommendation, Definition of Done, and Implementation Plan aligned to the chosen option. When the user picks a different option, the skill instructs the agent to revise Recommendation, DoD, and Implementation Plan accordingly. No env vars or external deps; useful whenever a task needs a structured problem/options/recommendation flow.
teknium1
pushed a commit
that referenced
this pull request
Mar 29, 2026
Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR #1262 by Willardgmoore.
teknium1
added a commit
that referenced
this pull request
Mar 29, 2026
Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR #1262 by Willardgmoore. Co-authored-by: Willard Moore <willardgmoore@users.noreply.github.com>
Contributor
|
Merged via PR #3797. Your skill was cherry-picked onto current main with authorship preserved — moved to |
angelburgosrosado
pushed a commit
to angelburgosrosado/hermes-agent
that referenced
this pull request
Apr 27, 2026
…h#3797) Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR NousResearch#1262 by Willardgmoore. Co-authored-by: Willard Moore <willardgmoore@users.noreply.github.com>
angelburgosrosado
pushed a commit
to angelburgosrosado/hermes-agent
that referenced
this pull request
Apr 28, 2026
Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR NousResearch#1262 by Willardgmoore.
02356abc
pushed a commit
to 02356abc/hermes-agent
that referenced
this pull request
May 14, 2026
…h#3797) Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR NousResearch#1262 by Willardgmoore. Co-authored-by: Willard Moore <willardgmoore@users.noreply.github.com>
olympus-terminal
pushed a commit
to olympus-terminal/hermes-agent
that referenced
this pull request
May 16, 2026
…h#3797) Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR NousResearch#1262 by Willardgmoore. Co-authored-by: Willard Moore <willardgmoore@users.noreply.github.com>
CumulusService
pushed a commit
to Cumulus-Service-GmbH/hermes-agent
that referenced
this pull request
May 30, 2026
Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR NousResearch#1262 by Willardgmoore.
gweeteve
pushed a commit
to gweeteve/hermes-agent
that referenced
this pull request
Jun 2, 2026
…h#3797) Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR NousResearch#1262 by Willardgmoore. Co-authored-by: Willard Moore <willardgmoore@users.noreply.github.com>
Egavasyug
pushed a commit
to Egavasyug/hermes-agent
that referenced
this pull request
Jun 10, 2026
…h#3797) Adds a structured 1-3-1 decision-making framework as an optional skill. Produces: one problem statement, three options with trade-offs, one recommendation with definition of done and implementation plan. Moved to optional-skills/ (niche communication framework, not broadly needed by default). Improved description with clearer trigger conditions and replaced implementation-specific example with a generic one. Based on PR NousResearch#1262 by Willardgmoore. Co-authored-by: Willard Moore <willardgmoore@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enforces the 1-3-1 communication framework for clear, structured agent responses: a single-sentence Problem, exactly three Options (with pros/cons), a clear Recommendation, Definition of Done, and Implementation Plan aligned to the chosen option. When the user picks a different option, the skill instructs the agent to revise Recommendation, DoD, and Implementation Plan accordingly. No env vars or external deps; useful whenever a task needs a structured problem/options/recommendation flow.
What does this PR do?
Adds a one-three-one-rule communication skill that enforces a 1-3-1 response format: a single-sentence Problem, exactly three Options (with pros/cons), a Recommendation, Definition of Done, and Implementation Plan aligned to the chosen option. When the user asks for a “1-3-1” or a task needs a structured problem/options/recommendation flow, the agent loads this skill and follows the format; if the user picks a different option, the skill instructs the agent to revise Recommendation, DoD, and Implementation Plan accordingly. Implemented as a skill (instructions only, no code changes) so it’s optional and easy to extend.
Related Issue
Fixes # N/A — no issue.
Type of Change
Changes Made
How to Test
Checklist
Code
fix(scope):,feat(scope):, etc.)pytest tests/ -qand all tests passDocumentation & Housekeeping
docs/, docstrings) — or N/Acli-config.yaml.exampleif I added/changed config keys — or N/ACONTRIBUTING.mdorAGENTS.mdif I changed architecture or workflows — or N/AFor New Skills
hermes chatthen e.g. “Give me a 1-3-1 for integrating with Linear” and verified the 1-3-1 structure in the responseScreenshots / Logs