con un clic
mpm-ticket-view
Orchestrate ticketing agent for project management workflows
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Orchestrate ticketing agent for project management workflows
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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
| 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"] |
| effort | medium |
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.