Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:44 +08:00
commit fa2c495eac
13 changed files with 2330 additions and 0 deletions

View 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"
]
}