Skip to content

feat(skills): add kano-model-strategist and socratic-dialog skills 🤖🤖🤖#2053

Open
monikazapisekstudio wants to merge 4 commits into
github:stagedfrom
monikazapisekstudio:staged
Open

feat(skills): add kano-model-strategist and socratic-dialog skills 🤖🤖🤖#2053
monikazapisekstudio wants to merge 4 commits into
github:stagedfrom
monikazapisekstudio:staged

Conversation

@monikazapisekstudio

Copy link
Copy Markdown

What this PR adds

A new skill for GitHub Copilot Chat: kano-model-strategist — a Kano analyst that turns
an unbounded feature wish-list into a tightly prioritized backlog and actively cuts waste.

Why

Product designers and product owners working in agile teams constantly face stakeholder pressure
to add features. This skill enforces "start with NO" by default — every feature must justify its
existence through Kano classification before it enters the backlog.

How it works

  1. Collects feature list, target segment, product stage, and constraints
  2. Applies the two-question Kano pair (functional + dysfunctional) to each feature
  3. Runs the Experience Rot check to detect waste
  4. Produces a verdict table (KEEP / KILL / DEFER / NEEDS-RESEARCH) + MDP pick
  5. Surfaces what cuts free up in eng-weeks

Files added

  • skills/kano-model-strategist/SKILL.md — the skill definition

Quality gates passed

  • Frontmatter complete (name, description, license, model, compatibility, metadata)
  • Smoke test passed in Claude Sonnet 4.5 (Claude Code), GPT-5.5, MiniMax-m3, GitHub Copilot
  • No MCP deps, no external services, no network access at runtime
  • MIT license + clear author + project attribution
  • Targeting staged branch

Related


🤖 Generated with assistance from Claude following the awesome-copilot CONTRIBUTING.md requirements.

Added Kano Model Strategist skill for feature classification and backlog management.
Add Kano Model Strategist skill for feature classification and backlog management.
@github-actions github-actions Bot added new-submission PR adds at least one new contribution skills PR touches skills labels Jun 18, 2026
@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 2 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 2
ℹ️ Info 0
Severity Rule File Line Match
🟠 unpinned-version-indicator skills/kano-model-strategist/SKILL.md 148 MDP pick: Offline map view (if research confirms >20% of users hit poor connectivity).
🟠 unpinned-version-indicator skills/socratic-dialog/SKILL.md 92 - **Infinite Regress:** If decomposition continues >2 iterations without progress, signal a

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

@github-actions github-actions Bot added the skill-check-error Skill validator reported errors label Jun 18, 2026
@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🔍 Skill Validator Results

⚠️ Warnings or advisories found

Scope Checked
Skills 2
Agents 0
Total 2
Severity Count
❌ Errors 0
⚠️ Warnings 1
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 2 skill(s)
ℹ️ [kano-model-strategist] 📊 kano-model-strategist: 1,852 BPE tokens [chars/4: 1,885] (detailed ✓), 15 sections, 1 code blocks
ℹ️ [socratic-dialog] 📊 socratic-dialog: 1,575 BPE tokens [chars/4: 1,654] (detailed ✓), 14 sections, 0 code blocks
ℹ️ [socratic-dialog] ⚠ No code blocks — agents perform better with concrete snippets and commands.
ℹ️ ✅ All checks passed (2 skill(s))
Full validator output
Found 2 skill(s)
[kano-model-strategist] 📊 kano-model-strategist: 1,852 BPE tokens [chars/4: 1,885] (detailed ✓), 15 sections, 1 code blocks
[socratic-dialog] 📊 socratic-dialog: 1,575 BPE tokens [chars/4: 1,654] (detailed ✓), 14 sections, 0 code blocks
[socratic-dialog]    ⚠  No code blocks — agents perform better with concrete snippets and commands.
✅ All checks passed (2 skill(s))

@github-actions github-actions Bot removed the skill-check-error Skill validator reported errors label Jun 18, 2026
This file introduces the Socratic Dialog skill, detailing its purpose, usage guidelines, workflow, output rules, troubleshooting tips, and anti-bias mechanisms.
@github-actions github-actions Bot added the skill-check-warning Skill validator reported warnings label Jun 18, 2026
@monikazapisekstudio monikazapisekstudio changed the title feat(skills): add kano-model-strategist feature prioritization skill 🤖🤖🤖 feat(skills): add kano-model-strategist and socratic-dialog skills 🤖🤖🤖 Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-submission PR adds at least one new contribution skill-check-warning Skill validator reported warnings skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant