원클릭으로
stakeholder-tracking
Define stakeholder personas and track their goals to ensure all perspectives are addressed
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Define stakeholder personas and track their goals to ensure all perspectives are addressed
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate Mermaid architecture diagrams showing system components, layers, and data flows
Proactively identify at-risk issues and PRs: stale items, blocked work, deadline risks, scope creep, and unassigned high-priority items
Extract common questions from closed GitHub issues and generate an FAQ document with answers
Search project notes by topic, synthesize findings into a consolidated summary with cross-references
Proactively identify information gaps in project context and generate actionable questions to surface missing requirements, unclear specifications, or documentation gaps
Generate Mermaid dependency graphs showing issue relationships, blocking chains, and critical paths
| name | stakeholder-tracking |
| description | Define stakeholder personas and track their goals to ensure all perspectives are addressed |
| instructions | When defining stakeholder personas, tracking stakeholder goals, or ensuring all perspectives are represented in planning |
| tags | ["stakeholders","goals","planning","requirements"] |
| allowed-tools | add_note update_note search_notes list_notes delete_note get_note list_github_issues |
Help users define stakeholder personas and track their goals, ensuring all perspectives are addressed throughout the project lifecycle.
| Tool | Purpose |
|---|---|
add_note | Create new stakeholder profiles as notes |
update_note | Modify existing stakeholder profiles |
search_notes | Find stakeholders by name, role, or goal |
list_notes | List all stakeholder profiles |
get_note | Retrieve a specific stakeholder profile |
delete_note | Remove a stakeholder profile |
list_github_issues | Fetch issues to check goal-issue linkage |
Each stakeholder is stored as a note with YAML content. Use the title format "Stakeholder: [Name]" for easy searching.
type: stakeholder
name: End User
role: Product manager
description: Uses LLPM for specs and planning
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]
When a user wants to add a stakeholder, engage conversationally:
add_note with the YAML format aboveWhen asked to list stakeholders:
search_notes with query "type: stakeholder" to find all stakeholder notesWhen asked about a specific stakeholder:
search_notes with the stakeholder nameWhen asked to update a stakeholder:
search_notes to find the stakeholder noteget_note to retrieve the full contentupdate_note to save the updated profileWhen asked to remove a stakeholder:
search_notes to find the stakeholder notedelete_note to remove the profileWhen an issue addresses a stakeholder goal:
search_notes to find the stakeholderlinkedIssues section under the matching goalupdate_note to save the updated profileWhen asked about stakeholder coverage:
search_notes to find all stakeholder noteslist_github_issues to fetch open issuesCoverage 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)
When stakeholder priorities might conflict:
Respond to these types of questions:
| Question Type | Action |
|---|---|
| "Who are the stakeholders?" | Search notes and list all stakeholder profiles |
| "Add a stakeholder" | Start conversational profile creation |
| "What are [Name]'s goals?" | Find 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 note with issue link |
| "Are there any conflicts?" | Compare stakeholder priorities for conflicts |