skills/deprecated/mp-consolidate-requirements/SKILL.md
Consolidate CONTEXT.md (or legacy REQUIREMENTS.md): remove duplicates, outdated items, tighten language. Use when: "consolidate requirements", "clean up requirements", "consolidate context", "simplify context".
npx skillsauth add MartinoPolo/mpx-claude-code mp-consolidate-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.
Consolidate a project context file into a concise, future-proof reference. Preserve all important detail while removing noise.
$ARGUMENTS is a file path, use that file..mpx/CONTEXT.md first (new format), then .mpx/REQUIREMENTS.md (legacy), then REQUIREMENTS.md in project root.Read the full file. Scan for each issue type and build a findings list:
| Issue Type | What to Look For | |---|---| | Duplicates | Terms or features covering the same concept (keep the most current/complete version) | | Superseded | Content explicitly marked as superseded, replaced, or overridden by newer entries | | Negative framing | "must not", "cannot", "never" — convert to positive imperative | | Non-content noise | Implementation notes, deviation notes, historical provenance, issue-tracking meta, "Plan vN" / date labels | | Outdated | Struck-through items, removed parameters still referenced, resolved issue references | | Inconsistencies | Conflicting definitions or specifications | | Bloated definitions | Vocabulary definitions exceeding one sentence |
Apply all changes directly — do not ask for confirmation. Produce the consolidated file:
For CONTEXT.md:
For legacy REQUIREMENTS.md:
## section headingsContent rules (both formats):
Write the consolidated file to the original path (overwrite). Git history preserves the original.
After writing, summarize:
tools
Show current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
data-ai
Unified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
testing
Track bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
development
Project workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.