26 lines
978 B
Markdown
26 lines
978 B
Markdown
---
|
|
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]
|