ai-automation-workflow
Installation
SKILL.md
AI automation workflow
Use this skill for agentic workflows, LLM features, prompts, tools, and MCP integration work.
Workflow
- Identify the automation boundary: prompt, command, skill, agent, MCP tool, or script.
- Prefer deterministic structure over vague prompting.
- Define input and output contracts.
- Keep prompts concise and role-specific.
- Avoid storing secrets in prompts, config, memory, or examples.
- Add examples or lightweight tests for workflow behavior when practical.