From mst
Cancels an active request/task and cleans up associated resources including worktrees and temporary branches. Supports force-cancel. Integrates with plan state synchronization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mst:cancel {REQ-ID} [--force]{REQ-ID} [--force]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
진행 중인 요청/태스크를 취소하고 관련 리소스를 정리합니다.
진행 중인 요청/태스크를 취소하고 관련 리소스를 정리합니다.
경로 규칙 (MANDATORY): 이 스킬의 모든
.gran-maestro/경로는 절대경로로 사용합니다. 스킬 실행 시작 시PROJECT_ROOT를 취득하고, 이후 모든 경로에{PROJECT_ROOT}/접두사를 붙입니다.PROJECT_ROOT=$(pwd)
{PLUGIN_ROOT}는 이 스킬의 "Base directory"에서skills/{스킬명}/을 제거한 절대경로입니다. 상대경로(.claude/...)는 절대 사용하지 않습니다.
--force 아닌 경우)python3 {PLUGIN_ROOT}/scripts/mst.py worktree remove --path {worktree_path} [--force] 실행 → 임시 브랜치 정리 → status="cancelled"source_plan 있으면 python3 mst.py plan sync {source_plan} 실행; 없으면 스킵auto_deactivate:true이면 Maestro 모드 자동 비활성화--force: 확인 없이 즉시 취소/mst:cancel REQ-001 # REQ-001 취소 (확인 요청)
/mst:cancel REQ-001 --force # REQ-001 즉시 취소
/mst:cancel REQ-002-01 # 특정 태스크만 취소
/mst:list로 목록 조회--force로 강제 취소.gran-maestro/worktrees/ 수동 정리; git worktree list 확인npx claudepluginhub myrtlepn/gran-maestro --plugin mstRecovers incomplete requests and resumes from the last phase. Scans snapshot files for disrupted tasks and offers resume commands via /mst:{skill}. Also cleans orphaned worktree metadata.
Stops a running MEGA-Code skill extraction pipeline by run ID or interactive selection. Useful for aborting stuck or unnecessary pipeline processes.
Resumes interrupted Maestro sessions using existing active-session files and shared phase tracking. Use to continue multi-agent orchestration workflows after interruptions.