From mst
Overrides PM-assigned task execution priority (REQ-ID ordering) for /mst tasks. Handles --before/--after flags, reorder commands, and dependency conflict warnings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mst:priority {TASK-ID} --before {TASK-ID}{TASK-ID} --before {TASK-ID}The summary Claude sees in its skill listing — used to decide when to auto-load this skill
PM이 자동 결정한 태스크 실행 순서를 사용자가 오버라이드합니다.
PM이 자동 결정한 태스크 실행 순서를 사용자가 오버라이드합니다.
태스크 ID + 순서 지정 파싱 → execution_order 배열 변경 → 종속성 충돌 확인 (blockedBy 위반 시 경고) → 변경 결과 표시
/mst:priority REQ-001-02 --before REQ-001-01 # 02를 01보다 먼저 실행
/mst:priority REQ-001-03 --after REQ-001-01 # 03을 01 다음에 실행
/mst:priority REQ-001 --reorder 03,01,02 # 전체 순서 지정
실행 순서 변경됨:
REQ-001 태스크 실행 순서:
1. REQ-001-02 로그인 UI 구현 [agy]
2. REQ-001-01 JWT 미들웨어 구현 [codex]
3. REQ-001-03 유저 모델 테스트 [codex]
주의: REQ-001-01은 REQ-001-03에 의존합니다.
REQ-NNN-NN 형식 확인; /mst:inspect {REQ-ID}로 목록 조회/mst:inspect로 종속성 그래프 사전 확인 권장npx claudepluginhub myrtlepn/gran-maestro --plugin mstTAKTのtasks.yaml(タスクメタデータ)とタスクディレクトリ(.takt/tasks/{slug}/order.md)の 作成・編集を支援するスキル。TaskRecordスキーマに準拠したYAMLエントリの生成、 order.mdタスク仕様書の作成、ステータス遷移ルールの検証を行う。 references/taktにあるtaskスキーマ定義・ドキュメントを参照資料として活用する。 トリガー:「タスクを追加」「tasks.yamlを編集」「taktタスクを作成」 「タスク仕様書を書く」「order.mdを作成」「takt task」「タスクを定義」 「pendingタスクを追加」「GitHub Issueからタスク作成」
Executes eligible tasks from session task list, syncs against codebase/PR state to surface stales, and generates handovers. Use /task-run [--all] [--sync [--dry-run]] [--handover [query]].
Manage a deferred task queue — add, list, process, remove, batch-execute, schedule, prioritize, and browse history of tasks stored in the vault.