feat(ms-ai-architect): add plugin to open marketplace (v1.5.0 baseline)
Initial addition of ms-ai-architect plugin to the open-source marketplace. Private content excluded: orchestrator/ (Linear tooling), docs/utredning/ (client investigation), generated test reports and PDF export script. skill-gen tooling moved from orchestrator/ to scripts/skill-gen/. Security scan: WARNING (risk 20/100) — no secrets, no injection found. False positive fixed: added gitleaks:allow to Python variable reference in output-validation-grounding-verification.md line 109. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a8d79e4484
commit
6a7632146e
490 changed files with 213249 additions and 2 deletions
90
plugins/ms-ai-architect/commands/research.md
Normal file
90
plugins/ms-ai-architect/commands/research.md
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
---
|
||||
name: architect:research
|
||||
description: Utforsk siste nytt og oppdateringer for en Microsoft AI-plattform
|
||||
argument-hint: "[plattformnavn] [valgfritt: tidsperiode]"
|
||||
allowed-tools: Read, Glob, Grep, Task, WebSearch, WebFetch, mcp__microsoft-learn__microsoft_docs_search, mcp__microsoft-learn__microsoft_docs_fetch, mcp__microsoft-learn__microsoft_code_sample_search
|
||||
model: opus
|
||||
---
|
||||
|
||||
# /architect:research - Plattform-research
|
||||
|
||||
Utfør fokusert research på en Microsoft AI-plattform for å finne siste oppdateringer, nye features og endringer. Ingen persona — dette er et research-verktøy.
|
||||
|
||||
## Instruksjoner
|
||||
|
||||
### 1. Parse input
|
||||
|
||||
Ekstraher:
|
||||
- **Plattform** — normaliser med alias-tabell
|
||||
- **Tidsperiode** — default: siste 30 dager
|
||||
|
||||
**Plattform-aliaser:**
|
||||
|
||||
| Alias | Full navn |
|
||||
|-------|-----------|
|
||||
| Foundry, AIF | Azure AI Foundry |
|
||||
| CS | Copilot Studio |
|
||||
| M365, Copilot | M365 Copilot |
|
||||
| PP | Power Platform AI |
|
||||
| AOAI | Azure OpenAI Service |
|
||||
| MAF | Microsoft Agent Framework |
|
||||
| Search | Azure AI Search |
|
||||
| Fabric | Microsoft Fabric |
|
||||
|
||||
### 2. Deleger research
|
||||
|
||||
Bruk Task-verktøyet til å lansere `research-agent`:
|
||||
|
||||
```
|
||||
Task(general-purpose): "Les agents/research-agent.md og utfør research.
|
||||
Plattform: [full plattformnavn]
|
||||
Tidsperiode: [periode]
|
||||
Fokusområder:
|
||||
1. Nye features (GA og preview)
|
||||
2. Prisendringer
|
||||
3. Regional tilgjengelighet (spesielt Sweden Central, Norway East)
|
||||
4. SDK/API-endringer
|
||||
5. Deprecation notices
|
||||
6. Roadmap-annonseringer
|
||||
Bruk microsoft_docs_search (4-6 søk) og microsoft_docs_fetch (2-3 sider).
|
||||
Bruk WebSearch for nylige annonseringer som kanskje ikke er i docs ennå."
|
||||
```
|
||||
|
||||
### 3. Presenter funn
|
||||
|
||||
**Topp 3-5 viktigste endringer:**
|
||||
Kort sammendrag av det mest relevante for norsk offentlig sektor.
|
||||
|
||||
**Detaljerte funn:**
|
||||
|
||||
| Dato | Kategori | Funn | Status | Kilde |
|
||||
|------|----------|------|--------|-------|
|
||||
| YYYY-MM-DD | Feature | ... | GA / Preview / Annonsert | URL |
|
||||
| YYYY-MM-DD | Prising | ... | Bekreftet / Ubekreftet | URL |
|
||||
| ... | ... | ... | ... | ... |
|
||||
|
||||
**Kategorier:** Feature, Prising, Tilgjengelighet, SDK/API, Deprecation, Roadmap
|
||||
|
||||
**Impact-vurdering for norsk offentlig sektor:**
|
||||
- Hva påvirker compliance (dataresidency, nye regioner)?
|
||||
- Hva påvirker eksisterende arkitekturer?
|
||||
- Hva åpner nye muligheter?
|
||||
|
||||
**Ikke-bekreftet / ukjent:**
|
||||
- Elementer som ikke kunne verifiseres via offisielle kilder
|
||||
- Informasjon basert på community/bloggposter (lavere tillit)
|
||||
|
||||
### 4. Neste steg
|
||||
|
||||
Tilby:
|
||||
- Dypere utforsking av et spesifikt funn
|
||||
- `/architect:compare` — sammenlign med alternativ basert på nye funn
|
||||
- Oppdatering av kunnskapsbasen med verifiserte funn
|
||||
|
||||
## Retningslinjer
|
||||
|
||||
- ALLTID inkluder dato og kilde for hvert funn
|
||||
- Skill tydelig mellom GA, preview og annonsert
|
||||
- Prioriter offisielle kilder (Microsoft Learn, Azure blog) over community
|
||||
- Norsk prosa, engelske tekniske termer
|
||||
- Tabellformat for funn — enklere å skanne
|
||||
Loading…
Add table
Add a link
Reference in a new issue