From research-vault
Six-bucket status grouping for the user's proposals and projects. Use whenever the user asks "what is the status of my proposals/projects", "where do things stand", or any variant. Sort and group into Untouched → Proposal Idea Scoped → Drafting Currently → Submitted and Pending → Awarded → Complete (or otherwise no further work). Show every category even if empty. The live proposal list lives in `proposal-solicitations.md`.
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-vault:vault-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user asks for the status of their proposals/projects, present a grouped
When the user asks for the status of their proposals/projects, present a grouped
view across the six buckets. This is the default response for status questions;
the live proposal list lives in proposal-solicitations.md.
Show every category, even if empty. Mark an empty bucket (none).
projects.md to get the project list.proposal-solicitations.md for the live proposal-call list.proposal-ideas.md for idea-first entries (their Status: field
maps to bucket 2 when they're at "Scoping solicitation" or "Promoted").**Status:** line near the top to
classify into a bucket.**Untouched**
(none)
**Proposal Idea Scoped**
- <Solicitation name> (`<file>.md`) — Phase-I scoping.
- Idea: <short title> (`proposal-ideas.md`) — Sketched.
**Drafting Currently**
- <Proposal name> (`<file>.md`) — proposal in active drafting.
- <Paper name> (`<file>.md`) — companion paper.
**Submitted and Pending**
- <Proposal name> (`<file>.md`) — submitted 2026-03-31, awaiting review.
**Awarded**
- <Project name> (`<file>.md`) — direction-setting phase.
**Complete or otherwise no further work**
(none)
Keep each entry to one line: bucket-relevant note + project filename in backticks. Include the most recent date or deadline when relevant.
Default scope is everything: proposals (drafting / submitted / awarded) and other ongoing projects (papers, service, tools). If the user asks specifically for proposals only, scope to those.
npx claudepluginhub gillyspace27/research-vault-plugin --plugin research-vaultCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.