From critic
Assess downstream effects of editing a chapter. Use when the user has edited a chapter and wants to know what breaks in later chapters.
How this skill is triggered — by the user, by Claude, or both
Slash command
/critic:downstreamThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The vault path for all tool calls is: ${user_config.vault_path}
The vault path for all tool calls is: ${user_config.vault_path}
Assess what breaks in later chapters after editing a chapter.
$ARGUMENTS should be a chapter name (e.g., "chapter-03").
Call the assess-downstream tool with the vault path (current working directory) and chapter name.
Present results as readable text:
Summary: The overall assessment.
Downstream Issues (grouped by severity): For each issue:
Safe Chapters: List chapters that appear unaffected.
After presenting, offer:
npx claudepluginhub jdpedrie/critic --plugin criticCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.