vault-suggest-for-plan

Extract tasks and goals from plan Markdown files and query the Ars Contexta vault.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/wtyler2505/ProtoPulse --skill vault-suggest-for-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-suggest-for-plan
Source: https://github.com/wtyler2505/ProtoPulse/tree/main/.claude/skills/vault-suggest-for-plan
Command: npx skills add https://github.com/wtyler2505/ProtoPulse --skill vault-suggest-for-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Writers of plan documentation often struggle to source and organize authoritative vault references for every Task and Goal. This skill automates the discovery process by scanning a plan, extracting Task descriptions and Goal sentences, and preparing precise queries against the Ars Contexta vault.

Core Features & Use Cases

  • Extracts goals and task descriptions from plan Markdown files.
  • Batches queries to the Ars Contexta vault (qmd_deep_search) per unit and returns a structured report mapping each task to an existing knowledge slug or flagging gaps that require vault-gap stubs.
  • Produces a ready-to-paste Research-log entry that accelerates plan enrichment with vetted citations.
  • Trigger-friendly: responds to /vault-suggest-for-plan and variants like /vault-suggest-for-plan [plan-path], and common phrases such as "suggest vault citations for this plan" or "find vault notes for my plan".

Quick Start

To begin, run vault-suggest-for-plan with a plan file to generate a vault-citation report for that plan.

Frequently Asked Questions about vault-suggest-for-plan

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

FAQPage Schema
How do I find vault citations for plan tasks automatically?

Finding vault citations for plan tasks is automated by reading a Markdown plan file, extracting each Task description and Goal sentence, and batch-querying the vault to map tasks to existing knowledge slugs or flag gaps.

What is the best way to map plan tasks to existing vault knowledge?

Mapping plan tasks to vault knowledge is handled by preparing targeted queries per task and batch-searching the vault, returning a structured report that identifies matching knowledge slugs or flags missing areas requiring stubs.

Can I generate a research log from a Markdown plan file?

Generating a research log from a Markdown plan file is supported by extracting goals and task descriptions, querying the vault, and producing a ready-to-paste Research-log entry that accelerates enrichment with vetted citations.

How do I identify vault gaps when planning documentation?

Identifying vault gaps when planning documentation is achieved by scanning plan Markdown, running deep searches per task, and emitting a structured report that explicitly flags gaps requiring vault-gap stubs.

Do I need to specify a plan path to suggest vault notes for my plan?

Specifying a plan path is optional when requesting vault notes for a plan; the skill triggers on specific commands and invocation phrases, supporting an optional plan path argument to target the correct Markdown file.

What happens when a vault search finds no matching citations for a task?

When a vault search finds no matching citations for a task, the structured report flags the specific task area as a gap, indicating that a vault-gap stub must be created to cover the missing knowledge.