vc-plan-discovery

Scan folders and extract YAML frontmatter to discover relevant task plans.

1|Updated Jun 27, 2026
One-click install
npx skills add https://github.com/lovecrushfamily/Manga2Anime --skill vc-plan-discovery-lovecrushfamily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-plan-discovery
Source: https://github.com/lovecrushfamily/Manga2Anime/tree/main/.claude/skills/vc-plan-discovery
Command: npx skills add https://github.com/lovecrushfamily/Manga2Anime --skill vc-plan-discovery-lovecrushfamily

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of discovering related plans for current tasks, providing comprehensive context on what was tried, in progress, deferred, and existing reports and references.

Core Features & Use Cases

  • Plan Discovery: Automates the discovery of plans relevant to the current task, offering full context on what has been tried and what exists.
  • Scope Rules: Applies specific rules for scanning plan artifacts based on feature folders, active plans, and general plans.
  • Frontmatter Reading: Extracts and routes frontmatter fields like name, description, type, feature, and phase for relevance matching.
  • Output Format: Provides a clear, grouped list of active plans, backlog, completed, reports, and references with name and description per file.

Quick Start

Run the auto-discovery script for 'vc-plan-discovery' with the specific feature folder name or task description as the argument.

Frequently Asked Questions about vc-plan-discovery

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

FAQPage Schema
How do I discover related project plans for a specific task?

Plan discovery automates finding related project plans for a specific task by scanning feature folders and extracting YAML frontmatter. It provides grouped lists of active plans, backlogs, and completed items to give full task context.

How do I extract YAML frontmatter for task context analysis?

Extracting YAML frontmatter reads fields like name, description, type, feature, and phase from plan artifacts. This process parses files deterministically using Node.js to route and match relevance for project management workflows.

Does plan discovery work with Node.js for scanning feature folders?

Plan discovery works with Node.js and relevant parsing libraries to scan feature folders, active plans, and general plans. It requires a Node.js environment to run scripts that deterministically extract machine-readable output.

What is the best way to organize task plans and artifacts for automated discovery?

Organizing task plans requires applying scope rules based on feature folders, active plans, and general plans. This approach ensures the discovery script efficiently extracts frontmatter and groups output into active, backlog, completed, reports, and references.

Why does plan discovery group output into active plans, backlogs, and reports?

Plan discovery groups output into categories like active plans, backlogs, completed, reports, and references to provide comprehensive context on what was tried, what is in progress, and what exists for current tasks.

Can I use this plan discovery tool to find historical reports for current tasks?

You can use plan discovery to find historical reports and references for current tasks. The tool scans specified folders and extracts frontmatter to output clear, grouped lists of existing reports alongside active and completed plans.