ワンクリックで
a2ui-blueprint-navigator
Analytical navigation of A2UI Spec-Driven Development module and codebase blueprints.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analytical navigation of A2UI Spec-Driven Development module and codebase blueprints.
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.
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-navigator |
| description | Analytical navigation of A2UI Spec-Driven Development module and codebase blueprints. |
This skill provides precise analytical methods and recipes for discovering blueprints, inspecting commit-hash compliance, and mapping language-agnostic specifications to physical directories in the monorepo.
Spec-Driven Development (SDD) in A2UI confines all specifications and compliance files inside blueprints/:
blueprints/modules/): Language-agnostic authorities specifying core architecture, APIs, types, and expected behaviors (e.g. a2ui_core.blueprint.md).blueprints/features/): Standalone optional feature specifications (features/<name>.blueprint.md) and merged required features (features/archived/<name>.blueprint.md).blueprints/codebases/<relative_codebase_path>/codebase.blueprint.md): Local metadata trackers documenting codebase compliance with a specific git commit hash of its associated Module Blueprint (module_blueprint_commit).Rather than checking against a list of required feature names, a codebase's compliance status is tracked by the git commit hash of its associated Module Blueprint (module_blueprint_commit).
blueprints/modules/<module>.blueprint.md), the file's git commit hash advances.module_blueprint_commit.blueprints/codebases/<relative_path>/codebase.blueprint.md.module_blueprint_commit in the YAML frontmatter.git log -n 1 --pretty=format:%H blueprints/modules/<associated_module>.blueprint.md
module_blueprint_commit matches the latest commit hash, the codebase is up to date.git diff <module_blueprint_commit>..HEAD blueprints/modules/<associated_module>.blueprint.md
blueprints/codebases/<relative_path>/codebase.blueprint.md.associated_module in the frontmatter.blueprints/modules/<associated_module>.blueprint.md.