frostney/known-good-route

bleeding-edge

>- Biases technology choices toward the newest viable option while preserving maintainability, live verification, reversibility, and decided constraints. Use when selecting or upgrading a dependency, runtime, tool, language feature, or AI model.

First seen Jun 18, 2026

Installation

$ npx skills add frostney/known-good-route --skill bleeding-edge

Also in this package

Other skills from frostney/known-good-route · top by installs.

npx skills add frostney/known-good-route

Browse all from frostney/known-good-route

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseUnlicense OR MIT

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,740 B
  • docs SUMMARY.md 263 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 16 installs

SKILL.md

Bleeding edge

Prefer the newest viable technology inside the requested work. This is a bias, not permission for an unrelated upgrade sweep or novel architecture. software-engineering-excellence remains the governor; maintainability wins ties.

Stability ladder

Rung Policy
Newest stable Default, including newly released majors
RC, beta, canary Only for a concrete need or low-risk reversible trial
Nightly Only for a documented blocker it resolves

Adoption contract

For every choice:

  • Verify version and release status from the registry or official release notes.
  • Read relevant migration notes and check known blockers for the use case.
  • Pin any pre-release or nightly exactly.
  • Record the reason, tradeoff, rollback path, and fallback when climbing beyond

stable.

  • Run the project's real validation gate without weakening it.
  • Prefer the newer option only when capability, security, performance, developer

experience, or longevity outweighs instability and churn.

Existing decisions

Project AGENTS, stack skills, and recorded decisions remain authoritative. Advance within an already chosen tool; never silently replace it. If another tool now appears materially better, present the evidence and tradeoff for human decision.

When the choice remains uncertain, state the rung and unresolved risk instead of quietly choosing the most novel option.