Agent Skills: PM Uncertainty Detection

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

UncategorizedID: munlucky/claude-settings/moonshot-detect-uncertainty

Install this agent skill to your local

pnpm dlx add-skill https://github.com/munlucky/moonshot-relay/tree/HEAD/skills/moonshot-detect-uncertainty

Skill Files

Browse the full folder contents for moonshot-detect-uncertainty.

Download Skill

Loading file tree…

skills/moonshot-detect-uncertainty/SKILL.md

Skill Metadata

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

Visibility

This is an internal analysis micro-skill. Prefer invoking moonshot-orchestrator or moonshot-phase-runner, not this skill directly.

Inputs

  • analysisContext.request.userMessage
  • analysisContext.request.keywords
  • analysisContext.request.taskType
  • analysisContext.signals.hasContextMd
  • context.md (path: analysisContext.artifacts.contextDocPath, if exists)

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