feat(ultraplan-local): v1.6.0 — /ultraresearch-local deep research command
Add /ultraresearch-local for structured research combining local codebase analysis with external knowledge via parallel agent swarms. Produces research briefs with triangulation, confidence ratings, and source quality assessment. New command: /ultraresearch-local with modes --quick, --local, --external, --fg. New agents: research-orchestrator (opus), docs-researcher, community-researcher, security-researcher, contrarian-researcher, gemini-bridge (all sonnet). New template: research-brief-template.md. Integration: --research flag in /ultraplan-local accepts pre-built research briefs (up to 3), enriches the interview and exploration phases. Planning orchestrator cross-references brief findings during synthesis. Design principle: Context Engineering — right information to right agent at right time. Research briefs are structured artifacts in the pipeline: ultraresearch → brief → ultraplan --research → plan → ultraexecute. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
baa2d0220b
488 changed files with 213221 additions and 0 deletions
55
commands/summary.md
Normal file
55
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