How this skill is triggered — by the user, by Claude, or both
Slash command
/util:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
$ARGUMENTS
$ARGUMENTS
Answer the question using plans and documentation as primary sources.
This is for understanding how things fit together - design decisions, system architecture, feature context, task scope. Not for code-level questions.
plans/ - understand current task contexttldr structure, tldr arch)If the answer isn't in plans or docs, say so and suggest what documentation would help.
npx claudepluginhub jsai23/claude-tooling --plugin utilRead-only codebase exploration and implementation plan design. Use before coding to understand architecture, find patterns, and produce step-by-step strategies.
Loads plan-review.md to review project plans, architecture decisions, and implementation strategies before coding begins.
Plans and architects new features: analyzes requirements, asks clarifying questions, creates detailed implementation plans aligned with project architecture. Use before coding.