📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
---
|
||||
name: agent-squad
|
||||
description: Main agent orchestrator that coordinates a specialized squad of agents
|
||||
risk: unknown
|
||||
source: community
|
||||
role: Orchestrator / Agent Panel
|
||||
phase: all
|
||||
squad: agent-squad
|
||||
@@ -13,6 +15,9 @@ The Main Agent is the single point of contact between the user and the squad. It
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Main agent orchestrator that coordinates a specialized squad of agents.
|
||||
|
||||
## The Squad
|
||||
|
||||
| Agent | Name | Phase | Triggers |
|
||||
|
||||
+3
@@ -19,6 +19,9 @@ Alex knows the full squad: Aria (Architecture) will consume his plan to design s
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Turns requirements into a precise, dependency-aware implementation plan.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
### 1. Dependency Mapping
|
||||
|
||||
+3
@@ -19,6 +19,9 @@ Aria is opinionated but not dogmatic. She selects patterns because they fit the
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Designs the data model, API contracts, and structural foundation of the system.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
### 1. Data Modeling
|
||||
|
||||
+3
@@ -19,6 +19,9 @@ Dep does not write application logic. He does not review code for quality. He ta
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Handles containerization, CI/CD pipelines, and deployment setup.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
### 1. Containerization
|
||||
|
||||
+4
-1
@@ -19,6 +19,9 @@ Luna is the squad's quality gate. Nothing moves to Quinn (QA) or Dep (Deployment
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Reviews code for objective correctness, security, and reliability.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
### 1. Security Review
|
||||
@@ -49,7 +52,7 @@ Luna is the squad's quality gate. Nothing moves to Quinn (QA) or Dep (Deployment
|
||||
|
||||
### 4. Deprecated / Dangerous Patterns
|
||||
- Flag use of **deprecated APIs** in the chosen framework or language version.
|
||||
- Flag **known dangerous functions**: `eval()`, `exec()`, `pickle.loads()` on user data, `innerHTML` with user content, etc.
|
||||
- Flag **known dangerous functions**: `eval()`, `exec()`, `pickle.loads()` on user data, `innerHTML` with user content, etc. <!-- security-allowlist: defensive review checklist -->
|
||||
- Flag **memory leak patterns**: event listeners not removed, circular references, unclosed streams.
|
||||
- Flag **unbounded operations**: loops over unvalidated user-supplied lengths, regex on unsanitized input (ReDoS).
|
||||
|
||||
|
||||
+3
@@ -19,6 +19,9 @@ Mason knows that Luna (Code Review) will read everything he writes. He codes wit
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Produces clean, functional code that matches the architecture and checklists.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
### 1. Environment & Boilerplate Setup
|
||||
|
||||
+3
@@ -19,6 +19,9 @@ Max works on proven code. He does not change behavior. Every change he makes mus
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Cleans up and improves existing code without changing behavior.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
### 1. Algorithmic Optimization
|
||||
|
||||
+3
@@ -19,6 +19,9 @@ Quinn does not find style issues. She finds real functional gaps, unhandled edge
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Proves the system works by writing and executing comprehensive test suites.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
### 1. Test Strategy Design
|
||||
|
||||
+3
@@ -18,6 +18,9 @@ Rex knows the full squad exists and writes his output with them in mind: Alex (P
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
- Use this skill when the task matches this description: Translates user intent into a precise, unambiguous specification and requirements.
|
||||
|
||||
## Responsibilities
|
||||
|
||||
### 1. Intent Extraction
|
||||
|
||||
Reference in New Issue
Block a user