presort

Generate read-only per-bead proposals for open UNREFINED inbox items.

1|Updated May 20, 2025
One-click install
npx skills add https://github.com/vessux/dotfiles --skill presort
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: presort
Source: https://github.com/vessux/dotfiles/tree/main/umbel/skills/local/presort
Command: npx skills add https://github.com/vessux/dotfiles --skill presort

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The pre-sort operation provides a disinterested, read-only first pass over the UNREFINED inbox to surface provisional bead dispositions without mutating any state.

Core Features & Use Cases

  • Read-only bead inspection: analyzes open beads without changing their stage.
  • Propose-only decisions: generates per-bead options (drop, grill, ready, needs-input) for human action.
  • Clear guidance for next steps: outputs a compact table suitable for handoff to refiners.

Quick Start

Review the open beads and ask the AI to generate a per-bead proposal table for all non-ready items.

Frequently Asked Questions about presort

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

FAQPage Schema
How do I generate a read-only proposal for inbox classification without mutating bead state?

To generate a read-only proposal for inbox classification without mutating bead state, use non-mutating read commands such as bd list, bd show, and bd find-duplicates to inspect open beads. The system outputs a per-bead proposal table with drop, grill, ready, or needs-input decisions for human action.

What is a pre-sort operation for unrefined bead dispositions?

A pre-sort operation is a disinterested, read-only first pass over the UNREFINED inbox to surface provisional bead dispositions without mutating any state. It analyzes raw captures lacking a stage:ready marker and proposes drop, grill, ready, or needs-input actions for human review.

Can I inspect raw captures in the UNREFINED inbox without changing their stage?

Yes, you can inspect raw captures in the UNREFINED inbox without changing their stage by relying on non-mutating read commands. The pre-sort mechanism scopes specifically to beads without a stage:ready marker, ensuring all body inspections and duplicate checks leave bead state intact.

How do I find duplicate beads in an unrefined inbox before deciding what to drop or grill?

To find duplicate beads in an unrefined inbox before deciding what to drop or grill, use the bd find-duplicates command. This read-only inspection identifies duplicates across raw captures and includes them in a per-bead proposal table to guide human disposition actions.

What are the limitations of using a proposal table for bead classification?

The limitation of using a proposal table for bead classification is that it only provides read-only suggestions and does not execute any state changes. Users must manually perform the proposed drop, grill, ready, or needs-input actions, as the pre-sort process strictly avoids mutating bead data.