一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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.