From project-runner
Track and report project-runner project status. Use when the user asks about project progress, status, milestones, or tasks for an active project-runner project. Reads the project's status.md and milestone files to provide a comprehensive progress report.
How this skill is triggered — by the user, by Claude, or both
Slash command
/project-runner:project-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks about project status or progress, follow these steps:
When the user asks about project status or progress, follow these steps:
Look for project folders in projects/ at the repository root. Use Glob to find
projects/*/status.md files. If multiple projects exist, identify which one the user is
asking about (usually the most recent or the one currently being worked on).
Read status.md from the project folder. This shows the current phase and overall progress.
Read all milestone files (NNN-*.md pattern) from the project folder. For each milestone,
count:
Use TaskList to see the current state of all tracked tasks, including which are blocked,
in progress, or completed.
Provide a summary:
Keep the report concise and actionable. Highlight any blockers or issues.
npx claudepluginhub etdofresh/claude-marketplace --plugin project-runnerDisplays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.
Displays Plan-Build-Run project status dashboard, progress, blockers from .planning files, and suggests next actions.
Displays Conductor project status: overall progress, track/task completion percentages, active tracks, next actions, and blockers from conductor/ files.