WHAT — Interactive interview to capture client delivery context and store it inside the user's ~/.ai-workspace (or similar) as packs + knowledge (no client skills). Use when onboarding a new client project or updating an existing workspace context.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
WHAT — Interactive interview to capture client delivery context and store it inside the user's ~/.ai-workspace (or similar) as packs + knowledge (no client skills). Use when onboarding a new client project or updating an existing workspace context.
Workflow Client Bootstrap
Use this skill to create or update a client-specific delivery context for any agentic-workstation project.
It runs a structured interview and stores the result inside the user’s workspace
(~/.ai-workspace, ~/.ai-workspace, or a workspace-like directory) as packs + knowledge
(not new skills).
All generated files, PR text, and Jira/ClickUp comments must be in English.
When to use
Onboarding a new client project that needs its own delivery workflow (beyond dots-workstation-workflow-generic-project)
Updating an existing workflow with new lifecycle states, repos, or guardrails
Documenting a client's ticket lifecycle so future agent sessions can use correct status transitions
Do not use when
The project already has an up-to-date workflow skill and only a ticket or code change is needed
The work fits entirely within dots-workstation-workflow-generic-project without client-specific gates
Interview process
Read questions.yaml (co-located with this skill) before starting. It defines multiple question groups.
Stop here and ask: "Does everything look correct? Shall I generate the files?"
Do not proceed until the user explicitly confirms.
File generation (workspace)
Generate files that follow the patterns below. Do not hardcode CLI commands inside the generated
SKILL.md — delegate those to the appropriate tool skills.
Workspace outputs
Generate these files under the selected workspace root:
packs/clients/<slug>/pack.yaml
knowledge/clients/<slug>/reference.md
knowledge/clients/<slug>/workflow.md
(optional) personas/clients/<slug>.md
Storage explanation (mandatory)
After selecting the workspace root, clearly explain:
the chosen workspace directory path
which exact files will be written (full paths)
that this data is local to the workstation and only becomes shared if the workspace is committed/pushed
how to load it later (e.g. via the workspace context loader, or by opening the pack/knowledge files)
Post-generation steps
Write the files under the chosen workspace root.
If the workspace is a git repo and the user wants to share changes, create a commit there (English message) and open a PR as appropriate for that repo.
Otherwise, keep it local and provide the exact paths so the user can back it up or share it later.
Updating an existing workflow
If the client already has a workflow skill:
Load the existing SKILL.md and reference.md.
Run only the interview groups relevant to what changed (ask the user which groups to revisit).
Show a diff summary before applying changes.
Follow the same commit/PR flow above.
Delegation
Need
Delegate to
Push branch and create draft PR
github-cli-workflow or gitlab-cli-workflow
Jira ticket operations
External jira-* skills
ClickUp ticket operations
clickup-cli
Repo discovery
dots-workstation-assistant
Checklist
All required interview questions answered
Summary approved by user before file generation
Generated files follow established patterns (use existing bundled skills as structure reference)
skill-catalog.yaml updated with both new entries
Agent wrappers created for Claude Code and opencode