plan-status

List active and completed tasks from the local .spec directory.

9|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mark22013333/crew --skill plan-status-mark22013333
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-status
Source: https://github.com/mark22013333/crew/tree/main/plugins/feature-workflow/skills/plan-status
Command: npx skills add https://github.com/mark22013333/crew --skill plan-status-mark22013333

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

List all active and completed tasks from the .spec directory using purely local operations, without calling Notion.

Core Features & Use Cases

  • Local discovery: read .spec/ and subdirectories' README.md to determine task status and metadata.
  • Auto-repair: reconstruct _index.md from README.md when discrepancies occur, ensuring accurate listings.
  • Offline workflow: supports park/unpark and cleanup workflows entirely without external APIs.

Quick Start

Run /plan-status to display all current tasks in your project.

Frequently Asked Questions about plan-status

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

FAQPage Schema
How do I list local project task status without relying on Notion?▼

To list local project task status without Notion, you can read the .spec directory and its README.md files to determine active and completed tasks. This enforces offline, local-first operation for quick project audits.

What is the best way to audit task status in a local .spec directory?▼

Auditing task status in a local .spec directory involves parsing README.md files in subdirectories to extract task metadata. The system reconstructs _index.md from README.md files when discrepancies occur, ensuring accurate local listings.

Can I manage project tasks completely offline without external API calls?▼

Yes, you can manage project tasks completely offline without external API calls. The local-first workflow supports park/unpark and cleanup operations entirely through internal file parsing, avoiding any reliance on external Notion data sources.

How does the system handle missing or corrupted task index files?▼

The system handles missing or corrupted task index files through an auto-repair mechanism. It reconstructs the _index.md file from existing README.md files when discrepancies occur, ensuring your task listings remain accurate and reliable.

Do I need a Notion account to view my current project tasks?▼

No, you do not need a Notion account to view your current project tasks. The system operates purely on local file discovery within the .spec directory, completely bypassing external Notion data sources for offline task monitoring.