From architect
Extract ubiquitous language, actor-role-permission matrix, and domain-code mapping. /architect:analyze [target_path] to invoke. Requires investigate output as a prerequisite.
How this skill is triggered — by the user, by Claude, or both
Slash command
/architect:analyzeopusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structure the domain knowledge of the target system and generate the following four analysis documents:
Structure the domain knowledge of the target system and generate the following four analysis documents:
| File | Required/Recommended | Source |
|---|---|---|
| reports/before/{project}/ | Required | /architect:investigate |
find_symbol, find_referencing_symbols (preferred)| File | Content |
|---|---|
reports/01_analysis/system-overview.md | Business context, feature list |
reports/01_analysis/ubiquitous-language.md | Domain term dictionary |
reports/01_analysis/actors-roles-permissions.md | Actor, role, and permission matrix |
reports/01_analysis/domain-code-mapping.md | Domain-code correspondence table |
Write all reports in the language configured in work/pipeline-progress.json (options.output_language).
| Skill | Relationship |
|---|---|
| /architect:investigate | Upstream (input source) |
| /architect:evaluate-mmi | Downstream |
| /architect:evaluate-ddd | Downstream |
| /architect:analyze-data-model | Downstream |
npx claudepluginhub wfukatsu/nexus-architect --plugin scalardbGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.