Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/asermax/claude-plugins --skill deltas명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | deltas |
| description | Extract deltas from the project vision |
| disable-model-invocation | true |
Extract deltas from VISION.md into DELTAS.md.
You must load the following skills and read the following files before proceeding.
katachi:framework-core - Workflow principlesdocs/planning/VISION.md - Project vision to extract deltas fromdocs/planning/DELTAS.md - Current delta inventory (if exists)Follow the collaborative workflow principles from the framework-core skill.
Deltas-specific guidance:
Use a scratchpad - Track state in /tmp/deltas-<project-name>-state.md (where <project-name> is the basename of the current working directory):
Extract all at once - Review entire vision and extract all deltas in one pass.
Detect gaps proactively - Challenge completeness:
If docs/planning/DELTAS.md exists:
If no deltas exist: proceed with initial extraction
Review the vision document thoroughly. Extract all deltas in a single pass:
Consider all aspects:
Each delta represents a bounded piece of work:
references/DELTAS-template.md from framework-core)For each delta, document source traceability (which vision section).
Dispatch the delta-validator agent to review the raw delta list.
Task(
subagent_type="katachi:delta-validator",
prompt=f"""
Validate this raw delta list.
## Vision Document
{vision_content}
## Raw Delta List
{raw_deltas}
"""
)
Review agent findings with user.
Based on agent validation:
Assign sequential IDs (DLT-001, DLT-002, etc.) to all deltas.
For each delta:
Dispatch the delta-validator agent to review the completed inventory.
Task(
subagent_type="katachi:delta-validator",
prompt=f"""
Validate this complete delta inventory.
## Delta Inventory
{deltas_md_content}
"""
)
Review agent findings with user.
Ask: "Should we iterate based on this feedback, or is the inventory complete?"
If gaps to address → refine deltas
If complete → finalize and write to docs/planning/DELTAS.md
After the delta inventory is finalized, analyze all deltas for dependencies.
For each delta, analyze:
Apply dependency priority principles:
Present all proposed **Depends on**: values with reasoning for each delta.
User reviews proposed dependencies. Discuss and adjust based on user knowledge.
Surface hidden dependencies with gap detection questions:
Dispatch a general-purpose subagent to validate the dependency graph.
Include user's explicit decisions made during analysis.
Request critique on:
If cycles found, work with user to resolve:
Review findings with user. Iterate if needed.
Write dependencies as **Depends on**: DLT-XXX, DLT-YYY (or None) in each delta's entry in docs/planning/DELTAS.md.
This is a collaborative process:
Build something already designed, together with the user, then verify it and offer to commit. Use when a design is agreed and the work is ready to write, or when another skill needs the shared build discipline.
Load first when working with any zenku skill. Carries the vocabulary, the two rules, how to find the project's vault and conventions, and the habits for writing into it.
Lay out the current shape so the user can settle a new one — which modules exist, where the seams are, how data flows, and what earlier quests already decided. Use when the user wants to design a feature or a module, work out an interface, decide where a boundary belongs, or when another skill needs a shape agreed before code.
SOC 직업 분류 기준