fix(projman): align command names with git-flow pattern

All projman command names now start with 'projman' prefix to match
git-flow behavior and avoid forced plugin namespace in autocomplete.

Before: /projman:sprint-plan, /projman:project-status
After: /projman sprint plan, /projman project status

This matches git-flow which shows /gitflow commit, /gitflow status.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 22:57:42 -05:00
parent a3516ae0c1
commit 035cd00f4b
21 changed files with 27 additions and 16 deletions

3
.claude/settings.json Normal file
View File

@@ -0,0 +1,3 @@
{
"model": "opusplan"
}

View File

@@ -1,4 +1,5 @@
---
name: projman adr create
description: Create a new Architecture Decision Record wiki page
agent: planner
---

View File

@@ -1,4 +1,5 @@
---
name: projman adr list
description: List all ADRs grouped by status
agent: planner
---

View File

@@ -1,4 +1,5 @@
---
name: projman adr supersede
description: Mark an ADR as superseded by a newer ADR
agent: planner
---

View File

@@ -1,4 +1,5 @@
---
name: projman adr update
description: Update an existing ADR's content or status
agent: planner
---

View File

@@ -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

View File

@@ -1,5 +1,5 @@
---
name: labels sync
name: projman labels sync
description: Fetch and validate label taxonomy from Gitea, create missing required labels
---

View File

@@ -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

View File

@@ -1,4 +1,5 @@
---
name: projman project close
description: Close a completed project — retrospective, archive, lessons learned
agent: orchestrator
---

View File

@@ -1,4 +1,5 @@
---
name: projman project initiation
description: Discover, analyze, and charter a new project
agent: planner
---

View File

@@ -1,4 +1,5 @@
---
name: projman project plan
description: Create WBS, risk register, and sprint roadmap for an initiated project
agent: planner
---

View File

@@ -1,4 +1,5 @@
---
name: projman project status
description: Full project hierarchy status view (absorbs /proposal-status)
agent: planner
---

View File

@@ -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

View File

@@ -1,5 +1,5 @@
---
name: rfc
name: projman rfc
description: RFC lifecycle management - create, list, review, approve, reject
agent: planner
---

View File

@@ -1,5 +1,5 @@
---
name: sprint close
name: projman sprint close
description: Complete sprint and capture lessons learned to Gitea Wiki
agent: orchestrator
---

View File

@@ -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
---

View File

@@ -1,5 +1,5 @@
---
name: sprint review
name: projman sprint review
description: Pre-sprint-close code quality review
agent: code-reviewer
---

View File

@@ -1,5 +1,5 @@
---
name: sprint start
name: projman sprint start
description: Begin sprint execution with relevant lessons learned from previous sprints
agent: orchestrator
---

View File

@@ -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
---

View File

@@ -1,5 +1,5 @@
---
name: sprint test
name: projman sprint test
description: Run tests with coverage or generate tests for specified code
---

View File

@@ -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