adding skills / agents / other to config
This commit is contained in:
25
ai/skills/workflow_management/SKILL.md
Normal file
25
ai/skills/workflow_management/SKILL.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: workflow-management
|
||||
description: Specialized skill for creating, updating, and validating workflow documents in the Gemini Workflow Framework.
|
||||
---
|
||||
|
||||
# Workflow Management Skill
|
||||
|
||||
This skill allows Gemini to efficiently manage the lifecycle of project workflows.
|
||||
|
||||
## Functions
|
||||
|
||||
1. **Workflow Creation**: Propose new workflows using the standardized format (Objective, Action Items, Verification).
|
||||
2. **Step Mapping**: Automatically map high-level project goals to discrete, verifiable workflow steps.
|
||||
3. **Public Audit**: For each step, identify and link to the relevant public documentation (e.g., GitHub, MDN, public API docs).
|
||||
4. **Consistency Check**: Ensure that all action items align with the "Public Constraint Protocol" in `GEMINI.md`.
|
||||
|
||||
## Standard Workflow Format
|
||||
|
||||
### Workflow: [Name]
|
||||
|
||||
#### Step [X]: [Objective Summary]
|
||||
- **Goal**: [Detailed goal]
|
||||
- **Action Items**:
|
||||
- [ ] [Specific task]
|
||||
- **Verification**: [Public-domain method to verify success]
|
||||
Reference in New Issue
Block a user