skills/mp-vocabulary/SKILL.md
Create or update domain language in CONTEXT.md § Domain Language. Confirms with user before writing. Use when: "update vocabulary", "define terms", "domain language", "vocabulary"
npx skillsauth add MartinoPolo/mpx-claude-code mp-vocabularyInstall 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.
Step 1: Gather terms
.mpx/CONTEXT.md § Domain Language. If CONTEXT.md doesn't exist, report error and stop.Step 2: Identify problems
Step 3: Propose vocabulary
Step 4: Confirm with user
Present each candidate term with its full proposed entry text (**Term** — One-sentence definition.):
Only write confirmed terms.
Step 5: Write
Update .mpx/CONTEXT.md ## Domain Language section using definition-list format:
## Domain Language
**Workspace** — Top-level container: one GitHub repo + one project folder + one window.
**Issue** — Atomic work unit. One GitHub issue, one worktree, one branch, one color.
_Avoid_: "task" for Issue, "project" for Workspace.
## Relationships
- A **Workspace** has many **Issues** (1:N)
- An **Issue** has many **Sessions** (1:N)
## Flagged Ambiguities
- "workspace" was previously used for both the app container and VS Code workspace — resolved: **Workspace** is the Grovekeeper container only.
If updating: merge new terms into existing structure, update changed definitions, preserve terms that haven't changed.
Step 6: Summary
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.