ワンクリックで
design-identity
Define the user context model — identity axes, context files, persona variants, and privacy rules for the target OS.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Define the user context model — identity axes, context files, persona variants, and privacy rules for the target OS.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit a generated OS repository for completeness, consistency, and architectural integrity against the 15 design principles and 23-item checklist.
Transplant a skill, command, or capability from one agentic-system repo into another via a 5-phase gated protocol (inventory → import → localize → wire → verify). Use when grafting a feature from an upstream repo that has its own dependencies, platform assumptions, or upstream-specific file references that need adapting before the feature will work in the destination repo. Not for copying a self-contained file — use only when the feature has a dependency footprint and the destination repo has its own conventions the import must respect.
Design multi-dimensional evaluation rubrics with calibrated scales, thresholds, and function-adaptive weights.
Identify who evaluates the user's output, what each audience prioritizes, and where their priorities conflict.
Design compounding feedback loops — what data accumulates, what reads it, and how the system gets smarter with use.
Design the complete skill set for the target OS — each skill's purpose, inputs, process, output format, auto-triggers, and quality checks.
| name | design-identity |
| description | Define the user context model — identity axes, context files, persona variants, and privacy rules for the target OS. |
/discover-domain has captured initial user understandingdomain-input/identity-model.md needs completiondomain-input/identity-model.md (partial, from /discover-domain)domain-input/domain-workflow.md (what the user does — informs what identity data is needed)domain-input/audiences.md (what audiences evaluate — informs what identity data drives output)The context-library in the target OS will contain files that capture "who the user is." These are the identity axes.
Ask the designer to identify 4-7 axes. Guide with these universal patterns:
| Pattern | Description | Job-Search-OS Equivalent |
|---|---|---|
| Capability inventory | What the user can do, with evidence | experience-library.md |
| Goals and preferences | What they want, what they'll accept | career-plan.md |
| Pre-built responses | Answers to common recurring questions | qa-master.md |
| Target list | Ranked opportunities/targets to pursue | target-companies.md |
| Relationship map | People, contacts, network state | connection-tracker.md |
| Performance history | Log of past actions and outcomes | interview-history.md |
For each axis:
One axis is the foundation — the single file that, if empty, makes the entire OS produce garbage. In a production reference OS, this is experience-library.md.
Ask the designer: "If the user fills in only ONE file, which file makes the biggest difference in output quality?"
That file becomes:
Ask the designer to describe the 3-7 distinct user types who would use this OS. For each:
Structure into:
## Persona: [Name]
**Detection:** [field] in [file] shows [value]
### Workflow Adjustments
- [what changes]
### Scoring Adjustments
- [weight shifts, overrides]
### Failure Modes
- [what goes wrong uniquely for this persona]
### Conditional Briefing Sections
- [what extra content appears]
Ask the designer:
Structure into:
## Privacy Rules
### Private Fields (NEVER in external output)
- [field]: [why it's private] → [how it's used internally]
- [field]: [why it's private] → [how it's used internally]
### Universal Privacy Guardrail
[One paragraph rule that every skill includes]
For each identity axis, design the file structure:
## File: context-library/[name].md
### Purpose
[one sentence]
### Schema
[structured template showing sections, fields, and example content]
### Empty State Behavior
- If empty: [HARD STOP / WARN / PROCEED]
- Message to user: "[exact message]"
### Skills That Read This File
- [list]
### Skills That Write to This File
- [list]
Write the complete identity model to domain-input/identity-model.md.
Tell the designer:
Identity model designed:
- [N] context files: [list with one-line purpose each]
- Foundation file: [X] (HARD STOP when empty)
- [N] persona variants: [list]
- Privacy rules: [N] private fields identified
Key design decision: [the most consequential choice, e.g., "experience-inventory is the foundation because every output depends on real evidence"]
Next: Run /write-quality-contract to define verification rules and anti-patterns.
Good identity model:
Bad identity model: