Improve create-profile skill: split working/learning style questions#22
Improve create-profile skill: split working/learning style questions#22Jeremy-Walton wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the create-profile skill interview and generated PROFILE.md format to separate “Learning Style” from “Working Style”, capturing more specific user preferences for how they learn vs. how they collaborate/work.
Changes:
- Split the previous single “Working style” question into separate “Learning Style” and “Working Style” questions.
- Expanded the selectable options for both learning and working preferences.
- Updated the
PROFILE.mdtemplate to include a dedicated## Learning Stylesection.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### 7. Open-ended preferences (plain text, not AskUserQuestion) | ||
|
|
||
| Ask as plain text: "Anything else you'd like me to know? For example: areas you're focused on, things you find confusing, topics you want me to go deeper on, or anything I should avoid." |
There was a problem hiding this comment.
The interview section says to ask questions using AskUserQuestion, but question 7 explicitly says to ask as plain text (not AskUserQuestion). This creates conflicting instructions for the skill runner. Consider either switching question 7 to AskUserQuestion with free-form input, or updating the earlier interview instruction to explicitly allow a plain-text exception for this question (matching the pattern used in other skills like skills/explain/SKILL.md).
| ### 7. Open-ended preferences (plain text, not AskUserQuestion) | |
| Ask as plain text: "Anything else you'd like me to know? For example: areas you're focused on, things you find confusing, topics you want me to go deeper on, or anything I should avoid." | |
| ### 7. Open-ended preferences | |
| Ask using `AskUserQuestion` with free-form input: "Anything else you'd like me to know? For example: areas you're focused on, things you find confusing, topics you want me to go deeper on, or anything I should avoid." |
Summary
PROFILE.mdtemplate to include a dedicated## Learning Stylesection alongside## Working StyleTest plan
create-profileskill and verify both new questions appear in sequencePROFILE.mdincludes separate Learning Style and Working Style sections🤖 Generated with Claude Code