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
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"