maintain-architecture-map

Installation
SKILL.md

Maintain Architecture Map Skill

Maintain a living architecture document that shows the system's big picture: modules, data flows, entry points, and dependencies.

Goal

Keep ARCHITECTURE_MAP.md and related architecture docs synchronized with the actual codebase, providing:

  1. Module Overview: What modules exist and what they do
  2. Data Flows: How data moves through the system (Instance → Solver → Solution → Visualizer)
  3. Entry Points: Where to start when using the toolkit
  4. Dependencies: How modules depend on each other

Relationship to Other Skills

Complementary to maintain-data-structures:

  • maintain-data-structures: Focuses on what (data structure definitions, attributes, methods, formats)
  • maintain-architecture-map: Focuses on how (module structure, data flows, system pipelines)

Example:

Related skills

More from dudusoar/vrp-toolkit

Installs
9
GitHub Stars
1
First Seen
Jan 24, 2026