Add KISS Principle semantic anchor#360
Merged
Merged
Conversation
Co-authored-by: rdmueller <1856308+rdmueller@users.noreply.github.com> Agent-Logs-Url: https://github.com/LLM-Coding/Semantic-Anchors/sessions/373320ed-e222-484c-9052-482753de045d
Copilot
AI
changed the title
[WIP] Add KISS principle as a new anchor term
Add KISS Principle semantic anchor
Mar 26, 2026
This was referenced Mar 26, 2026
Contributor
Analysis of Proposed AnchorsEvaluated against the quality criteria: Precise, Rich, Consistent, Attributable. Summary
Detailed Analysis#354 P.A.R.A. Method —
|
Contributor
|
Thanks for adding KISS! This is a widely referenced principle that we already use in our workflow documentation (AGENTS.md conventions list "DRY, SOLID, KISS, Ubiquitous Language"). Recommendation: merge as Tier 1. Tier 1 is the right call — KISS is a well-known principle but lacks the definition depth of a full methodology. Same tier as YAGNI and TIMTOWTDI, which is consistent. We ran it through our evaluation framework and it scores 100% on Claude, GPT-4o, and Mistral Large for L1 Recognition. All major models know it. One small note: Copilot also added |
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.
Adds the KISS (Keep It Simple, Stupid / Keep It Super Simple) semantic anchor to the catalog — a foundational design principle in software development that was missing from the collection.
New anchor files
docs/anchors/kiss-principle.adoc— English anchor with core concepts (simplicity as design goal, avoid over-engineering, readability over cleverness, progressive enhancement), proponents (Kelly Johnson, Robert C. Martin), tier 1docs/anchors/kiss-principle.de.adoc— German translationUpdated
.adoc+.de.adoc+anchors.json) — addedkiss-principleas a related simplicity anchor; the two principles are closely complementaryskill/semantic-anchor-translator/references/catalog.md— added KISS entry so agent tooling can discover and suggest itwebsite/public/data/anchors.json— manually maintained JSON updated and then regenerated viaextract-metadata.js(107 anchors total, up from 106)Anchor metadata
Both interpretations of the acronym are acknowledged ("Stupid" / "Super Simple"), with the description noting the latter as the softer, developer-preferred variant.
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.