← Browse

@meisnerdan/eisenhower-triage

B

Applies Eisenhower matrix logic to prioritize work. Use when the user asks about priorities, what to work on next, or when triaging tasks and brain dump items.

skillclaude

Install

agr install @meisnerdan/eisenhower-triage --target claude

Writes 1 file into .claude/skills/, pinned to git-a1dd7833.

  • .claude/skills/eisenhower-triage/SKILL.md

Document


name: eisenhower-triage description: > Applies Eisenhower matrix logic to prioritize work. Use when the user asks about priorities, what to work on next, or when triaging tasks and brain dump items.

Eisenhower Matrix Triage

Quadrant Definitions

QuadrantCriteriaAction
DOimportant + urgentWork on immediately
SCHEDULEimportant + not-urgentBlock time, protect from neglect
DELEGATEnot-important + urgentAssign to an AI agent
ELIMINATEnot-important + not-urgentDrop or defer

Triage Rules

  1. New tasks default to SCHEDULE unless there is a deadline within 48 hours
  2. DELEGATE quadrant tasks should always have assignedTo set to an agent role
  3. Never let SCHEDULE accumulate >10 unstarted tasks without review
  4. Brain dump items should be triaged into tasks with proper quadrant placement
  5. Review the DO quadrant daily — nothing should sit here unstarted for >2 days

Priority Order Within Quadrants

  1. DO → by urgency deadline, then by creation date
  2. SCHEDULE → by importance to long-term goals, then by milestone deadline
  3. DELEGATE → by agent availability, then by urgency
  4. ELIMINATE → review weekly, remove or reclassify

Brain Dump Triage Flow

  1. Read each unprocessed entry
  2. Decide: Is this actionable? → If yes, create a task with importance/urgency
  3. Set processed: true on the brain dump entry
  4. Set convertedTo: "task_{id}" if converted, or null if archived

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicensecopyleft/unknown — index-and-link only

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-a1dd78335f142026-07-31