Install
$ agentstack add skill-wfukatsu-nexus-architect-investigate ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
System Investigation
Outcome
Gain a comprehensive understanding of the target system and generate the following four investigation reports:
- Technology Stack Analysis — Languages, frameworks, libraries, external services
- Codebase Structure — Directory layout, module structure, entry points
- Issues and Technical Debt — Problem identification and severity classification (CRITICAL/High/Medium/Low)
- DDD Readiness — Assessment of readiness for migration to domain-driven design
Judgment Criteria
- Prioritize deep-diving into areas where technical debt is most concentrated
- Especially flag coupling issues that hinder domain decomposition
- Evaluate DDD readiness based on evidence (not speculation); use the scoring formula from @rules/evaluation-frameworks.md — do not estimate the final score independently
- Record any security concerns found
Prerequisites
| File | Required/Recommended | Description | |------|---------------------|-------------| | target_path (argument) | Required | Path to the codebase under investigation |
Available Resources
- Serena MCP — AST analysis via
get_symbols_overview,find_symbol(preferred) - Glob/Grep — File pattern search, keyword search within code
- Read — Reading configuration files and dependency definition files
- Task(Explore) — Parallel investigation of large codebases
Execution
issues-and-debt.md — Counting Procedure
- Write all individual issues (
SEC-xx,DEBT-xx) in the body first - Count the written items by severity
- Fill the summary table with those counts
Anti-pattern: Writing the summary table before the body. The table counts will not match the actual body items.
ddd-readiness.md — Score Calculation Procedure
- Score all 12 criteria individually (1–5 each)
- After scoring, compute the total using the formula from @rules/evaluation-frameworks.md:
`` DDD Score = (0.30 × Strategic_Avg + 0.45 × Tactical_Avg + 0.25 × Architecture_Avg) / 5 × 100 ``
- Enter the computed value as the Weighted Score table total
- Use that value as the score in the Executive Summary
Anti-pattern: Writing the Executive Summary score first, then scoring individual criteria. The total will not match the table sum.
Output
Write output files immediately upon completing each section:
| File | Content | |------|---------| | reports/before/{project}/technology-stack.md | Technology stack inventory and assessment | | reports/before/{project}/codebase-structure.md | Directory and module structure | | reports/before/{project}/issues-and-debt.md | Technical debt and issues list | | reports/before/{project}/ddd-readiness.md | DDD readiness assessment |
All output files must include YAML frontmatter (title, schemaversion: 1, phase, skill, generatedat).
Write all reports in the language configured in work/pipeline-progress.json (options.output_language).
Completion
- All four output files have been written
- Verify numerical consistency:
ddd-readiness.md: Executive Summary score = sum of Weighted Score column in the table (not an independent estimate)issues-and-debt.md: summary table severity counts = actual number of SEC-xx / DEBT-xx items in the body
- Update investigate in pipeline-progress.json to "completed"
- Report a summary of findings and any unresolved concerns
Related Skills
| Skill | Relationship | |-------|-------------| | /architect:analyze | Downstream (uses these investigation results as input) | | /architect:investigate-security | Related (detailed security investigation) |
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.