Summarize all zforge feature plans, phase counts, and standing flags in the current workspace.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add Langerrr/zforge --skill plan-status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Plan Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/langerrr-plan-status)More formats (shields.io, HTML) on the badges page.
---
name: plan-status
description: Summarize all zforge feature plans, phase counts, and standing flags in the current workspace.
---
# Workspace Feature Status
Scan for all feature plans under the **current working directory** and display their status.
## Process
1. Search for all `05_progress_overview.md` files under the current working directory using Glob: `**/docs/*/05_progress_overview.md`
2. For each found file:
- Extract the feature name from the directory path
- Read the file and parse the phase summary table and the **Standing Flags** section
- Count: total phases, completed, running, pending, and open standing flags
3. Display a summary table:
```
Feature Plans in {current_directory}:
Feature Status Progress Flags Path
────────────────────────────────────────────────────────────────
ai_assistant In Progress 3/5 phases — docs/ai_assistant/
video_pipeline In Progress 1/3 phases 1 open docs/video_pipeline/
api_refactor Complete 2/2 phases — docs/api_refactor/
```
**A feature with every phase complete and an open standing flag is not Complete.** Show it as `Flagged` with the flag count — the whole point of tracking flags is that they survive the run ending.
4. List open standing flags below the table, with the phase that opened each and what closes it.
5. If no `05_progress_overview.md` files are found, report: "No feature plans found under {current_directory}."
## Scope
ONLY look under the current working directory. Do not search parent directories or sibling projects.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!