fix(projman): align command names with git-flow pattern #461
3
.claude/settings.json
Normal file
3
.claude/settings.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"model": "opusplan"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: projman adr create
|
||||
description: Create a new Architecture Decision Record wiki page
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: projman adr list
|
||||
description: List all ADRs grouped by status
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: projman adr supersede
|
||||
description: Mark an ADR as superseded by a newer ADR
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: projman adr update
|
||||
description: Update an existing ADR's content or status
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: adr
|
||||
description: Architecture Decision Records management — type /adr <action> for commands
|
||||
name: projman adr
|
||||
description: Architecture Decision Records management — type /projman adr <action> for commands
|
||||
---
|
||||
|
||||
# /adr
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: labels sync
|
||||
name: projman labels sync
|
||||
description: Fetch and validate label taxonomy from Gitea, create missing required labels
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: labels
|
||||
description: Label management — type /labels <action> for commands
|
||||
name: projman labels
|
||||
description: Label management — type /projman labels <action> for commands
|
||||
---
|
||||
|
||||
# /labels
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: projman project close
|
||||
description: Close a completed project — retrospective, archive, lessons learned
|
||||
agent: orchestrator
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: projman project initiation
|
||||
description: Discover, analyze, and charter a new project
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: projman project plan
|
||||
description: Create WBS, risk register, and sprint roadmap for an initiated project
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: projman project status
|
||||
description: Full project hierarchy status view (absorbs /proposal-status)
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: project
|
||||
description: Project lifecycle management — type /project <action> for commands
|
||||
name: projman project
|
||||
description: Project lifecycle management — type /projman project <action> for commands
|
||||
---
|
||||
|
||||
# /project
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: rfc
|
||||
name: projman rfc
|
||||
description: RFC lifecycle management - create, list, review, approve, reject
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: sprint close
|
||||
name: projman sprint close
|
||||
description: Complete sprint and capture lessons learned to Gitea Wiki
|
||||
agent: orchestrator
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: sprint plan
|
||||
name: projman sprint plan
|
||||
description: Start sprint planning with AI-guided architecture analysis and issue creation
|
||||
agent: planner
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: sprint review
|
||||
name: projman sprint review
|
||||
description: Pre-sprint-close code quality review
|
||||
agent: code-reviewer
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: sprint start
|
||||
name: projman sprint start
|
||||
description: Begin sprint execution with relevant lessons learned from previous sprints
|
||||
agent: orchestrator
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: sprint status
|
||||
name: projman sprint status
|
||||
description: Check current sprint progress, identify blockers, optionally generate dependency diagram or token budget report
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: sprint test
|
||||
name: projman sprint test
|
||||
description: Run tests with coverage or generate tests for specified code
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: sprint
|
||||
description: Sprint lifecycle management — type /sprint <action> for commands
|
||||
name: projman sprint
|
||||
description: Sprint lifecycle management — type /projman sprint <action> for commands
|
||||
---
|
||||
|
||||
# /sprint
|
||||
|
||||
Reference in New Issue
Block a user