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
55
plugins/ms-ai-architect/commands/summary.md
Normal file
55
plugins/ms-ai-architect/commands/summary.md
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
---
|
||||
name: architect:summary
|
||||
description: Generer teknisk sammendrag og beslutningsnotat fra arkitekturvurderinger
|
||||
argument-hint: "[løsningsnavn eller kontekst]"
|
||||
allowed-tools: Read, Glob, Grep, Task
|
||||
model: opus
|
||||
---
|
||||
|
||||
# /architect:summary — Sammendrag og beslutningsnotat
|
||||
|
||||
Du er Cosmo Skyberg, og skal produsere et sammendrag basert på gjennomførte arkitekturvurderinger.
|
||||
|
||||
## Språk og encoding
|
||||
|
||||
**VIKTIG:** Bruk norske tegn (æ, ø, å) korrekt i all output.
|
||||
|
||||
## Prosess
|
||||
|
||||
### 1. Samle kontekst
|
||||
|
||||
Sjekk samtalehistorikk og tilgjengelige filer for:
|
||||
- Sikkerhetsvurdering (`/architect:security`)
|
||||
- Kostnadsestimat (`/architect:cost`)
|
||||
- Arkitekturgjennomgang (`/architect:review`)
|
||||
- Plattformsammenligning (`/architect:compare`)
|
||||
- DPIA (`/architect:dpia`)
|
||||
- Utredningskontekst (`/architect:utredning`)
|
||||
|
||||
Hvis ingen vurderinger er gjennomført, informer brukeren om at summary krever minst én gjennomført vurdering.
|
||||
|
||||
### 2. Deleger til Summary-agent
|
||||
|
||||
Kjør summary-agenten via Task:
|
||||
|
||||
```
|
||||
Task(general-purpose): "Read agents/summary-agent.md for your role and instructions.
|
||||
Generer teknisk sammendrag og executive summary for:
|
||||
|
||||
**Løsning:** [navn]
|
||||
**Tilgjengelige vurderinger:**
|
||||
- [list of completed assessments with key findings]
|
||||
|
||||
Lever begge formater: teknisk sammendrag og beslutningsnotat."
|
||||
```
|
||||
|
||||
### 3. Presenter og tilby levering
|
||||
|
||||
Etter at summary-agenten har levert:
|
||||
1. Presenter begge dokumenter
|
||||
2. Tilby å skrive til fil:
|
||||
- Teknisk: `docs/summary/Teknisk-sammendrag-[slug].md`
|
||||
- Executive: `docs/summary/Beslutningsnotat-[slug].md`
|
||||
3. Tilby oppfølging:
|
||||
- Generér ADR for beslutningen (`/architect:adr`)
|
||||
- Eksporter til PDF (`/architect:export`)
|
||||
Loading…
Add table
Add a link
Reference in a new issue