skills/mp-grill-requirements/SKILL.md
Grill user on raw requirements, then create structured requirements in REQUIREMENTS.md. Use when "add requirements", "grill requirements", "parse raw requirements".
npx skillsauth add MartinoPolo/mpx-claude-code mp-grill-requirementsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Grill the user on raw requirements, clarify each one, then produce structured requirements in .mpx/REQUIREMENTS.md.
$ARGUMENTS is a file path, read it.$ARGUMENTS is inline text, use directly..mpx/RAW_REQUIREMENTS.md in the project root. If not found, ask the user for requirements.Parse raw requirements into individual items, then for EACH requirement:
Rules for grilling:
After grilling all requirements, write to .mpx/REQUIREMENTS.md:
.mpx/ doesn't exist, create it.If input came from .mpx/RAW_REQUIREMENTS.md, remove grilled items from that file after writing structured output.
Summarize what was added: count of requirements, functional areas touched, any items deferred or needing follow-up.
If GLOSSARY.md exists in the project root:
GLOSSARY.md after user confirms the changes.development
Audit all active skills for consistency, convention drift, and common issues. Auto-fixes where possible, reports remaining issues. Use when: "audit skills", "skill audit", "check skills", "lint skills"
testing
Ship finished work: sync base, commit, push, PR, wait for CI green, merge. Use when: "ship it", "ship and merge", "ship this"
development
Scan recent Claude Code sessions for grilling/design discussions, extract decisions, and update CONTEXT.md + DECISIONS.md. Use when: "harvest decisions", "extract decisions from sessions", "update docs from sessions", "sync decisions"
tools
Consolidate CONTEXT.md: remove duplicates, outdated items, tighten language. Use when: "consolidate context", "clean up context", "simplify context", "consolidate requirements"