vc-plan-discovery

Discover related plan artifacts across feature folders and general-plans.

1.1k|223|Updated May 27, 2026
One-click install
npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-plan-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-plan-discovery
Source: https://github.com/withkynam/vibecode-pro-max-kit/tree/main/.claude/skills/vc-plan-discovery
Command: npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-plan-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Discover related plans for the current task across the same feature folder depth, other features with active plans, and general-plans. This enables context-aware planning by surfacing existing work, gaps, and progress before starting new work.

Core Features & Use Cases

  • Surface Active / Backlog / Completed plans for the target task’s feature and related features.
  • Surface associated reports and references to provide plan-history and evidence.
  • Output structured lists or JSON for integration with agents and workflows.

Quick Start

Run the auto-discovery to surface relevant plan artifacts for the current task.

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 plan artifacts for a current software task?

Plan discovery automatically surfaces related plan artifacts for the current task across the same feature folder depth, other features, and general-plans to provide quick context before starting new work.

What metadata does plan discovery extract from existing plan files?

It targets the frontmatter fields of plans, specifically extracting the name and description fields. It returns a structured catalog of plans with fields name, description, feature, and phase.

How can I integrate discovered plans with downstream agents and vector indexing?

Plan discovery outputs structured lists or JSON catalogs of plans. This structured data is suitable for direct integration with downstream agents and vector indexing workflows.

Does plan discovery surface active, backlog, and completed plans for related features?

Yes, it surfaces Active, Backlog, and Completed plans for the target task's feature and related features. It also surfaces associated reports and references to provide plan-history and evidence.

Why use automated plan discovery before starting new software engineering work?

Automated plan discovery enables context-aware planning by surfacing existing work, gaps, and progress across features. This prevents duplicate efforts and aligns new tasks with the current development phase.