Skip to content

[Extension]: Add rag-azure-builder #2665

@Sertxito

Description

@Sertxito

Extension Submission

Extension ID: rag-azure-builder
Extension Name: RAG Azure Builder
Version: 1.0.0
Description: Spec Kit extension for onboarding and operating an Azure RAG stack with guided workflows.
Author: Sertxito
Repository URL: https://github.com/Sertxito/spec-kit-extension-rag-azure-builder
Download URL: https://github.com/Sertxito/spec-kit-extension-rag-azure-builder/archive/refs/tags/v1.0.0.zip
License: MIT
Homepage: https://github.com/Sertxito/spec-kit-extension-rag-azure-builder
Documentation URL: https://github.com/Sertxito/spec-kit-extension-rag-azure-builder#readme
Changelog URL: https://github.com/Sertxito/spec-kit-extension-rag-azure-builder/blob/main/CHANGELOG.md
Required Spec Kit Version: >=0.8.0

Required Tools

  • None

Number of Commands

  • 5

Number of Hooks

  • 0

Tags

azure, rag, search, onboarding, cost-optimization

Key Features

  • End-to-end Azure RAG onboarding workflow.
  • Azure infrastructure setup planning for OpenAI + AI Search.
  • Document indexing and validation workflow.
  • Multi-turn chat behavior design with grounding checks.
  • Cost optimization guidance with tier/scaling recommendations.

Testing Checklist

  • Extension installs successfully via download URL
  • All commands execute without errors
  • Documentation is complete and accurate
  • No security vulnerabilities identified
  • Tested on at least one real project

Submission Requirements

  • Valid extension.yml manifest included
  • README.md with installation and usage instructions
  • LICENSE file included
  • GitHub release created with version tag
  • All command files exist and are properly formatted
  • Extension ID follows naming conventions (lowercase-with-hyphens)

Testing Details

  • Repository scaffolded and validated for Spec Kit extension structure.
  • Release archive published at v1.0.0.
  • Commands included: speckit.rag-onboarding, speckit.rag-azure-setup, speckit.rag-index, speckit.rag-chat, speckit.rag-cost.

Example Usage

specify extension add --from https://github.com/Sertxito/spec-kit-extension-rag-azure-builder/archive/refs/tags/v1.0.0.zip

Then run one of the commands from your integration command surface (for example):

  • speckit.rag-onboarding
  • speckit.rag-azure-setup

Proposed Catalog Entry

{
  "rag-azure-builder": {
    "name": "RAG Azure Builder",
    "id": "rag-azure-builder",
    "description": "Spec Kit extension for onboarding and operating an Azure RAG stack with guided workflows.",
    "author": "Sertxito",
    "version": "1.0.0",
    "download_url": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder/archive/refs/tags/v1.0.0.zip",
    "repository": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder",
    "homepage": "https://github.com/Sertxito/spec-kit-extension-rag-azure-builder",
    "license": "MIT",
    "requires": {
      "speckit_version": ">=0.8.0"
    },
    "provides": {
      "commands": 5,
      "hooks": 0
    },
    "tags": ["azure", "rag", "search", "onboarding", "cost-optimization"]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions