From mst
Generates a stale plan/request/intent report from .gran-maestro/ by running mst.py gardening scan and relaying the output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mst:gardening [--json][--json]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
가드닝 리포트 계산은 `scripts/mst.py`에 위임합니다.
가드닝 리포트 계산은 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
npx claudepluginhub myrtlepn/gran-maestro --plugin mstObserves and assesses garden health using a structured sensory protocol (CRV-adapted) before interventions. Covers pre-entry clearing, gestalt impression, sensory layers, pattern recognition, and health triage matrix.
Scans projects for maintenance issues starting with stale docs, picks one, fixes it in a git worktree, self-reviews with competing agents, and opens a PR. Use to tidy codebases.
Checks .planning/ directory integrity for files like STATE.md, config.json, ROADMAP.md; reports PASS/FAIL issues and optionally auto-fixes corruption.