archetype-scanner

Scan domain requirements against architectural archetypes and generate fit reports.

40|39|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Architekt-Jutra/architekt-jutra-code --skill archetype-scanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archetype-scanner
Source: https://github.com/Architekt-Jutra/architekt-jutra-code/tree/main/week7/5-znanewzorce-demo/archetype-scanner
Command: npx skills add https://github.com/Architekt-Jutra/architekt-jutra-code --skill archetype-scanner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual work of checking domain requirements against multiple architectural archetypes one by one, ensuring no relevant domain patterns are overlooked during early modeling phases.

Core Features & Use Cases

  • Parallel Archetype Scanning: Runs all registered archetype mappers against your domain requirements simultaneously for fast, consistent results.
  • Consolidated Fit Reporting: Generates a single summary showing which archetypes match, which don't, and how domain concepts map to each matched archetype.
  • Gap & Overlap Detection: Highlights unmapped domain concepts and overlapping mappings across archetypes to guide next modeling steps.
  • Use Case: Use this during early domain modeling for a SaaS product to quickly identify if accounting, pricing, or party archetypes apply to your requirements, without running each mapper manually.

Quick Start

Use the archetype-scanner skill to analyze your domain requirements for a new e-commerce checkout flow and get a full archetype fit report saved to the fit/ directory.

Frequently Asked Questions about archetype-scanner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I match domain requirements to architectural archetypes during early modeling?

To match domain requirements to architectural archetypes, scan your domain specifications against a registry of known patterns in parallel. This generates individual fit reports for matching archetypes and a merged summary documenting mapped concepts, overlaps, and uncovered domain gaps.

What is archetype scanning in domain-driven design workflows?

Archetype scanning in domain-driven design workflows is the parallel process of checking domain requirements against multiple architectural archetypes simultaneously. It eliminates manual checking to ensure no relevant domain patterns are overlooked during early modeling, requirements review, or training workshops.

Can I use parallel pattern matching for a SaaS domain modeling requirements review?

Yes, you can use parallel pattern matching for a SaaS domain modeling requirements review. It simultaneously evaluates your requirements against all registered archetype mappers to quickly identify if accounting, pricing, or party archetypes apply without running each mapper manually.

How do I identify unmapped domain concepts and overlapping mappings across architectural patterns?

To identify unmapped domain concepts and overlapping mappings, scan your domain requirements against known architectural archetypes. The generated consolidated fit report highlights uncovered domain gaps and overlapping mappings across archetypes to guide your next modeling steps.

What are the limitations of automated archetype scanning for domain-driven design?

A limitation of automated archetype scanning is that it only matches requirements against registered architectural archetypes. Domain concepts falling outside the known registry will be flagged as uncovered gaps, requiring manual domain modeling to define new architectural patterns.