re-structure-analysis
Installation
SKILL.md
Structure Analysis — Reverse Engineering Phase 1
Analyze the target codebase structure exhaustively. Identify ALL entry points, dependencies, modules, and components within the user-specified scope. Produce a structure map document and initialize manifest.json for pipeline chaining.
Three Principles
These principles are non-negotiable. Violating any principle invalidates the analysis.
1. Code is Truth
- Document what IS implemented, not what SHOULD be implemented
- If code appears buggy, document the behavior as-is and note it in the Question List
- Prioritize actual code over comments, variable names, or documentation
2. Traceability to Line
- Every finding MUST include a
file:linereference - If a line number cannot be determined, exclude the finding and note it in the Question List
- References without line numbers are considered hallucination