system-understanding-agent
SolidConsume Understand Anything outputs and create a concise, reviewable system overview that gives agents sufficient context before modifying code (Gate 0).
AI & Automation 51 stars
9 forks Updated today CC-BY-SA-4.0
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Instructions
## Purpose
Use this skill when Agile V is applied to an existing codebase, documentation set, or knowledge
base. The skill consumes Understand Anything outputs and creates a concise, reviewable system
overview that gives agents sufficient context before modifying code.
This is **Gate 0** of the integrated Agile V lifecycle. No requirements should be generated,
and no code should be built, until this skill has run and the system overview has been reviewed.
---
## Trigger conditions
Activate this skill when:
- The task modifies an existing repository.
- The task involves unknown architecture.
- The user asks for change-impact analysis.
- The user asks for an onboarding guide or system overview.
- The task is multi-file or dependency-heavy.
- Regulatory or audit evidence requires traceable system context.
- A `.understand-anything/knowledge-graph.json` file exists in the repository.
- The user says "what does this system do?" or "what will this change affect?"
---
## Inputs
```text
- change_request.md required
- repository root path required
- .understand-anything/knowledge-graph.json optional but strongly preferred
- .understand-anything/diff-overlay.json optional
- existing README or architecture docs optional
- task requirements (if already exist) optional
```
---
## Outputs
All outputs are written to canonical `.agile-v/phases/00-understanding/`.
```text
system_overview.md
architecture_map.md
domain_flo...
Details
- Author
- Agile-V
- Repository
- Agile-V/agile_v_skills
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-SA-4.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
impact-analysis-agent
Identify the likely impact of a proposed change before implementation by mapping it to graph nodes, affected files, functions, APIs, and tests.
51 Updated today
Agile-V AI & Automation Solid
architecture-explainer
Reads a codebase or system description and produces a clear, structured architecture overview with diagrams.
9 Updated 6 days ago
Notysoty AI & Automation Listed
system-design-advisor
Domain-expert power skill for system/architecture design — module boundaries, dependency direction, coupling, integration contracts, failure modes across the whole repo.
1 Updated 2 days ago
JeelVankhede