wf-status

List active WikiFlow plans with task progress and completion percentages.

2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/liqunx/wikiflow --skill wf-status-liqunx
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wf-status
Source: https://github.com/liqunx/wikiflow/tree/main/skills/wf-status
Command: npx skills add https://github.com/liqunx/wikiflow --skill wf-status-liqunx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

When you’re running document-driven development, it’s hard to know which WikiFlow plans are currently active and how far each one has progressed; wf-status makes that visibility instant by summarizing progress and tasks across active plans.

Core Features & Use Cases

  • Active plan discovery in the documentation repository: Reads .wikiflow/config.json and scans docs/changes/active/ to find valid plans containing spec.md and tasks.md.
  • Progress computation and visualization: Parses task checkboxes from tasks.md to compute completion percentage and renders an ASCII progress bar.
  • Powerful filtering (flags + natural language): Supports status filters like --active/--draft/--paused/--blocked, keyword filtering by plan name/description, and natural-language queries like “plans with progress over 50%”.
  • Read-only safety: Designed to display information only, with explicit constraints prohibiting file modifications.

Quick Start

Run wf-status inside the documentation repository (where .wikiflow/config.json and docs/changes/active/ exist) to list all active development plans and their progress.

Frequently Asked Questions about wf-status

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

FAQPage Schema
How do I track active WikiFlow plans and task progress in my documentation repository?▼

To track active WikiFlow plans, read `.wikiflow/config.json` and scan `docs/changes/active/` to parse `spec.md` and `tasks.md`. This computes completion percentages and renders standardized task analytics for your documentation workflow.

What's the best way to filter WikiFlow project progress by status or keywords?▼

Filter WikiFlow project progress using status flags like `--active`, `--draft`, `--paused`, or `--blocked`. You can also apply keyword filtering by plan name or use natural-language queries like "plans with progress over 50%" for precise task analytics.

How does task progress computation work for document-driven development plans?▼

Task progress computation works by parsing task checkboxes from `tasks.md` files in active plans. It calculates completion percentages and renders an ASCII progress bar, providing instant read-only dashboard visibility into your document-driven development workflow.

Can I modify active plans or documentation files when checking WikiFlow status?▼

You cannot modify files when checking WikiFlow status. The tool enforces read-only safety constraints, explicitly prohibiting file modifications to ensure it functions solely as a read-only dashboard for monitoring plan health and completion rates.

Do I need a specific repository structure to monitor WikiFlow plan health?▼

Yes, you need a documentation repository containing `.wikiflow/config.json` and a `docs/changes/active/` directory. Valid plans must include both `spec.md` and `tasks.md` files for the status tracker to discover and parse project progress.