vaultspec-projectmanagerlisted
Install: claude install-skill nevenincs/vaultspec-core
# Project manager skill (vaultspec-projectmanager)
Handles project-level coordination outside the vaultspec pipeline. This skill manages
project state (issues, boards, milestones, worktrees) but never modifies application
code, tests, or documentation. User-triggered only - never activates automatically.
## Prerequisites
Requires an authenticated `gh` CLI and a git repo with a configured remote.
## Procedure
- **Load agent persona:** load the `vaultspec-project-coordinator` persona. Gather
current project state from GitHub (issues, milestones, GitHub Projects, labels) and
local state (branches, worktrees, recent commits).
- **Synthesize and present:** summarise the state. Identify blockers, priorities, and
gaps.
- **Query-response cycle:** enter the interaction loop. Gather relevant state via `gh`
and `git`. Execute mutations covered by explicit scoped authorization and confirm
results. Otherwise present the exact command and effect and ask first. Follow the
system approval contract and the persona's external-action boundaries.
## Agent persona
Load the `vaultspec-project-coordinator` agent persona for all project management work.
The persona operates only on project management surfaces: issues, boards, milestones,
labels, worktrees, and status reporting. It must not modify application code,
`.vaultspec/`, or `.vault/` contents.
The persona defines detailed capabilities, operating principles, and hard boundaries.
The skill writes no vault record. All con