원클릭으로
mpm-ticket-view
Orchestrate ticketing agent for project management workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Orchestrate ticketing agent for project management workflows
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | mpm-ticket-view |
| description | Orchestrate ticketing agent for project management workflows |
| user-invocable | true |
| version | 1.0.0 |
| category | mpm-command |
| tags | ["mpm-command","tickets","pm-recommended"] |
High-level ticketing workflows delegating to ticketing agent.
/mpm-ticket <subcommand> [options]
CRITICAL: PM delegates ALL ticketing operations to ticketing agent. PM NEVER uses MCP tools directly.
Review, transition states, update priorities, identify stale tickets.
MCP Tools (ticketing agent uses):
Output: Tickets transitioned, priorities updated, stale tickets identified, next actions.
Analyze project board and recommend next actionable steps.
MCP Tools (ticketing agent uses):
Output: Project health, recommended next actions (top 3), blockers requiring attention.
Generate comprehensive status report covering work, tickets, project health.
MCP Tools (ticketing agent uses):
Output: Health metrics, ticket counts, high-priority work, blockers, recent activity, risk assessment.
Create project status update (Linear ProjectUpdate).
MCP Tools (ticketing agent uses):
Output: Update ID, health status, accomplishments, metrics, risks, next sprint focus, published link.
Set project URL for context (Linear/GitHub/JIRA).
MCP Tools (ticketing agent uses):
Output: Project context configured, platform/ID/name, access verified, summary.
WRONG ❌:
# PM directly using MCP tools
result = mcp__mcp-ticketer__ticket_list()
CORRECT ✅:
# PM delegates to ticketing agent
PM: "I'll have ticketing organize tickets..."
[PM constructs delegation prompt]
[Ticketing agent uses MCP tools]
PM: [Presents results]
If no ticketing MCP tools are available, ticketing agent falls back to gh CLI (GitHub Issues):
gh issue list
gh issue view ISSUE-NUMBER
gh issue close ISSUE-NUMBER
PM still delegates - ticketing agent handles CLI fallback internally.
# Organize and analyze
/mpm-ticket organize # Clean up board
/mpm-ticket proceed # Get next steps
# Weekly update
/mpm-ticket update # Create status update
# Project setup
/mpm-ticket project https://linear.app/team/project/abc-123
See docs/commands/ticket.md for comprehensive documentation.
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
Model Context Protocol (MCP) server build and evaluation guide, including local conventions for tool surfaces, config, and testing
Control monitoring server and dashboard
Pause session and save current work state for later resume
Load context from paused session
Access Claude MPM functionality and manage multi-agent orchestration