Refocus Ranker as Prioritix idea-layer sorting

This commit is contained in:
OpenClaw Bot
2026-05-31 22:51:08 +02:00
parent 577fd081d6
commit a348acf6ef
5 changed files with 138 additions and 47 deletions
+24 -21
View File
@@ -4,9 +4,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#f3eee4" />
<meta name="rank-version" content="2.2.3-proof-script" />
<title>Ranker — feedback front door for messy decisions</title>
<link rel="stylesheet" href="/styles.css?v=2.2.3-proof-script" />
<meta name="rank-version" content="2.3.0-prioritix" />
<title>Ranker / Prioritix — sort the messy layer inside an idea</title>
<link rel="stylesheet" href="/styles.css?v=2.3.0-prioritix" />
</head>
<body>
<main class="page-shell">
@@ -22,11 +22,11 @@
<div class="hero-grid" id="top">
<div class="hero-copy">
<p class="eyebrow">Feedback intake for ideas, features, offers, and next moves</p>
<h1 id="hero-title">Submit the mess. Get a defended first move.</h1>
<p class="lede">Ranker is the front door to useful feedback: paste the messy backlog as-is, choose the judgement lens, and get a decision brief with reasons, risks, expert reflections, and next steps.</p>
<p class="eyebrow">Prioritix for ideas: features, validation, feedback, risks, audiences, and next moves</p>
<h1 id="hero-title">Sort the messy layer inside an idea.</h1>
<p class="lede">Ranker / Prioritix takes the piece of an idea that needs ordering — features, functionality, validation questions, feedback themes, risks, experiments, or audiences — and returns a defended next-step map.</p>
<div class="hero-actions">
<a class="button primary" href="#try">Rank a messy list</a>
<a class="button primary" href="#try">Sort an idea layer</a>
<button class="button ghost" type="button" id="loadSampleTop">Load sample</button>
</div>
<div class="promise-row" aria-label="What Ranker returns">
@@ -57,28 +57,31 @@
<section class="decision-tool" id="try" aria-labelledby="try-title">
<div class="tool-intro">
<p class="eyebrow">MVP · feedback front door · no account · no dashboard swamp</p>
<h2 id="try-title">Send a decision brief to the room</h2>
<p>Paste the backlog, rough notes, feature dump, possible next moves, or a raw Scattermind Concept Map JSON export. Ranker will extract candidates when it can; use the optional candidate box only if you already have a cleaner list.</p>
<p class="eyebrow">MVP · idea-layer sorting · no account · no dashboard swamp</p>
<h2 id="try-title">Send the messy idea layer to Prioritix</h2>
<p>Paste the rough idea plus the layer you need sorted: features, functions, validation questions, feedback themes, risks, audiences, experiments, possible next moves, or a raw Scattermind Concept Map JSON export. Ranker will extract sortable items when it can; use the optional box only if you already have a cleaner list.</p>
</div>
<form class="rank-form" id="rankForm">
<label>
<span>Paste the messy backlog / idea dump / Concept Map JSON <b>required</b></span>
<span>Paste the idea + messy layer / Concept Map JSON <b>required</b></span>
<textarea name="idea" rows="8" required placeholder="Example: Im building a tool that helps freelancers package their services and decide what to sell first. Maybe offer critique, pricing calculator, proposal generator, landing page copywriter, client persona mapper, and some kind of dashboard later? I only have a week and want the fastest useful proof.
Or paste a Scattermind Concept Map JSON object here; Ranker will preserve source provenance and extract the build order."></textarea>
</label>
<label>
<span>Candidate moves, if you want to separate them <em>optional</em></span>
<span>Sortable items, if you want to separate them <em>optional</em></span>
<textarea name="optionsText" rows="7" placeholder="Optional. One per line is easiest, but bullets and half-thoughts are fine.
Validation questions:
- Will freelancers pay for critique before software?
- Which offer type hurts enough to buy help?
Feedback themes:
- They want templates
- They distrust generic AI copy
Features:
- Offer critique
- Pricing calculator
- Proposal generator
- Client persona mapper
- Landing page copywriter
- Client dashboard"></textarea>
- Pricing calculator"></textarea>
</label>
<fieldset class="mode-picker">
@@ -98,7 +101,7 @@ Or paste a Scattermind Concept Map JSON object here; Ranker will preserve source
</label>
<div class="form-actions">
<button class="button primary" type="submit">Create ranked feedback map</button>
<button class="button primary" type="submit">Create Prioritix map</button>
<button class="button ghost" type="button" id="loadSample">Use sample</button>
</div>
</form>
@@ -121,12 +124,12 @@ Or paste a Scattermind Concept Map JSON object here; Ranker will preserve source
<section class="why-section" id="why" aria-labelledby="why-title">
<p class="eyebrow">Positioning</p>
<h2 id="why-title">Scattermind clarifies one idea. Ranker judges the possible moves.</h2>
<p>That makes Ranker broader: scattered people get relief, structured people get a second opinion, and builders get a defensible build order before they waste time on the wrong piece.</p>
<h2 id="why-title">Scattermind evaluates one idea. Ranker / Prioritix sorts the layer that needs order.</h2>
<p>Sometimes that layer is features. Sometimes it is validation questions, feedback, risks, audiences, claims, experiments, or next moves. The point is not “features first”; the point is a defensible order before more development.</p>
</section>
</main>
<div class="toast" id="toast" hidden></div>
<script src="/app.js?v=2.2.3-proof-script" type="module"></script>
<script src="/app.js?v=2.3.0-prioritix" type="module"></script>
</body>
</html>