@aiagenta2z/agtm 1.0.5 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,42 @@
1
+ {
2
+ "software-engineering": {
3
+ "Google": [
4
+ {
5
+ "level": "L3",
6
+ "title": "Software Engineer II",
7
+ "description": "Entry-level engineer. Delivers well-scoped tasks with guidance. Learning codebase, tools, and best practices.",
8
+ "signals": ["task execution", "learning velocity", "code quality basics"]
9
+ },
10
+ {
11
+ "level": "L4",
12
+ "title": "Software Engineer III",
13
+ "description": "Independent contributor. Owns small features end-to-end. Writes maintainable code and participates in design discussions.",
14
+ "signals": ["ownership", "code quality", "debugging ability"]
15
+ },
16
+ {
17
+ "level": "L5",
18
+ "title": "Senior Software Engineer",
19
+ "description": "Leads projects and drives design decisions. Mentors others and improves system quality.",
20
+ "signals": ["technical leadership", "system design", "mentorship"]
21
+ },
22
+ {
23
+ "level": "L6",
24
+ "title": "Staff Software Engineer",
25
+ "description": "Owns large systems or cross-team initiatives. Sets technical direction and influences multiple teams.",
26
+ "signals": ["architecture", "cross-team impact", "scalability thinking"]
27
+ },
28
+ {
29
+ "level": "L7",
30
+ "title": "Senior Staff Software Engineer",
31
+ "description": "Drives org-level technical strategy. Solves ambiguous, high-impact problems.",
32
+ "signals": ["org influence", "complex problem solving", "long-term vision"]
33
+ },
34
+ {
35
+ "level": "L8",
36
+ "title": "Principal Engineer",
37
+ "description": "Company-wide impact. Defines technical standards and long-term architecture.",
38
+ "signals": ["company impact", "vision", "industry-level thinking"]
39
+ }
40
+ ]
41
+ }
42
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "software-engineering": {
3
+ "Meta": [
4
+ {
5
+ "level": "E3",
6
+ "title": "Software Engineer",
7
+ "description": "Entry-level engineer. Contributes to small tasks with guidance and learns systems quickly.",
8
+ "signals": ["execution", "learning", "basic debugging"]
9
+ },
10
+ {
11
+ "level": "E4",
12
+ "title": "Software Engineer",
13
+ "description": "Delivers features independently. Writes reliable, maintainable code.",
14
+ "signals": ["ownership", "feature delivery", "code reliability"]
15
+ },
16
+ {
17
+ "level": "E5",
18
+ "title": "Senior Software Engineer",
19
+ "description": "Leads medium-to-large projects. Improves system performance and mentors others.",
20
+ "signals": ["project leadership", "impact", "mentorship"]
21
+ },
22
+ {
23
+ "level": "E6",
24
+ "title": "Staff Software Engineer",
25
+ "description": "Leads large initiatives across teams. Defines system architecture.",
26
+ "signals": ["cross-team leadership", "architecture", "execution at scale"]
27
+ },
28
+ {
29
+ "level": "E7",
30
+ "title": "Senior Staff Software Engineer",
31
+ "description": "Drives technical direction across an organization.",
32
+ "signals": ["org-level influence", "strategy", "complex systems"]
33
+ },
34
+ {
35
+ "level": "E8",
36
+ "title": "Principal Engineer",
37
+ "description": "Company-level technical leadership and long-term vision.",
38
+ "signals": ["company impact", "vision", "innovation"]
39
+ }
40
+ ]
41
+ }
42
+ }