Skills & Workflow Authoring
Skills are the foundation of institutional knowledge in Aigenzey Cowork. When a team member creates a high-performing prompt workflow or perfects an operating procedure, that workflow can be saved into a reusable, version-controlled Skill that any team member can execute with guaranteed consistency.
What are Skills?
In Aigenzey Cowork, a Skill is a packaged, repeatable business playbook comprising:
- Intent Triggers: Natural language patterns that help the agent identify exactly when and how to apply the skill.
- Execution Guidelines: Step-by-step business logic, validation criteria, and edge-case instructions guiding the agent's actions.
- Connected Tools: Required workplace connectors (e.g. Zendesk, Salesforce, Stripe, Slack) necessary to carry out the workflow.
- Input Parameters: Custom inputs (such as date ranges, customer identifiers, or revenue thresholds) that the agent prompts for or detects automatically from conversation context.
Intelligent On-Demand Discovery
Unlike traditional systems that overwhelm language models with static prompt templates, Aigenzey Cowork uses adaptive on-demand discovery:
- Semantic Intent Matching: When you enter a prompt, Cowork instantly matches your intent against your organization's skill library using advanced semantic search.
- Context-Aware Attachment: Relevant skills are activated on the fly only when needed for the active task.
- Autonomous Intent Validation: The agent verifies that the selected skill matches your goal before execution, ensuring high precision and preventing unintended actions.
On-demand discovery ensures that whether your company has 5 skills or 5,000 skills, the agent remains lightning-fast, highly focused, and free of context clutter.
Authoring Methods
Cowork makes it easy for anyone—from non-technical business leaders to software engineers—to build and maintain skills:
1. 1-Click Save from Chat
After the agent completes a multi-step task successfully in chat, simply click Save as Skill. Cowork analyzes the conversation, extracts the successful steps and tool interactions, and automatically generates a structured skill draft.
2. Guided Skill Builder (Interview Mode)
Navigate to Skills Library → New Skill → Guided Builder. The interactive assistant asks you a few simple questions:
- What business goal should this skill achieve?
- Which tools (e.g. HubSpot, Jira, Google Sheets) should it interact with?
- What inputs should the user provide, and what deliverable should be produced?
- Are there specific corporate guidelines or approval criteria to enforce?
3. Visual Playbook Editor
Power users can refine skill instructions, input parameters, and tool declarations directly in the visual editor with real-time validation and previewing.
Anatomy of a Skill Playbook
Here is an example of how a standard business skill is structured:
# Skill: Customer Churn Risk Auditor
Description: Reviews escalated support tickets, inspects customer billing status, and produces an executive churn brief.
Connectors: Zendesk, Stripe, Slack
Inputs:
- timeframe_days: Trailing days to audit (Default: 14)
- min_mrr_threshold: Minimum monthly recurring revenue threshold (Default: $1,000)
## Workflow Steps:
1. Scan Zendesk for tickets marked 'Urgent' or tagged 'Escalation' within the specified timeframe.
2. Cross-reference customer billing accounts in Stripe to evaluate current MRR.
3. Compute a risk score based on escalation severity and account value.
4. Compile an executive summary table and draft a Slack alert for team review.Governance, Departments & Scoping
Every skill is assigned a clear access scope to safeguard sensitive operations:
| Scope | Audience & Visibility | Typical Applications |
|---|---|---|
| Personal | Only the individual creator. | Personal daily routines, personal email templates, individual productivity shortcuts. |
| Department | Members assigned to specific departments (e.g. Finance, Engineering). | Departmental workflows, financial audit playbooks, sprint velocity briefings. |
| Organization | All members across the company workspace. | Company-wide policies, IT onboarding assistance, corporate brand compliance reviews. |
Repeatability & Versioning
To ensure business compliance and reliability across teams:
- Version Tracking: Every edit creates a tracked version, allowing you to trace changes over time.
- Automated Validation: Before a skill is published, Cowork validates all required tool permissions and parameter requirements.
- Instant Rollback: Administrators can revert to any prior version instantly from the version history tab.
Sharing & Organization Library
Scale operational excellence across your organization:
- Department Publishing: Publish vetted skills to your department or company library with 1 click.
- Sandbox Testing: Test skills in a safe sandbox simulation before sharing them with your broader team.
- Team Collaboration: Clone and adapt existing team skills to customize them for new projects or use cases.