Show project progress and statistics. Displays completion percentage, Part/Chapter breakdown, and next pending tasks.
/plugin marketplace add BitYoungjae/dokhak/plugin install bityoungjae-dokhak@BitYoungjae/dokhakhaiku# Project Status Command ## Context - Completed tasks: !`grep -c "\[x\]" task.md 2>/dev/null || echo "0"` - Pending tasks: !`grep -c "\[ \]" task.md 2>/dev/null || echo "0"` - Plan metadata: !`head -20 plan.md 2>/dev/null || echo "No plan.md found"` ## Task Generate a progress report for this learning resource project. ### Step 1: Check Prerequisites If task.md does not exist, report: If plan.md does not exist, report: ### Step 2: Extract Project Information From plan.md, extract: - Project title (first # heading) - Target System - Target Audience - Total Estimated Pages ### Ste...