skill-execution-frameworklisted
Install: claude install-skill vaibhav-deveree/skill-awesome
# Universal Skill Execution Framework
## Purpose
This document defines how all skills within the Engineering Skills Repository are executed, orchestrated, validated, and reviewed.
This file acts as the runtime execution contract for all engineering skills.
It ensures:
* Consistency
* Predictability
* Cross-skill collaboration
* Quality enforcement
* Security compliance
* Reliability validation
Every task must follow this framework.
---
# Execution Hierarchy
All requests follow the same execution hierarchy.
```text id="zntk5e"
User Request
↓
Master Skill
↓
Engineering Principles
↓
Skill Discovery
↓
Skill Execution
↓
Cross Skill Validation
↓
Agent Review
↓
Final Review Board
↓
Final Output
```
No skill should execute independently.
---
# Step 1 – Request Analysis
The Master Skill is always executed first.
Responsibilities:
* Understand intent
* Understand project type
* Understand technology stack
* Understand scope
* Determine required skills
Questions:
1. What is the user trying to achieve?
2. Is this architecture work?
3. Is this development work?
4. Is this review work?
5. Is this deployment work?
6. Is this security work?
7. Is this testing work?
---
# Step 2 – Engineering Principles Loading
Mandatory.
Before any skill executes:
Load:
```text id="m4l7cu"
engineering-principles.md
```
These principles override all other skills.
Priority:
1. Simplicity
2. Security
3. Reliability
4. Mai