skills/gardening/SKILL.md
.gran-maestro/의 stale plan/request/intent 리포트를 출력합니다. /mst:gardening 호출 시 mst.py gardening scan을 실행해 결과를 그대로 중계합니다.
npx skillsauth add myrtlepn/gran-maestro gardeningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
가드닝 리포트 계산은 scripts/mst.py에 위임합니다.
{PLUGIN_ROOT}경로 규칙:{PLUGIN_ROOT}는 이 스킬의 "Base directory"에서skills/{스킬명}/을 제거한 절대경로입니다. 상대경로(.claude/...)는 절대 사용하지 않습니다.
PROJECT_ROOT=$(pwd)를 설정합니다.PLUGIN_ROOT를 {PROJECT_ROOT}로 간주하고 아래 명령을 실행합니다.
python3 {PLUGIN_ROOT}/scripts/mst.py gardening scanpython3 {PLUGIN_ROOT}/scripts/mst.py gardening scan --json/mst:gardening
/mst:gardening --json
tools
Internal shared include material for Gran Maestro skills. This is not a user-invocable workflow.
development
화면 설계, 컴포넌트 구조, 인터랙션 흐름, 디자인 시스템을 설계하는 Design Wing 템플릿 스킬. PM Conductor가 변수를 치환하여 /mst:codex로 실행.
development
Stitch SDK를 사용해 UI 화면을 설계합니다. 명시적 디자인 요청, 새 화면 추가, 전체 디자인 변경 시 사용.
tools
Codex CLI 프로젝트에 oh-my-codex(OMX)를 설치·초기화·gitignore 등록·AGENTS.md 주입하는 4단계 자동화를 수행합니다. 사용자가 'OMX 설치', 'oh-my-codex 설정', '/mst:setup-omx'를 호출할 때 사용.