Merge pull request 'fix(projman): align command names with git-flow pattern' (#461) from fix/projman-command-names into development
Reviewed-on: #461
This commit was merged in pull request #461.
This commit is contained in:
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
|
description: Create a new Architecture Decision Record wiki page
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: projman adr list
|
||||||
description: List all ADRs grouped by status
|
description: List all ADRs grouped by status
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: projman adr supersede
|
||||||
description: Mark an ADR as superseded by a newer ADR
|
description: Mark an ADR as superseded by a newer ADR
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: projman adr update
|
||||||
description: Update an existing ADR's content or status
|
description: Update an existing ADR's content or status
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: adr
|
name: projman adr
|
||||||
description: Architecture Decision Records management — type /adr <action> for commands
|
description: Architecture Decision Records management — type /projman adr <action> for commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# /adr
|
# /adr
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: labels sync
|
name: projman labels sync
|
||||||
description: Fetch and validate label taxonomy from Gitea, create missing required labels
|
description: Fetch and validate label taxonomy from Gitea, create missing required labels
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: labels
|
name: projman labels
|
||||||
description: Label management — type /labels <action> for commands
|
description: Label management — type /projman labels <action> for commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# /labels
|
# /labels
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: projman project close
|
||||||
description: Close a completed project — retrospective, archive, lessons learned
|
description: Close a completed project — retrospective, archive, lessons learned
|
||||||
agent: orchestrator
|
agent: orchestrator
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: projman project initiation
|
||||||
description: Discover, analyze, and charter a new project
|
description: Discover, analyze, and charter a new project
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: projman project plan
|
||||||
description: Create WBS, risk register, and sprint roadmap for an initiated project
|
description: Create WBS, risk register, and sprint roadmap for an initiated project
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
name: projman project status
|
||||||
description: Full project hierarchy status view (absorbs /proposal-status)
|
description: Full project hierarchy status view (absorbs /proposal-status)
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: project
|
name: projman project
|
||||||
description: Project lifecycle management — type /project <action> for commands
|
description: Project lifecycle management — type /projman project <action> for commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# /project
|
# /project
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: rfc
|
name: projman rfc
|
||||||
description: RFC lifecycle management - create, list, review, approve, reject
|
description: RFC lifecycle management - create, list, review, approve, reject
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: sprint close
|
name: projman sprint close
|
||||||
description: Complete sprint and capture lessons learned to Gitea Wiki
|
description: Complete sprint and capture lessons learned to Gitea Wiki
|
||||||
agent: orchestrator
|
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
|
description: Start sprint planning with AI-guided architecture analysis and issue creation
|
||||||
agent: planner
|
agent: planner
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: sprint review
|
name: projman sprint review
|
||||||
description: Pre-sprint-close code quality review
|
description: Pre-sprint-close code quality review
|
||||||
agent: code-reviewer
|
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
|
description: Begin sprint execution with relevant lessons learned from previous sprints
|
||||||
agent: orchestrator
|
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
|
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
|
description: Run tests with coverage or generate tests for specified code
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: sprint
|
name: projman sprint
|
||||||
description: Sprint lifecycle management — type /sprint <action> for commands
|
description: Sprint lifecycle management — type /projman sprint <action> for commands
|
||||||
---
|
---
|
||||||
|
|
||||||
# /sprint
|
# /sprint
|
||||||
|
|||||||
Reference in New Issue
Block a user