← ClaudeAtlas

vaultspec-projectmanagerlisted

Coordinate GitHub Projects: triage issues, track milestones, provision worktrees, manage releases. Use for project management outside the pipeline.
nevenincs/vaultspec-core · ★ 1 · Code & Development · score 67
Install: claude install-skill nevenincs/vaultspec-core
# Project manager skill (vaultspec-projectmanager) **Announce at start:** "I'm using the `vaultspec-projectmanager` skill to provide project management context." 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. ## When to use - Bootstrapping project context at session start. - Triaging issues, updating milestones, or managing GitHub Projects. - Provisioning worktrees for feature branches. - Reviewing or defining the release roadmap. - Coordinating cross-repo or cross-milestone work. - Querying project state - "what's open?", "what's blocking the release?", "what should I work on next?" ## Procedure - **Load agent persona:** load the `vaultspec-project-coordinator` persona defined in the agent persona section. Gather current project state from GitHub (issues, milestones, GitHub Projects, labels) and local state (branches, worktrees, recent commits). - **Synthesize and present:** distill gathered state into an actionable summary. Identify blockers, priorities, and gaps. - **Query-response cycle:** enter the interaction loop. Gather relevant state via `gh` and `git`. Present proposed actions with exact CLI invocations. On approval, execute and confirm results. A