agent-workflow-guidelines
Installation
SKILL.md
Agent Workflow Guidelines
Overview
Essential workflow guidelines to ensure efficient and reliable task execution. Follow these guidelines at the start of every task.
High Priority Guidelines
1. Mandatory Skill Discovery
MANDATORY WORKFLOW - Do not skip:
- Read task file (tasks/next_task.md)
- Read progress file (tasks/progress.txt)
- Call
search_skills("")to list ALL available skills - Load relevant skills before starting implementation
- Only then proceed with task work
This is a blocking requirement - the orchestrator will verify skill discovery was performed.