dispose-proposals

Triages pending recurrence-proposal drafts and files accepted ones as GitHub issues.

Updated Nov 1, 2024
One-click install
npx skills add https://github.com/mlorentedev/dotfiles --skill dispose-proposals-mlorentedev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispose-proposals
Source: https://github.com/mlorentedev/dotfiles/tree/main/harness/skills/dispose-proposals
Command: npx skills add https://github.com/mlorentedev/dotfiles --skill dispose-proposals-mlorentedev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Recurrence-proposal drafts accumulate in a vault inbox and need a consistent human review gate; without one, proposals pile up, get auto-accepted without judgment, or are re-litigated repeatedly. ## Core Features & Use Cases - Inbox triage: Lists pending drafts in 80_agents/hermes-nan/proposals/*.md and presents each candidate's root cause, occurrences, evidence, and suggested placement for review. - SOP-driven disposition: Applies the curation runbook's promote / merge / keep / wontfix decisions, updating each draft's frontmatter with its disposition status. - Issue filing and promotion: On accept, creates a proposal-labelled GitHub issue via gh, adds it to the project board, and on approval authors the Tier-4 artifact and redistributes it via the compile-harness scripts. - Use Case: During a weekly curator session, run the dispose step to batch-review five pending recurrence proposals, promote two into tracked issues, and record one wontfix with its reason so the same false cluster is not re-litigated. ## Quick Start Ask the assistant to dispose the proposal inbox by triaging all pending recurrence proposals in the vault.

Frequently Asked Questions about dispose-proposals

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

FAQPage Schema
How do I triage pending recurrence proposals in the vault?

List the drafts in 80_agents/hermes-nan/proposals, skipping _TEMPLATE.md, and act only on files with status pending. Present each draft's root cause, occurrences, and evidence, then apply the curation SOP decision: promote, merge, keep, or wontfix.

What happens when a recurrence proposal is accepted?

On accept, a proposal-labelled GitHub issue is created with the gh CLI containing the root cause, evidence links, and suggested placement, then added to the project board. The draft frontmatter is updated to status disposed with the issue number recorded.

Does the dispose step auto-accept judge proposals?

No. The judge's RECURRENCE verdict is only a candidate, never a decision. A human reviews each draft against the anti-bloat gates before any disposition, and promotion into 00_meta happens only after the issue is approved on the board.

How are rejected or wontfix proposals handled?

Wontfix drafts are marked rejected with the decision recorded in frontmatter, and a one-line reason is added to the rejected-mechanisms ledger. This prevents the same false cluster from being re-litigated in future weekly sessions.

When should the proposal inbox be disposed?

Disposal runs weekly, batched with the crystallize and insights steps as one ordered review rather than per-event interrupts. Keeping the queue near zero prevents the vault from drifting from a clean state.