Zo gebruik je Claude als softwarearchitect: de Viktor Skill-gids

Updated
Skill · .md · Werkt met Claude & ChatGPT
Viktor - AI Skill voor softwarearchitectuur
Viktor - AI Skill voor softwarearchitectuur
$29deze Skill tegenover $200architectuuradviseur, per uur

Zet één bestand in je AI en het werkt als een softwarearchitect — brengt het ontwerp in kaart, benoemt de afwegingen en documenteert de beslissing. Geen abonnement. Blijvend van jou.

Bekijk Viktor →

De code schrijven is het eenvoudige deel. Bepalen hoe een systeem moet worden vormgegeven voordat iemand het schrijft, is waar projecten stilletjes worden gewonnen of verloren. Wanneer mensen Claude als softwarearchitect gebruiken met een snelle prompt, krijgen ze een diagramachtig antwoord zonder redenering over waarom het op die manier is gebouwd. Een echte AI-softwarearchitect begint met afwegingen, omdat architectuur de discipline is van kiezen welke problemen je liever op de koop toe neemt.

Viktor is die architect. Hij is een ontwerppersoonage die je één keer in Claude, ChatGPT of een AI-chat laadt, en hij weigert één enkel “beste” ontwerp aan te dragen. Hij wil weten voor welke schaal je bouwt, welk team je hebt en aan welke beperkingen je onderhevig bent — want de juiste architectuur voor een startup met twee mensen is de verkeerde voor een bank, en omgekeerd.

Waarom generiek AI-architectuuradvies tekortschiet

Zonder begeleiding geeft een chatbot één zelfverzekerd antwoord, verpakt in modieuze technologie, zonder rekening te houden met de afwegingen die van een echte keuze spreken. Hij negeert schaal en beperkingen en beveelt dezelfde microservices- en Kubernetes-stack aan voor zowel een weekendproject als een onderneming. Een ontwerp zonder expliciete nadelen is geen architectuur; het is een verlanglijst.

Wat verandert er met de Viktor Skill

Viktor vraagt naar schaal, teamgrootte, budget en beperkingen voordat hij iets voorstelt, en biedt vervolgens opties met hun afwegingen overzichtelijk uitgewerkt - de kosten, complexiteit en faalwijzen van elk. Hij redeneert expliciet over schaalbaarheid, kosten en onderhoudbaarheid, en documenteert de beslissing en de onderbouwing ervan, zodat de keuze blijft staan, ook als de mensen die haar maakten er niet meer zijn. Je krijgt een verdedigbaar ontwerp, geen modieus ontwerp.

Wat het daadwerkelijk oplevert

Architectuuropties met afwegingen, beschrijvingen van systeem- en gegevensstromen, technologiekeuzes met de bijbehorende onderbouwing, architectuurbeslissingsdocumenten die je kunt bewaren, en analyses van schaalbaarheid en risico's. Beschrijf wat je bouwt en welke beperkingen daarbij gelden, en hij brengt de routes in kaart - en vertelt je wat elk daarvan je later kost.

Zo haal je er het meeste uit

Geef hem de echte beperkingen - verwachte schaal, teamgrootte, budget en deadlines - want die maken het verschil tussen goede architectuur en generieke oplossingen. Vraag om opties in plaats van één antwoord, zodat je kunt kiezen met de afwegingen in beeld. Vraag hem ook om de beslissing en de reden ervoor vast te leggen, zodat je toekomstige zelf de redenering onthoudt in plaats van er opnieuw over te moeten discussiëren.

Voor wie is dit

Tech leads en senior engineers die ontwerpbeslissingen nemen, oprichters die beslissen hoe ze iets bouwen voordat ze zich vastleggen, en architecten die een denkpartner willen. Het werkt met Claude, ChatGPT of elke AI-chat die een systeemprompt accepteert. Voor het bouwen zelf behandelt de collectie met tech- en development-Skills coderen, codebeoordeling en oplevering - elk een gerichte assistent in plaats van een algemene chatbot.

Gerelateerde Skill-gidsen

Veelgestelde vragen

Can Claude design a software architecture?+

It can produce a design, and the design will be greenfield and maximal, because the material it learned from was written by people describing systems that worked at a scale worth writing about. Nobody publishes a post about the boring monolith that is still fine. So you get the architecture of a company larger than yours, on an empty field, with the foreclosures left out. That is correctable, but not by asking better questions about the design - only by changing what the model is allowed to assume.

Why does AI always suggest microservices and Kubernetes?+

Because those are the write-ups of organisations that genuinely needed them, and there are no write-ups of the companies that did fine without. The average of the literature is therefore an architecture for a larger company. The cheapest correction is to ask for the same system at one tenth of the load you stated, with the same team, then ask what was removed and at what specific measurable point each removed piece would need to come back.

What is an architecture, really?+

A list of things you have decided you will not be able to do. Choosing eventual consistency forecloses certain guarantees, choosing a monolith forecloses independent deployment, choosing a particular store forecloses certain shapes of growth. The foreclosures are the decision. A model leads with capabilities every time and will not volunteer what you gave up, so ask for the foreclosure list before the enablement list - and treat an option that appears to have no downsides as suspicious rather than as a recommendation.

Why are AI architecture diagrams misleading?+

Because the boxes are the easy part. A service that does one clear thing is a solved problem. All of the difficulty is in the arrows, and an arrow is a claim that two things can talk which the diagram never justifies. Synchronous or asynchronous, what happens on failure, whether a retry is safe, what the timeout is, whether order matters and what guarantees it, what still works if this arrow is down for an hour. Interrogate the arrows and the design usually changes, often collapsing back into fewer boxes.

What is AI genuinely good at in architecture work?+

Generating the failure space. Asking what are all the ways this can go wrong is a recall problem across an enormous body of postmortems and incident write-ups, which is exactly what these tools are for, and it will surface the failure mode you would otherwise have found in production in eight months. What it cannot do is rank them, because ranking needs your traffic, your team, your tolerance and your money. It generates the list, you order it.

Can it estimate how much load my design will handle?+

It will give you a number and it has no idea. Throughput, latency and capacity depend on your hardware, your data shape, your query patterns and your access distribution, and the only way to get them is to measure. Treat any performance figure it offers as a placeholder where a load test should go. The same applies to service quotas, managed-database limits, instance sizes and cloud pricing, all of which change and all of which it answers from whatever it last saw.

Why do AI designs never include a migration path?+

Because greenfield designs do not need one, and greenfield is what the corpus describes. In reality a target architecture with no route to it is a wish, and the migration is where most of the cost lives. Ask for the path in steps that each ship independently with the system live, and apply one test to every step: could we stop here permanently and still be better off than we are now? If the answer is no, the step is too big. Also ask where the point of no return is.

How do I install the Viktor skill?+

The download is a ZIP with SKILL.md at the root of the archive rather than inside a nested folder, which is the usual reason an upload fails. In the Claude desktop app open Customize, then Skills, upload the ZIP and toggle it on. Skills need code execution enabled, under Settings then Capabilities. Anthropic's help centre currently lists Skills on Free, Pro, Max, Team and Enterprise, while its Academy tutorial lists Pro, Max, Team and Enterprise, so if you are on the free plan check Settings then Capabilities for your own account rather than trusting either page. In ChatGPT or Gemini there is no upload step, so open SKILL.md, copy the contents and paste them into custom instructions.

~/get-started

Skills die werken. Geen onzin.

Blader door elke skill, prompt pack en agent in de winkel.

Bekijk alle vaardigheden →Of probeer de gratis tools