AgentStack
SKILL verified MIT Self-run

Vaultspec Projectmanager

skill-nevenincs-vaultspec-core-vaultspec-projectmanager · by nevenincs

Coordinate GitHub Projects: triage issues, track milestones, provision worktrees, manage releases. Use for project management outside the pipeline.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-nevenincs-vaultspec-core-vaultspec-projectmanager

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Vaultspec Projectmanager? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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. All proposals are subject to the operating principles defined in the agent persona.

Example interaction:

  • User: "What's blocking the release?"
  • Agent runs gh issue list --milestone "0.3.0-alpha" --state open and

gh api repos/{owner}/{repo}/milestones

  • Agent presents open issues grouped by blocker status with proposed next actions
  • User approves or redirects

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 is ephemeral - it produces no persisted vault artifacts. All context is gathered and presented within the session.

Exit criteria

The skill session ends when the user dismisses the project coordinator, switches to a pipeline skill, or the session ends. No cleanup is needed.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.