Vault research
My AI Agent Plugins. There are many like these but these are mine.
npx -y skills add markphelps/agent-plugins --skill vault-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
5.0 KB, as published. Nobody here has run it
Research
Research a target note, idea, project, or topic. Preserve external sources as
traceable source records by default; write summaries only when the user asks for
synthesis, assessment, or a concise research brief. Any source used in a summary
keeps a complete immutable copy in raw/processed/YYYY-MM-DD/.
Notes tagged external are treated as clipped/imported external sources and are
eligible for synthesis while preserving the complete source record.
Portent reference: ../references/portent-knowledge-base-spec.md.
Research briefs are type: Note by default. External changes, meetings,
incidents, product launches, or decisions that happened are type: Event. Every
synthesized Note or Event should set belongs_to to its primary Project,
Responsibility, Operation, or Topic when that context is clear.
Parameters
Target can be:
- note filename (
voice-notes-apporvoice-notes-app.md) - relative path (
notes/car-search/prd.md) - absolute path
Optional flags:
--mode report|apply(default:report)--output sources|summary|both(default:sources)
Target Resolution
Resolve target in this order:
- exact path
- unique basename match
- if ambiguous, ask one concise disambiguation question and stop
Workflow
- Load the target and extract topic/problem and context.
- Check whether target/source notes carry an
externaltag. - Run three tracks in parallel:
- competitor landscape
- community discussions (Reddit/HN/forums)
- market signals (funding/trends/news)
- Classify each external source by type, relevance, topic, and confidence.
- Classify the output as a Portent
NoteorEventand identify the primarybelongs_torelationship when clear. - Choose output behavior:
sources: create or update source records onlysummary: write a concise synthesized research block with citationsboth: preserve source records and write a concise synthesis
- In
applymode, archive every external source used for synthesis toraw/processed/YYYY-MM-DD/before writing the synthesis. - Place working source records in the closest durable location:
projects/active/<project>/research/ideas/<state>/<idea>/research/notes/<topic>/
- Merge source records into an existing research/source note when they cover the same external source or same research thread.
- Assign confidence (
high|medium|low) for key claims. - If writing a summary, keep it clearly separate from owned notes and link back to archived complete source records.
- Return what was found, where sources were placed, and what was written.
Copy vs Synthesize Decision
Default to --output sources for untagged material. Notes tagged external may
use summary or both during processing because the tag explicitly marks them
as external clipped sources.
- Use
sourcesfor collecting, categorizing, moving, linking, or preserving external records without interpretation. - Use
summarywhen the user wants an answer or brief and does not need separate working source notes. - Use
bothwhen the user wants synthesis and the sources should remain useful as organized research material.
Never summarize user-authored ideas, project drafts, plans, or notes as part of research unless the user explicitly asks for that specific note to be summarized. Link external findings to those owned notes instead.
Evidence Policy
- Prefer primary sources when available.
- Mark uncertain claims explicitly instead of overstating.
- Keep findings actionable and traceable to sources.
- Do not replace, compress, or rewrite owned project ideas or user-authored notes as a research side effect.
- Treat
externalas the source-origin signal for synthesis eligibility. - Merge duplicate external-source records when URL/source identity matches; otherwise link related sources instead of collapsing them.
- Cite archived complete source records from
raw/processed/YYYY-MM-DD/for every synthesized claim or source summary.
Constraints
- Default behavior is report-only and source-first.
- Summary writing requires
external,--output summary,--output both, or an explicit user request for synthesis. - In
applymode, do not write a summary until complete source records have been archived. - If signal quality is weak, report low confidence and preserve sources without overstating conclusions.
- If target note lacks enough context, ask for clarification before broad search.
Output
Return:
- target note path
- source records found/created and their destination paths
- archived complete source paths under
raw/processed/YYYY-MM-DD/ - source records merged and canonical destinations
- findings summary if requested
- Portent output type and belongs_to relationship used or proposed
- confidence highlights
- whether source records or target notes were updated
- suggested follow-up actions