project-completion-verification

Summarize GOAL.md task completion by parsing markdown checkboxes.

130|8|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/sandgardenhq/sgai --skill project-completion-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-completion-verification
Source: https://github.com/sandgardenhq/sgai/tree/main/cmd/sgai/skel/.sgai/skills/project-completion-verification
Command: npx skills add https://github.com/sandgardenhq/sgai --skill project-completion-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually scanning GOAL.md for completed and pending tasks is time‑consuming and error‑prone. This skill automatically parses the file, counts checked and unchecked items, and presents a clear summary.

Core Features & Use Cases

  • Automated counting of [ ] and [x] checkboxes across the entire GOAL.md.
  • Section‑level breakdown showing completion percentages per markdown heading.
  • Pending task list that highlights unfinished items by category.
  • Coordinator‑only marking workflow that safely updates checkboxes and logs changes.
  • Use Cases: Before creating a pull request, during sprint reviews, or whenever a quick status overview is needed.

Quick Start

Run the project completion verification skill to get a status summary of all tasks in GOAL.md.

Frequently Asked Questions about project-completion-verification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize task completion status from a markdown file?

To summarize task completion status, this skill parses markdown checkboxes in GOAL.md, counts checked and unchecked items, and groups results by sections to present a clear overview of pending versus completed tasks.

How do I count checked and unchecked markdown checkboxes by section?

Counting checked and unchecked markdown checkboxes is done by parsing GOAL.md headings, grouping the `[ ]` and `[x]` items under each section, and calculating completion percentages for every category.

What's the best way to get a project status overview before a sprint review?

The best way to get a project status overview before a sprint review is running this skill to parse GOAL.md, which automatically generates a section-level breakdown of completion percentages and highlights unfinished items.

Can I mark markdown checkboxes as complete and log the changes automatically?

Yes, you can mark markdown checkboxes as complete using the coordinator-only marking workflow, which safely updates the checkboxes in GOAL.md and logs all changes in PROJECT_MANAGEMENT.md.

How do I list pending tasks by category from a markdown checklist?

Listing pending tasks by category is handled by the skill's automated parsing, which extracts all unchecked `[ ]` items from GOAL.md and groups them under their respective markdown section headings.