Claude Code Plugins

Community-maintained marketplace

Feedback

moonshot-detect-uncertainty

@munlucky/claude-settings
0
0

Detects missing requirements and generates clarification questions. Use after classification/complexity to decide if user input is needed.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name moonshot-detect-uncertainty
description Detects missing requirements and generates clarification questions. Use after classification/complexity to decide if user input is needed.

PM Uncertainty Detection

Inputs

  • analysisContext.request.userMessage
  • analysisContext.request.keywords
  • analysisContext.request.taskType
  • analysisContext.signals.hasContextMd

Triggers and questions

  • UI/version: if UI/screen keywords exist, confirm design spec version
  • API: if API keyword exists, confirm endpoint, request/response schema, error format
  • Date range: if date/period keywords exist, confirm single vs range
  • Paging: if list/table keywords exist, confirm server vs client paging
  • Error handling: for new features, confirm alert/toast/inline policy

Output (patch)

missingInfo:
  - category: api-spec
    priority: HIGH
    question: "Please share the API endpoint, request/response schema, and error format."
    reason: "A stable contract is required for mock and type definitions."
signals.hasPendingQuestions: true