AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Investigate

skill-wfukatsu-nexus-architect-investigate · by wfukatsu

|

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

Install

$ agentstack add skill-wfukatsu-nexus-architect-investigate

✓ 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-wfukatsu-nexus-architect-investigate)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Investigate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

System Investigation

Outcome

Gain a comprehensive understanding of the target system and generate the following four investigation reports:

  1. Technology Stack Analysis — Languages, frameworks, libraries, external services
  2. Codebase Structure — Directory layout, module structure, entry points
  3. Issues and Technical Debt — Problem identification and severity classification (CRITICAL/High/Medium/Low)
  4. 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

  1. Write all individual issues (SEC-xx, DEBT-xx) in the body first
  2. Count the written items by severity
  3. 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

  1. Score all 12 criteria individually (1–5 each)
  2. 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 ``

  1. Enter the computed value as the Weighted Score table total
  2. 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

  1. All four output files have been written
  2. 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
  1. Update investigate in pipeline-progress.json to "completed"
  2. 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.

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.