diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index b2afa15..523b3f2 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -14,5 +14,12 @@ "ieee-830", "business-analysis" ], - "hooks": "./hooks/hooks.json" -} \ No newline at end of file + "agents": [ + "./agents/spec-reviewer.md", + "./agents/decomposition-agent.md", + "./agents/traceability-agent.md", + "./agents/change-impact-agent.md" + ], + "commands": ["./commands/"], + "skills": ["./skills/"] +}