AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Stakeholder Tracking

skill-britt-claude-code-skills-stakeholder-tracking · by britt

Use when identifying project stakeholders, asked 'who are the stakeholders', checking whether a plan covers all stakeholder goals, or linking GitHub issues to stakeholder needs - maintains persona profiles (goals, pain points, priorities) and generates goal-to-issue coverage reports with gaps

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-britt-claude-code-skills-stakeholder-tracking

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-britt-claude-code-skills-stakeholder-tracking)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Stakeholder Tracking? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Stakeholder Tracking

Purpose

Help users define stakeholder personas and track their goals, ensuring all perspectives are addressed throughout the project lifecycle.

When to Use This Skill

  • Starting a new project and need to identify stakeholders
  • Plus any of the triggers in the Natural Language Triggers table below

Storage Format

Each stakeholder is a markdown file at docs/stakeholders/.md containing a YAML block. List stakeholders with Glob over docs/stakeholders/*.md; search profile contents (a goal, role, or issue number) with Grep over that directory.

type: stakeholder
name: End User
role: Product manager
description: Plans features and writes specs for the engineering team
goals:
  - Quickly create well-formed issues
  - AI assistance for gap analysis
painPoints:
  - Writing specs is time-consuming
  - Context switching between tools
priorities:
  - Context
  - Quality
  - Integration
linkedIssues:
  - goal: "Quickly create well-formed issues"
    issues: [42, 56]

Workflow

Managing Profiles

To add a stakeholder, ask conversationally for their name, role, description, goals (what they want to achieve), pain points (current frustrations), and priorities (in order); confirm the profile, then write it to docs/stakeholders/.md in the YAML format above. To list, Glob the directory and present a summary table of name, role, and top goals. To view, update, or remove a stakeholder, Read their file and present it, apply the requested edits, or delete it (confirm before deleting).

Linking Issues to Goals

When an issue addresses a stakeholder goal:

  1. Read the stakeholder's file in docs/stakeholders/
  2. Add the issue number to the linkedIssues section under the matching goal
  3. Save the updated file

Checking Coverage

When asked about stakeholder coverage:

  1. Read all profiles in docs/stakeholders/
  2. Fetch open issues with gh issue list --state open --json number,title (requires the gh CLI)
  3. For each stakeholder, check which goals have linked issues and which don't
  4. Calculate coverage percentages
  5. Present a coverage report highlighting gaps

Coverage report format:

## Stakeholder Coverage Report

### End User (2/3 goals covered - 67%)
- [x] Quickly create well-formed issues (linked: #42, #56)
- [x] AI assistance for gap analysis (linked: #78)
- [ ] **GAP**: Fast context switching - no issues address this

### Product Owner (1/2 goals covered - 50%)
- [x] Track project progress (linked: #12)
- [ ] **GAP**: Stakeholder visibility - no issues address this

### Overall Coverage: 60% (3/5 goals linked to issues)

Resolving Conflicts

When stakeholder priorities might conflict:

  1. Identify the conflicting priorities by comparing stakeholder files
  2. Present the conflict clearly to the user
  3. Offer resolution options:
  • Prioritize one stakeholder's needs
  • Find a compromise
  • Document as a known tradeoff
  1. Record the resolution by updating the relevant stakeholder files

Natural Language Triggers

Respond to these types of questions:

| Question Type | Action | |--------------|--------| | "Who are the stakeholders?" | List all profiles in docs/stakeholders/ | | "Add a stakeholder" | Start conversational profile creation | | "What are [Name]'s goals?" | Read and show specific stakeholder's goals | | "Does this address stakeholder concerns?" | Generate coverage report | | "Show me stakeholder coverage" | Generate coverage report | | "Link issue #X to [goal]" | Update stakeholder file with issue link | | "Are there any conflicts?" | Compare stakeholder priorities for conflicts |

Best Practices

  1. Start with key stakeholders: Focus on 3-5 primary stakeholders initially
  2. Be specific with goals: "Complete checkout in under 2 minutes" is better than "Fast checkout"
  3. Link issues early: When creating issues, immediately link them to relevant goals
  4. Review coverage regularly: Check coverage when planning sprints or releases
  5. Document conflicts: When priorities conflict, record the decision and rationale

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.