From ypm
This skill scans all monitored projects and updates PROJECT_STATUS.md. Use when the user asks "update project status", "scan projects", "refresh status", "check all projects", "what changed in my projects", "プロジェクトのステータス更新", "プロジェクトをスキャン", or "全プロジェクトの状態確認".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ypm:project-status-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- Language Handling: Check ~/.ypm/config.yml for settings.language -->
Scan all projects and update ~/.ypm/PROJECT_STATUS.md.
/ypm:setup first if ~/.ypm/config.yml doesn't exist~/.ypm/config.yml exists. If not, prompt user to run /ypm:setuppython ${CLAUDE_PLUGIN_ROOT}/scripts/scan_projects.py to collect project information
CLAUDE.md for active projects~/.ypm/PROJECT_STATUS.md in human-readable format
This skill does NOT perform Git operations. ~/.ypm/PROJECT_STATUS.md is updated as a local file only.
gh issue list command)npx claudepluginhub signalcompose/claude-tools --plugin ypmDisplays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.
CTO-level project status from git and codebase state. Use when asked "where are we", "project status", "what's done", or at the start of a work session.
Generates CTO-level project status from git log/status and key docs (README, TODO, CLAUDE.md). Summarizes shipped work, progress, blocks, next steps for standups or 'where are we' queries.