From mst
Cancels active requests or tasks by terminating processes, removing git worktrees with mst.py, syncing plans, and deactivating Maestro mode if idle. Triggered by keywords like 'cancel' or /mst:cancel.
npx claudepluginhub myrtlepn/gran-maestro --plugin mstThis skill uses the workspace's default tool permissions.
진행 중인 요청/태스크를 취소하고 관련 리소스를 정리합니다.
Decomposes multi-step plans into maestro CLI tasks, claims one at a time, maintains continuation state, and closes with receipts in .maestro/ projects. Auto-invokes on directory presence.
Cancels running or pending background jobs by job ID using mcp__agent-knowledge__execute tool. Useful for stopping accidental repo indexing, long ops, or freeing resources. Errors if job completed or not found.
Share bugs, ideas, or general feedback.
진행 중인 요청/태스크를 취소하고 관련 리소스를 정리합니다.
경로 규칙 (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 모드 자동 비활성화[MST skill={name} step={N}/{M} return_to={parent_skill/step | null}]skill: 현재 실행 중인 스킬 이름step: 현재 단계(N/M) 또는 서브스킬 종료 시 returnedreturn_to: 최상위 스킬이면 null, 서브스킬이면 {parent_skill}/{step_number}[MST skill={subskill} step=returned return_to={parent/step}][MST skill={name} step=1/3 return_to=null][MST skill={subskill} step=returned return_to={parent_skill}/{step_number}]--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 확인