Trabajo
Deconstructing Agent Skill Architecture & Execution Paths
Step-by-step methodology to map out prerequisites, branching logic, side effects, and deliverables of any agent skill.
Usar este prompt
# Deconstructing Agent Skill Architecture & Execution Paths
## Objective
Perform a complete structural teardown of a target Agent Skill to understand its operational lifecycle, dependencies, failure modes, and artifacts.
---
## Analysis Framework:
1. **Prerequisites & Tool Requirements:** What environment variables, CLI utilities, and API keys must exist before invocation?
2. **Input Parameter Specification:** What inputs are required vs. optional, and how are edge-case values sanitized?
3. **Execution State Machine:** Diagram the progressive phases, decision branches, and gating checks.
4. **Side Effects & Artifacts:** What files are created, modified, or deleted? What network requests are sent?
5. **Safety & Risk Classification:** Does this skill execute modifying actions requiring user confirmation?
Todavía no hay comentarios. Añade la primera nota útil.