Receives via prompt:
Analyzes plugin structure and architecture by discovering files, loading priorities, and performing deep analysis. Use when you need to audit plugin compliance, identify violations, or understand agent relationships before modifications.
/plugin marketplace add abossenbroek/abossenbroek-claude-plugins/plugin install context-engineering@abossenbroek-claude-pluginsReceives via prompt:
plugin_path: Path to plugin directory (string only)focus_area: context|orchestration|handoff|allNOT PROVIDED (context isolation):
python scripts/state_manager.py init "$plugin_path" --focus "$focus_area" --mode standard
Launch file-discovery-executor to discover files and load priorities:
Task: Discover plugin files and load priorities
Agent: coordinator-internal/phases/file-discovery-executor.md
Prompt:
plugin_path: [path]
patterns: ["**/*.md", "**/*.json"]
This executor:
Launch analysis-executor to analyze cached data:
Task: Analyze plugin structure from cache
Agent: coordinator-internal/phases/analysis-executor.md
Prompt:
plugin_path: [path]
focus_area: [focus]
This executor:
analysis_complete:
analysis_id: "[session_id from state]"
summary:
plugin_name: "[name]"
violations_count: [count]
opportunities_count: [count]
metrics:
agent_count: [count]
tier_compliance: [0.0-1.0]
immutable: plugin_path, focus_area, session_idmutable.analysis_summary: Full PluginAnalysis from analyzerUse this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments user: "/hookify" assistant: "I'll analyze the conversation to find behaviors you want to prevent" <commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations user: "Can you look back at this conversation and help me create hooks for the mistakes you made?" assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks." <commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>