AgentStack
SKILL verified MIT Self-run

Architecture Deepening Review

skill-markoblogo-abvx-agent-skills-architecture-deepening-review · by markoblogo

Review a codebase for architecture deepening opportunities: shallow modules, weak seams, scattered domain logic, low testability, high coupling, and AI-navigability friction. Use when the user asks for architecture improvement, refactoring opportunities, modularity, test seams, or maintainability review.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-markoblogo-abvx-agent-skills-architecture-deepening-review

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Architecture Deepening Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Architecture Deepening Review

Find refactors that increase leverage and locality. A deeper module hides meaningful behavior behind a smaller, clearer interface.

Vocabulary

  • Module: code with an interface and implementation.
  • Interface: everything callers must know, including types, invariants, errors, ordering, config, and side effects.
  • Seam: place where behavior can vary without editing callers.
  • Adapter: concrete implementation behind a seam.
  • Depth: useful behavior hidden behind a small interface.
  • Locality: related behavior and knowledge concentrated in one place.

Review Workflow

  1. Read the nearest README, architecture docs, domain glossary, ADRs, and tests when present.
  2. Map the user-facing or domain workflow before judging structure.
  3. Look for friction:
  • understanding one concept requires bouncing across many files;
  • modules pass through data with little leverage;
  • tests exist only around extracted fragments, not real behavior;
  • domain rules are duplicated across callers;
  • adapters exist in theory but only one implementation exists;
  • hidden coupling crosses package or component boundaries;
  • naming does not match domain language.
  1. Apply the deletion test: if removing a module only moves complexity into callers, it may be shallow. If removing it spreads domain complexity everywhere, it is probably earning its keep.
  2. Rank candidates by payoff, risk, and confidence.

Candidate Format

For each candidate:

  • files/modules;
  • current friction;
  • proposed deeper module or seam;
  • expected locality and leverage gain;
  • testability improvement;
  • risks and migration path;
  • recommendation strength: strong, worth exploring, or speculative.

Do not implement broad refactors without user confirmation. For implementation, carve one vertical slice and preserve behavior with tests.

Optional HTML Report

When the user asks for a shareable architecture review, executive-readable report, or visual artifact, do not inline a long prose dump. Route the findings into html-diagram-artifact or html-brief-artifact after the candidate list is stable. The HTML artifact should stay evidence-backed: files/modules, friction, proposed seam, benefit, risk, and first slice.

Final Report

End with the top recommendation, the smallest first step, and what evidence would change the recommendation.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.