improve-muse

Solid

Use when deciding what internal/hardening work to do next on the Muse repo — at the start of a maintenance pass, after a regression or real failure surfaces, or as the per-fire entrypoint of a hardening loop. Covers defects, silent failures, debt, dead code. For a NEW user-facing capability, use grow-muse instead.

AI & Automation 6 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
28
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# improve-muse — the hardening cycle One invocation = one hardening slice, end-to-end: find the most valuable problem in what Muse ALREADY IS → fix/harden/delete → verify → commit AND push. Sibling `grow-muse` builds what doesn't exist yet. **Boundary (one item, one owner):** BROKEN / debt / dead weight → here — and broken includes failing its function for the user WITHOUT erroring (unreadable text, dead affordance, wrong or misleading output). MISSING capability → grow-muse. Working-but-poor (usable and correct, just clunky — slow flows, confusing labels) → grow-muse. Cross-finds get one `- [open] for=grow-muse :: ...` record in backlog.md, never built here. A loop calling only this skill hardens forever — pair it with a grow-muse loop to move both axes. **Standing authorizations (Jinan 2026-06-27, this skill only):** push on green verify (never red); auto-pick with no human gate (a genuine ⏳ human-decision fork is skipped with a note, never guessed); scope bigger — a coherent unit, not the narrowest edit. ## The cycle 1. **ORIENT** — `pnpm self-eval`: non-zero ⇒ the regression IS the slice, stop finding. Else `git log --oneline -8`; is Ollama up? 2. **FIND — probe live reality first; ledgers are the fallback. Take the FIRST rung that yields:** 1. self-eval regression. 2. `node scripts/scout-signals.mjs` — recurring real failures in `.muse/runs/`. 3. **Live pain probe (≤5 min):** `muse doctor --json`; hit the core surfaces (one `ask`, `/health`, we...

Details

Author
wlsdks
Repository
wlsdks/muse-agent
Created
2 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category