一键导入
designmint-name
Mints a new F.18 Name Card with strict Twin-Label and Sense-Seed validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Mints a new F.18 Name Card with strict Twin-Label and Sense-Seed validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Issues a proxy audit verdict for a session.
Verifies Definition of Done checks and generates a DoD report.
FPF Pattern F.18: Local‑First Unification Naming Protocol
Initializes a bounded context skeleton under runtime/contexts/<context>.
Records a formal Design-Rationale Record (DRR) for architectural decisions.
Scaffolds a new Skill (SkillSpec + SKILL.md + code stub + fixtures + test harness), regenerates inventory + index, and logs U.Work.
| name | design/mint-name |
| description | Mints a new F.18 Name Card with strict Twin-Label and Sense-Seed validation. |
| version | 0.1.0 |
| status | experimental |
| family | design |
| role | Naming Architect |
| allowed-tools | ["list_dir","view_file","write_to_file"] |
| policies | ["E.5.1 DevOps Lexical Firewall (No jargon in Core)","F.18 Local-First Naming"] |
This skill implements Pattern F.18 (Local-First Unification Naming Protocol). It is used to create authoritative Name Cards for new concepts within a specific U.BoundedContext.
design/mint-nameU.RoleAssignment(NamingArchitect)To mint a name, you must identify:
Kernel, Runtime).Technical-ID (kebab-case) and Plain-Label (Title Case).Evaluate the candidate against the 7 Sense-Seeds (S1-S7) from F.18:
S1 Add: "Add a new [Label]..."S2 Retrieve: "Get a [Label] from..."Constraint: If the name creates confusion with an existing FPF Core term, reject it (WP - Wrong Prototype).
Generate a Markdown file (The Name Card) containing:
F.18 Name Card: [Label][tech-id] / [Plain Label][Context Name][Definition]SKILL_INVENTORY.md or existing Name Cards to prevent collisions.runtime/contexts/[Context]/design/names/[tech-id].md.