skills/mp-glossary/SKILL.md
Create or update GLOSSARY.md with canonical domain terms, aliases, relationships. Confirms with user before writing. Use when: "update glossary", "define terms", "domain language", "glossary"
npx skillsauth add MartinoPolo/mpx-claude-code mp-glossaryInstall 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
Step 2: Identify problems
Step 3: Propose glossary
Step 4: Confirm with user
Present the proposed changes to the user:
Only proceed to writing after user confirms.
Step 5: Write GLOSSARY.md
Format:
# Glossary
> Canonical domain terms for this project. Use these terms consistently in PRDs, issues, code, and conversation.
## [Subdomain / Category]
| Term | Definition | Aliases to Avoid |
|------|-----------|-----------------|
| **CanonicalTerm** | One-sentence definition. | oldName, ambiguousTerm |
## Relationships
- A **User** has many **Sessions** (1:N)
- A **Session** belongs to one **Workspace** (N:1)
## Example Dialogue
> **Dev:** "When a user creates a new workspace..."
> **PM:** "You mean when the **Owner** provisions a **Workspace**? Because any **Member** can create **Projects** within it, but only the **Owner** creates the **Workspace** itself."
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.