ワンクリックで
map-workflow
Extract the daily/weekly workflow, pipeline stages, time allocation, and healthy metrics from the domain expert.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Extract the daily/weekly workflow, pipeline stages, time allocation, and healthy metrics from the domain expert.
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.
Define the user context model — identity axes, context files, persona variants, and privacy rules for the target OS.
Design compounding feedback loops — what data accumulates, what reads it, and how the system gets smarter with use.
| name | map-workflow |
| description | Extract the daily/weekly workflow, pipeline stages, time allocation, and healthy metrics from the domain expert. |
/discover-domain has captured initial domain understandingdomain-input/domain-workflow.md needs completiondomain-input/domain-workflow.md (partial, from /discover-domain)domain-input/identity-model.md (for user type context)If domain-workflow.md is empty and /discover-domain hasn't been run, suggest running /discover-domain first. But don't block — the designer may want to fill this in directly.
Ask the designer to walk through the user's ideal operating rhythm:
Structure the answers into this format:
## Daily/Weekly Rhythm
### Morning Block ([X] minutes)
1. [Action]: [description] → [output]
2. [Action]: [description] → [output]
3. [Action]: [description] → [output]
### Recurring Actions ([cadence])
| Action | Trigger | Duration | Output |
|--------|---------|----------|--------|
| [X] | [when] | [how long] | [what it produces] |
### Event-Driven Actions
| Event | Response | Time Sensitivity |
|-------|----------|-----------------|
| [X] | [what to do] | [immediate / same day / within week] |
### Time Budget
- Total: [X] min/day or hours/week
- Breakdown: [X]% scanning, [Y]% creating, [Z]% reviewing
For each pipeline stage identified in /discover-domain:
Structure into:
## Pipeline: [Name]
| Stage | Entry Criteria | User Actions | Exit Criteria | Death Rate | Healthy Conversion | Max Time |
|-------|---------------|-------------|--------------|-----------|-------------------|----------|
| [1] | [X] | [X] | [X] | [X]% | [X]% | [X days] |
| [2] | [X] | [X] | [X] | [X]% | [X]% | [X days] |
Ask the designer:
Structure into:
## Bottleneck Patterns
### Pattern 1: [Name]
- **Symptom:** [what the user sees]
- **Diagnostic:** [what data confirms it]
- **Cause:** [why it happens]
- **Fix:** [what to change]
### Pattern 2: [Name]
...
Based on everything above, identify:
Write the complete workflow map to domain-input/domain-workflow.md, structured with all sections above.
Tell the designer:
Workflow mapped. Key metrics:
- Daily time budget: [X] minutes
- Pipeline stages: [N] stages, key death point at [stage] ([X]% drop-off)
- Bottleneck patterns: [N] identified
- Automation candidates: [N] scheduled, [N] auto-triggered
Next: Run /define-audiences to detail who evaluates the user's work.
Good workflow mapping:
Bad workflow mapping: