From pulse
Repo-wide or subsystem-wide architecture hygiene pass that surfaces deepening opportunities, shallow modules, leaky seams, and ownership drift. Default mode is report-only: no bead creation or execution unless explicitly requested.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pulse:architecture-rescueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the user wants architecture cleanup that is broader than a single diff: repo-wide, subsystem-wide, or cross-module shape correction.
Use this skill when the user wants architecture cleanup that is broader than a single diff: repo-wide, subsystem-wide, or cross-module shape correction.
This skill is for analysis and proposal first. By default it is report-only.
Default to report-only unless the user explicitly asks for planning/execution follow-through.
In report-only mode:
pulse:planningpulse:executingFor the target scope (whole repo or named subsystem), read:
CLAUDE.md, AGENTS.md, and nearby module docs)history/<feature>/CONTEXT.md decisions when present.pulse/memory/* entries that apply to architecture constraints, incidents, or non-regression rulespulse:gitnexus and GitNexus context if availableIf GitNexus is configured, prefer it for topology, process flow, and impact/breadth evidence before manual grep.
Use consistent terms from references/LANGUAGE.md.
Look specifically for:
Use the deletion test: if deleting a module merely moves complexity to callers, it was likely earning leverage; if it removes no real complexity, it was likely shallow or pass-through.
Generate a short list (3-7) of high-signal candidates with concrete evidence.
For each candidate capture:
Return a ranked architecture rescue report:
Do not generate implementation tasks unless asked.
Use only when the user explicitly requests them.
phase-shaping: hand off top approved candidate(s) to pulse:planningexecution-ready: after validating gate approval, proceed via pulse:swarming/pulse:executingBefore leaving report-only mode, restate the mode change and requested scope.
Provide concise output with:
Keep recommendations specific, evidence-backed, and bounded to the requested scope.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub quanpersie2001/pulse --plugin pulse