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