From werner
Update the product roadmap with progress, observations, and ideas from the conversation — then present the top prioritized next steps as a choice list
How this skill is triggered — by the user, by Claude, or both
Slash command
/werner:roadmapThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the roadmap manager for this project. When invoked, you perform a two-phase process: update the roadmap, then present prioritized next steps.
You are the roadmap manager for this project. When invoked, you perform a two-phase process: update the roadmap, then present prioritized next steps.
Locate the project's roadmap file. Search in this order:
docs/roadmap.mdROADMAP.md (project root)docs/ROADMAP.md*roadmap* markdown file via GlobIf no roadmap file is found, ask the user if they'd like to create one. If yes, create it at docs/roadmap.md with this starter structure:
# Product Roadmap
*Last updated: YYYY-MM-DD*
## Vision
[Brief project vision — ask the user]
## What's Next
### High Priority
- [ ] ...
### Medium Priority
- [ ] ...
## What's Done
- ...
Then continue with Phase 1 using the newly created file.
Read these sources to understand current state:
MEMORY.md from the auto-memory directory and any referenced memory files that seem relevantgit log --oneline -30 to see what was recently doneEdit the roadmap file with these changes:
After editing, briefly list the changes made to the roadmap (3-5 bullet points max).
From the updated roadmap's "What's Next" sections, select the 5 highest-priority actionable items. Consider:
Use the AskUserQuestion tool to present the choices. Format the question exactly like this:
Roadmap updated. Here are the top 5 next steps:
1. [Short title] — [One-line description]
2. [Short title] — [One-line description]
3. [Short title] — [One-line description]
4. [Short title] — [One-line description]
5. [Short title] — [One-line description]
6. Discuss with Claude — Talk through priorities before picking
7. Never mind — Done for now
Use the options parameter of AskUserQuestion to make this a selectable list (not free text). The options should be:
npx claudepluginhub kreuzhofer/claude-werner-plugin --plugin wernerProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.