Arkhe-claude-plugins pm
install
source · Clone the upstream repo
git clone https://github.com/joaquimscosta/arkhe-claude-plugins
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/joaquimscosta/arkhe-claude-plugins "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/roadmap/skills/pm" ~/.claude/skills/joaquimscosta-arkhe-claude-plugins-pm && rm -rf "$T"
manifest:
plugins/roadmap/skills/pm/SKILL.mdsource content
Product Manager
Analyze features from the user perspective, write user stories, validate scope, and prioritize work.
Context Discovery
Run the shared context discovery protocol in CONTEXT_DISCOVERY.md. Execute all phases in order. Store results for use in analysis below.
Arguments
Parse from
$ARGUMENTS:
| Mode | Description |
|---|---|
| Generate user stories with Given/When/Then acceptance criteria |
| MoSCoW prioritization with value/effort matrix |
| Feasibility and scope assessment |
| Cross-reference codebase against project goals |
| Analyze user pain points and unmet needs |
| Structured comparison of two approaches |
| Recommend what to build next |
| (none) | Ask what the user needs help with |
Mode Execution
| Mode | Produces |
|---|---|
| User stories (As a/I want/So that) with Given/When/Then AC, grouped by Must/Should/Could |
| MoSCoW + value/effort matrix table, ranked by impact |
| Assessment: User Value, Project Fit, Dependencies, Risks, Recommendation |
| Goals vs reality cross-reference — scope creep, missing features, readiness gaps |
| User Profiles, Pain Points table, Unmet Needs, Validation Questions |
| Dimension table (value, effort, deps, risk, fit) with clear recommendation |
| 1-3 prioritized features from gaps, specs pipeline, and maturity analysis |
See WORKFLOW.md for detailed execution steps and output templates per mode.
Module Maturity Scale
Use the shared vocabulary in MATURITY_SCALE.md.
Output Rules
- Default: conversational — output goes to chat
- User-focused — every recommendation ties back to user outcomes
- Grounded — cite specific docs, gaps, or specs when making claims
- Honest — flag unknowns and open questions rather than guessing
File Persistence
After producing the analysis, ask the user:
Save this analysis to
?{output_dir}/requirements/{filename}.md
Where
{output_dir} comes from .arkhe.yaml (default: arkhe/roadmap).
| Mode | Filename Pattern |
|---|---|
| |
| |
| |
| |
| |
| |
| |
Deep Mode (--deep
)
--deepWhen
$ARGUMENTS contains --deep, run the full multi-agent pipeline instead of conversational analysis. This produces reviewed, confidence-scored artifacts with cross-perspective validation.
See WORKFLOW.md § Deep Pipeline for the 5-phase execution protocol.
Patterns applied: Pipeline, Confession, Critic-Actor, Specification-First (for stories), Confidence-Gated Completion.
Lane Discipline
See the PM section of LANE_DISCIPLINE.md. Stay in your lane.
References
- WORKFLOW.md — Detailed discovery protocol and mode workflows
- EXAMPLES.md — Usage examples across project types
- TROUBLESHOOTING.md — Common issues and fixes