Files
gh-coalesce-labs-catalyst-p…/.claude-plugin/plugin.json
2025-11-29 18:14:44 +08:00

24 lines
715 B
JSON

{
"name": "catalyst-pm",
"description": "Linear-focused project management plugin with cycle management, milestone tracking, backlog grooming, and team analytics",
"version": "3.0.1",
"author": {
"name": "Coalesce Labs",
"email": "hello@coalesce.dev",
"url": "https://github.com/coalesce-labs"
},
"agents": [
"./agents/linear-research.md",
"./agents/cycle-analyzer.md",
"./agents/milestone-analyzer.md",
"./agents/backlog-analyzer.md",
"./agents/github-linear-analyzer.md"
],
"commands": [
"./commands/analyze_cycle.md",
"./commands/analyze_milestone.md",
"./commands/report_daily.md",
"./commands/groom_backlog.md",
"./commands/sync_prs.md"
]
}