From mst
Outputs gardening reports on stale plans/requests/intents from .gran-maestro/. Runs python mst.py gardening scan via /mst:gardening [--json] and relays results.
npx claudepluginhub myrtlepn/gran-maestro --plugin mstThis skill uses the workspace's default tool permissions.
가드닝 리포트 계산은 `scripts/mst.py`에 위임합니다.
Checks .planning/ directory integrity for files like STATE.md, config.json, ROADMAP.md; reports PASS/FAIL issues and optionally auto-fixes corruption.
Calculates metrics for digital gardens: analyzes notes, bidirectional links, knowledge bases, content maturity, and garden health using Python script.
Displays detailed status of Gran Maestro requests (REQ-ID) or plans (PLN-ID), including phases, tasks, agents, worktrees, dependencies, and child requests. Use to track AI-assisted dev workflow progress.
Share bugs, ideas, or general feedback.
가드닝 리포트 계산은 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