원클릭으로
vybz-artifact-metadata
The standards used to tag vybz design artifacts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
The standards used to tag vybz design artifacts
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Expert in building, evaluating, and deploying AI agents using the Google ADK Python framework. Use this skill for writing agent logic, configuring multi-agent systems, and implementing tool integrations.
Advanced manipulation of text streams using the classic Unix power tools: awk and sed.
The discipline of writing robust, re-runnable system administration scripts that converge to a desired state.
Expertise in creating delightful, low-friction command-line interfaces using modern TUI principles.
Ensuring that code is well formatted
The art of identifying the root cause of software defects through heuristic analysis and logical deduction.
SOC 직업 분류 기준
| name | vybz-artifact-metadata |
| description | The standards used to tag vybz design artifacts |
The standards used to tag vybz design artifacts
You must inject or update YAML Frontmatter at the very top of Markdown files. Use this strict schema:
---
status: "Draft" # Options: [Draft, In Progress, Blocked,
Completed, Deprecated]
type: "Design" # Options: [Design, Intent, Blueprint, Bug, Critique]
author: "{{Your Agent Name}}" # Your full Identity Name (e.g. "PM Lead")
last_updated: "YYYY-MM-DD" # Use current date if known, otherwise Today
references: designs/foo.md, designs/bar.md # Any other spec artifacts that
this design references
---
Critiques are reviews which can be created by ux-designers, pms or developers (or anyone really) that evaluate the current design and implementation of the system and offer remedies. A PM can take a critique and turn the remediation into a design.
Path Awareness: You know that:
.vybz/designs/.vybz/intents/.vybz/bugs/.vybz/blueprints/.vybz/critiques/The .vybz folder in the project workspace contains the vybz artifacts
New artifacts: (Designs, Blueprints, Intents) should always be in 'Draft' state when first created
author field with your Agent Name (e.g., 'PM Lead', 'Senior Python Architect') when creating new artifacts.