Install
$ agentstack add skill-wfukatsu-nexus-architect-analyze-data-model ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
About
Data Model Analysis
Outcome
Perform a comprehensive analysis of the target system's data layer and generate the following:
- Data Model Analysis — Entities, relationships, domain rules, normalization status
- ER Diagram (Current State) — Current ER diagram in Mermaid erDiagram format
Judgment Criteria
- Cross-reference entity identification with domain terms
- When normalization deviations exist, determine whether they are intentional or problematic
- Evaluate the appropriateness of index design
- Verify the completeness of data integrity constraints (FK, UNIQUE, CHECK)
Prerequisites
| File | Required/Recommended | Source | |------|---------------------|--------| | reports/01_analysis/ | Recommended | /architect:analyze |
Output
| File | Content | |------|---------| | reports/01_analysis/data-model-analysis.md | Entity list, relationships, normalization assessment, index analysis | | reports/01_analysis/er-diagram-current.md | Mermaid ER diagram |
Write all reports in the language configured in work/pipeline-progress.json (options.output_language).
Completion
- Both output files have been written
- Report a summary of findings and any unresolved concerns
Related Skills
| Skill | Relationship | |-------|-------------| | /architect:analyze | Upstream (input source) | | /architect:redesign | Downstream | | /architect:design-scalardb | Downstream |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: wfukatsu
- Source: wfukatsu/nexus-architect
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.