
Publisher on askill
Consolidates completed planning documents into a concise source-of-record reference. Activates after a feature is implemented with plan docs to distill. Triggers on "close out the plan", "consolidate...
Provides a four-phase debugging framework (investigate, analyze, hypothesize, fix) ensuring root cause understanding before attempting solutions. Covers backward call-chain tracing, multi-component di...
Mines agent learnings from commit messages, team lead notes, and review docs, then curates them into CLAUDE.md. Reads Key Learnings from commit footers, docs/learnings/*.md files, and docs/reviews/*.m...
Executes a single focused task as a teammate agent — implements the assigned work, commits, and exits. Spawned by implementing-tasks and polishing skills for parallel task execution.
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking with...