원클릭으로
a2ui-blueprint-maintenance
Manage the evolution, merging, archiving, and cleanup of specifications and blueprints across the workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage the evolution, merging, archiving, and cleanup of specifications and blueprints across the workspace.
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.
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.
Provides instructions on implementing feature specs or module blueprint commit diffs in a specific codebase.
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-blueprint-maintenance |
| description | Manage the evolution, merging, archiving, and cleanup of specifications and blueprints across the workspace. |
This skill provides administrative recipes for merging feature specifications into Module Blueprints and archiving feature blueprints.
When a feature specification in blueprints/features/<feature_name>.blueprint.md is ready to be merged into its target Module Blueprint(s):
module_blueprints (e.g. blueprints/modules/a2ui_core.blueprint.md).included_features list (module blueprints do not list included features).blueprints/features/archived/:
git mv blueprints/features/<feature_name>.blueprint.md blueprints/features/archived/
blueprints/features/archived/, the feature is permanently archived and its requirements are part of the module blueprint.python3 blueprints/validate_blueprints.py
If an optional feature in blueprints/features/<feature_name>.blueprint.md is deprecated or abandoned without being merged:
blueprints/features/archived/<feature_name>.blueprint.md.python3 blueprints/validate_blueprints.py