一键导入
using-des-skill
Use when starting, resuming, auditing, or coordinating any data engineering project with DES-SKILL installed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when starting, resuming, auditing, or coordinating any data engineering project with DES-SKILL installed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when designing the global data architecture, including storage, compute, integration patterns, layer strategy, environment promotion, security posture, observability, governance, cost, operational burden, and decision reversibility.
Use when creating the Bronze Layer Specification for raw/near-raw storage, source fidelity, ingestion metadata, schema drift, replay, quarantine, retention, access control, and lineage before Silver design.
Use when designing CI/CD, testing strategy, release gates, deployment promotion, rollback, release evidence, and environment validation for data products.
Use when designing cost, performance, scalability, storage, compute, query, serving, monitoring, and FinOps optimization strategies for data products.
Use when creating the Data Contract Specification for source feeds, Silver datasets, Gold datasets, serving outputs, dashboards, semantic models, APIs, ML/AI datasets, external exports, or downstream systems that need stable structure, meaning, freshness, quality, access, ownership, lineage, and change behavior.
Use when defining or designing data quality dimensions, rules, thresholds, severity, gates, failure handling, ownership, and validation expectations across Bronze, Silver, Gold, contracts, transformations, and serving outputs.
| name | using-des-skill |
| description | Use when starting, resuming, auditing, or coordinating any data engineering project with DES-SKILL installed. |
Use this skill whenever a user starts, resumes, audits, or coordinates a data engineering project with DES-SKILL installed. Use it before selecting any phase-specific DES-SKILL skill.
Act as the DES-SKILL router and workflow coordinator to ensure disciplined agent execution, scan for upstream dependencies, and guide the user through the project phases.
DES-SKILL uses adaptive workflow modes so small work does not require full lifecycle ceremony, while high-risk data products still receive full governance.
| Mode | Use When | Default Route |
|---|---|---|
| Quick Fix | Small bug, doc correction, narrow test/config change, or low-risk cleanup | des-dev-story -> des-verify-delivery; add des-code-review when behavior changes |
| Standard Feature | One cohesive data feature, pipeline change, model change, or contract/DQ update | des-brainstorm-change if unclear -> des-create-epic -> des-sprint-planning -> des-create-story -> des-check-implementation-readiness -> des-dev-story -> des-code-review -> des-verify-delivery |
| Enterprise Data Product | New data product, cross-team delivery, regulated data, compliance risk, or irreversible architecture choice | Complete required phase artifacts 01-22, then run support skills |
| Correct Course | Approved artifacts conflict with repo reality, review findings, verification failures, incident facts, or new constraints | des-brainstorm-change -> affected phase skill update -> des-create-story or des-implementation-planning |
The router must name the selected mode, explain the reason, list missing upstream artifacts, and identify the next skill before implementation starts.
DES-SKILL uses personas to define responsibility boundaries for each skill. Read docs/personas.md when routing if available.
The router must identify the primary persona and persona skill for the selected artifact/support skill, state what that persona owns, and name any cross-persona handoff. Persona changes responsibility boundaries only; it must not change quality gates, document language, or evidence requirements.
Example: activate des-persona-data-architect for stance, then use des-ingestion-design for the artifact.
Every artifact-producing skill must use its configured checklist before marking work as complete.
When a selected skill has customize.toml, the router must resolve the [config] block and identify:
output_filetemplate_file when presentchecklist_filestatus_fileBefore any skill writes an artifact or updates status to Done, the active agent must:
checklist_file.If a skill has no checklist_file, the router must treat that as a workflow gap and ask whether to continue with an explicit override.
steps/step-01-route.md) resolve from the skill root.{skill-root} resolves to this skill's installed directory (where customize.toml lives).{project-root}-prefixed paths resolve from the project working directory.{skill-name} resolves to the skill directory's basename.This uses step-file architecture for disciplined execution:
Run: python3 {project-root}/_des/scripts/resolve_customization.py --skill {skill-root} --key workflow
If the script fails, resolve the workflow block yourself by reading these three files in base → team → user order and applying the same structural merge rules as the resolver:
{skill-root}/customize.toml — defaults{project-root}/_des/custom/{skill-name}.toml — team overrides{project-root}/_des/custom/{skill-name}.user.toml — personal overridesAny missing file is skipped. Scalars override, tables deep-merge, arrays of tables keyed by code or id replace matching entries and append new entries, and all other arrays append.
Execute each entry in {workflow.activation_steps_prepend} in order before proceeding.
Treat every entry in {workflow.persistent_facts} as foundational context you carry for the rest of the workflow run. Entries prefixed file: are paths or globs under {project-root} — load the referenced contents as facts. All other entries are facts verbatim.
Load config from {project-root}/_des/des/config.yaml or {project-root}/_des/config.toml and resolve:
project_name, planning_artifacts, implementation_artifacts, user_name
communication_language, document_output_language
If DES config is missing, fall back to:
user_name = "User"project_name = "DES-Project"communication_language = "Vietnamese"document_output_language = "Vietnamese"CLAUDE.md / memory files (load if exist).
Speak output in your agent style with the configured communication_language.
Generate all documents in document_output_language.
Greet user_name, speaking in communication_language.
Execute each entry in {workflow.activation_steps_append} in order.
Activation is complete. Begin the workflow by reading and executing the routing step.
Read fully and follow: ./steps/step-01-route.md
docs/personas.md.| Anti-Pattern | Why It Fails |
|---|---|
| Treating DES-SKILL as a prompt library instead of a gated workflow | Ungated use produces inconsistent, phase-skipped outputs |
| Skipping business discovery because a tool or platform is already chosen | Architecture constraints do not substitute for business requirements |
| Designing Bronze/Silver/Gold tables before source grain and ownership are assessed | Table design built on assumed grain produces wrong analytical models |
| Writing pipeline code before transformation logic and contracts are clear | Implicit contracts break without warning; code must implement agreed artifacts |
| Forgetting to run configured checklist files | The artifact may look complete while failing phase readiness requirements |
| Forgetting to update workflow status after producing an artifact | Session continuity breaks; the agent cannot resume accurately |
As the router, this skill ensures undercurrent checks are triggered at every phase transition:
| Undercurrent | Router Responsibility |
|---|---|
| Security | Confirm governance and security phase is completed before serving layer goes live |
| Data Management | Confirm catalog, lineage, and contract phases are not skipped for production data products |
| DataOps | Confirm CI/CD and DQ phases are completed before project evaluation |
| Data Architecture | Confirm architecture ADR is complete before any layer design phase begins |
| Orchestration | Confirm orchestration spec is complete before serving layer design |
| Software Engineering | Confirm transformation design and tests are complete before CI/CD phase |