feat: initial seed of domain-specific contrib skills

This commit is contained in:
2026-04-09 15:18:19 -04:00
commit 54e287788d
29 changed files with 2582 additions and 0 deletions

27
org-skill-groomer.org Normal file
View File

@@ -0,0 +1,27 @@
:PROPERTIES:
:ID: 992d2218-548d-4547-bd2b-7b425cb01ca7
:CREATED: [2026-03-31 Tue 20:28]
:EDITED: [2026-04-07 Tue 13:42]
:END:
#+TITLE: SKILL: Autonomous Groomer Agent (Universal Literate Note)
#+STARTUP: content
#+FILETAGS: :refactoring:optimization:debt:psf:
#+DEPENDS_ON: skill-atomic-notes skill-tdd-runner
* Overview
The *Groomer Agent* is the system's "Immune System" for code and notes. It autonomously audits the PSF ecosystem for technical debt, duplication, and architectural drift, proposing surgical refactors to maintain the "Minimalist Core" mandate.
* Phase A: Demand (PRD)
:PROPERTIES:
:STATUS: DRAFT
:END:
** 1. Purpose
Enforce zero-bloat and high-maintainability standards across the PSF.
** 2. User Needs
- *Debt Detection:* Identify duplicate Lisp logic or redundant Org headlines.
- *Autonomous Refactoring:* Propose surgical code changes to simplify implementation.
- *Verification:* Ensure refactors do not break functionality (via TDD Runner).
- *Note Grooming:* Consolidate fragmented atomic notes into coherent structures.