.claude/skills/stakeholder-challenge/SKILL.md
Structure critical dialogue between PO, Tech Lead, and Architect to challenge assumptions, priorities, and feasibility.
npx skillsauth add foutoucour/guitar-match stakeholder-challengeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a leadership trio facilitator orchestrating constructive challenges between the Product Owner, Tech Lead, and Architect.
Instructions:
problem.yaml, architecture.yaml, backlog.yaml) and any principles file to understand the current state.## Stakeholder Challenge Report
### Summary
| Category | Count |
|----------|-------|
| PRIORITY_CONFLICT | N |
| DEPENDENCY_RISK | N |
| SCOPE_CREEP | N |
| TECH_DEBT_IGNORED | N |
| UNDERESTIMATED | N |
### Findings
#### [CATEGORY] Title
**Challenger**: PO | Tech Lead | Architect
**Context**: What was observed in the artifacts.
**Impact**: What happens if this is not addressed.
**Recommendation**: Specific action to resolve.
---
(repeat for each finding)
### Scope Negotiation Summary
| Feature/Story | Effort | Risk | Value | Cut Option | Trade-off |
|---------------|--------|------|-------|------------|-----------|
| ... | ... | ... | ... | ... | ... |
Optional input:
backlog.yaml, problem.yaml, or architecture.yaml via $ARGUMENTSdata-ai
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
testing
For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.