1---2name: system-mapping-23description: System Mapping4---56# System Mapping78Lightweight system mapping before deep implementation or refactor. Produces diagrams and narrative that clarify boundaries and dependencies.910## When to use1112- Onboarding to unfamiliar codebase or pipeline13- Planning integration between services14- Explaining credit/ML/data flows to stakeholders1516## When not to use1718- Formal ADR decision (use `architecture-decision-records`)19- Auto-generating code from diagram2021## Workflow22231. **Scope** — system boundary; actors; in/out of scope242. **Components** — services, stores, queues, humans, external APIs253. **Flows** — primary happy path; note sync vs async264. **Feedback** — loops, retries, batch vs realtime275. **Risks** — single points of failure, PII paths, manual steps286. **Diagram** — Mermaid or C4-style; keep readable in markdown2930## Diagram tips3132- Start context/container level; drill to component only where needed33- Label data classifications on flows with sensitive data34- Version diagram with date in doc title or footer3536## Output template3738```markdown39## System map: [name]40- **Purpose:**41- **Actors:**42- **Components:** (table: name, role, owner)43- **Primary flows:**44- **Diagram:** (mermaid block)45- **Open questions:**46```4748## Related skills4950- `architecture-decision-records` — record resulting decisions51- `doubt-driven-review` — challenge critical assumptions52- `internal-credit-train-lifecycle` — credit platform context (if available)5354*Clean-room system mapping workflow.*
Run npx skillmds@latest add charlieviettq/system-mapping-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
System Mapping It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
charlieviettq (@charlieviettq) published this skill. Their other Agent Skills are listed on their SkillMD profile.