一键导入
a2ui-implement-feature-from-blueprint
Provides instructions on implementing feature specs or module blueprint commit diffs in a specific codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Provides instructions on implementing feature specs or module blueprint commit diffs in a specific codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automates the triage of GitHub issues in the A2UI repository. Helps the oncall engineer by fetching untriaged issues, generating AI-suggested priorities, assignees, and responses, launching a local review dashboard, and bulk-applying approved decisions to GitHub. Use when tasked with triaging new GitHub issues or managing the repository backlog.
Step-by-step phased instructions for building new A2UI Core SDKs, Framework Adapters, and Inference SDKs from scratch in any client language.
Manage the evolution, merging, archiving, and cleanup of specifications and blueprints across the workspace.
Analytical navigation of A2UI Spec-Driven Development module and codebase blueprints.
Provides instructions on how to create a new language-agnostic A2UI Feature Blueprint, ensuring consistency and ease of cross-language implementation.
Contains well-defined rules for creating natural, accurate, and readable writing. Use this skill whenever authoring longer text, including reports, PR or CL descriptions, READMEs, system designs, analysis documents, or general documentation.
| name | a2ui-implement-feature-from-blueprint |
| description | Provides instructions on implementing feature specs or module blueprint commit diffs in a specific codebase. |
This skill provides step-by-step instructions on implementing feature specifications and updating codebase module compliance commit hashes.
blueprints/codebases/<relative_path>/codebase.blueprint.md.associated_module and module_blueprint_commit.git diff <module_blueprint_commit>..HEAD blueprints/modules/<associated_module>.blueprint.md
blueprints/features/<feature_name>.blueprint.md, check its dependencies list first.<relative_path>).test_command in codebase.blueprint.md.blueprints/codebases/<relative_path>/codebase.blueprint.md.module_blueprint_commit to the current commit hash:
git log -n 1 --pretty=format:%H blueprints/modules/<associated_module>.blueprint.md
blueprints/features/, add its name to implemented_features.Verify blueprint consistency across the monorepo:
python3 blueprints/validate_blueprints.py