# Archi Advice

> Produce architecture improvement advice from architecture evidence and source inspection.

- Skill: `seemseam/archi-advice` (Agent Skill)
- Install (CLI): `npx skillmds@latest add seemseam/archi-advice`
- Raw SKILL.md: https://api.skillmd.com/api/skills/seemseam/archi-advice/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: seemseam (https://skillmd.com/u/seemseam)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/seemseam/archi-advice

---


# Archi Advice

Use this skill to turn architecture evidence into an actionable improvement
plan.

## Workflow

1. Establish a full-project baseline unless a fresh baseline already exists and
   is clearly relevant.
2. If active changes matter, also inspect change-scoped architecture evidence.
3. Use `archi-evidence-map` when selecting optional tools or when Architec is
   unavailable.
4. Use vendored `improve-codebase-architecture` when advice should identify
   deepening opportunities or compare interface shapes.
5. Use vendored `receiving-code-review` when advice is based on external
   review feedback that needs verification before action.
6. Use focused method skills when advice depends on topology, boundaries,
   fitness functions, decision drift, change impact, or distributed systems.
7. Read the human summary before raw structured output when tool artifacts
   exist.
8. Inspect relevant source files directly before recommending changes.
9. Convert findings into phased work.

## Output

```text
Current Position
- baseline score:
- current reading:

Immediate
- ...

Next
- ...

Later
- ...

Validation
- ...
```

Advice must be grounded in evidence. Do not produce a roadmap from diff context
alone when the user is asking about long-term architecture. If no tool evidence
exists, ground the roadmap in source inspection, module docs, tests, and
explicit residual risk.

