From mst
Displays a terminal-based status list of all Gran Maestro requests and tasks. Supports filtering by active, completed, or all statuses via options like --all, --active, --completed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mst:list [--all | --active | --completed][--all | --active | --completed]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
모든 Gran Maestro 요청과 태스크의 현황을 터미널에 표시합니다.
모든 Gran Maestro 요청과 태스크의 현황을 터미널에 표시합니다.
{PLUGIN_ROOT}경로 규칙:{PLUGIN_ROOT}는 이 스킬의 "Base directory"에서skills/{스킬명}/을 제거한 절대경로입니다. 상대경로(.claude/...)는 절대 사용하지 않습니다.
스크립트 우선 실행: python3 {PLUGIN_ROOT}/scripts/mst.py request list --active 실행. 성공(exit 0)이면 출력을 사용하되, 각 REQ의 source_plan 필드를 확인해 "[from PLN-NNN]" 태그를 보강한다. 실패 시 아래 fallback으로 진행.
Fallback: requests/ 스캔 → 각 request.json 읽기 → 상태별 분류/포맷팅
source_plan == "PLN-NNN"이면 REQ 제목 줄에 "[from PLN-NNN]" 태그를 표시source_plan == null 또는 필드 부재(레거시)면 태그를 표시하지 않음Gran Maestro — 요청 현황
═══════════════════════════════════════
REQ-001 "사용자 인증 기능 추가" [from PLN-233]
Phase: 2 (외주 실행) | Tasks: 3 | 진행: 1/3
├── 01: [codex] 실행 중 — JWT 미들웨어 구현
├── 02: [agy] 대기 — 로그인 UI 구현
└── 03: [codex] 완료 — 유저 모델 테스트
REQ-002 "로그인 페이지 디자인"
Phase: 1 (PM 분석) | blockedBy: REQ-001-02
└── 스펙 작성 중...
═══════════════════════════════════════
활성: 2 | 완료: 0 | 전체: 2
--all: 완료된 요청 포함 전체 목록--active: 활성 요청만 (기본값)--completed: 완료된 요청만requests/ 디렉토리 없음 → /mst:on 또는 /mst:request로 활성화--all로 완료/취소 요청 포함 확인npx claudepluginhub myrtlepn/gran-maestro --plugin mstDisplays detailed status of a specific request (REQ-ID) or plan (PLN-ID) in the Gran Maestro workflow system. Shows phases, tasks, agents, worktrees, dependencies, and child requests.
Tracks request document status and progress using a knowledge base. Useful for querying request status, managing document references, and monitoring progress.
Automatically checks active project status via project-status MCP tool and suggests next tasks with project-next at session start or status queries like 'progress?' or 'what's next?'