ワンクリックで
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.