Initial commit
This commit is contained in:
24
.claude-plugin/plugin.json
Normal file
24
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user