Zeoel dispatch
Guidelines for Phase 3 Execution. Dispatches sub-agents for specialized tasks, enforces strict Red-Green-Refactor TDD, updates progress files, and handles recovery protocols.From its SKILL.md
npx -y skills add goharabbas321/zeoel --skill zeoel-dispatchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.2 KB, 497 tokens by cl100k_base, as published. Nobody here has run it
Zeoel Dispatch & Execution Skill (Phase 3)
This skill governs Phase 3: Execution.
Red-Green-Refactor TDD Workflow
Sub-agents must strictly follow Test-Driven Development (TDD) for all tasks containing application code:
- Red Phase: Write the failing test first, referencing the specifications.
- Green Phase: Write the minimal application code in
frontend/orbackend/to make the test pass. - Refactor Phase: Clean up, deduplicate, and document the code.
Post-Task Checkpoint
After completing a task:
-
Update
docs/sprint-N/progress.mdwith:- Status:
✅ Done - Test files: list of created test files
- Timestamp
[!IMPORTANT] Strict Task Matching Guard: When editing
progress.md, you MUST target only the specific row matching the current task's unique ID/Number (e.g.,Task K). NEVER use a global or generic search-and-replace on the agent's name (e.g. matching all lines containingzaraormahdi), as this will accidentally mark future or combined tasks (e.g.zara + mahdi) as completed prematurely. Ensure only the single, specific task row is modified. - Status:
-
Run
/graphify . --updateto update the codebase semantic relationship graph. -
Update
docs/sprint-N/deferred.mdif any scope was deferred. -
Update relevant sections of
PROJECT_BRIEF.mddirectly (such as Database Schema, API Specification, UI Layout Map) to reflect the exact implementation details. -
Append a message describing the completed task, code note findings, new API routes/endpoints, database schema changes, and important design details to the
## Centralized Agent Messaging & Findings Logsection at the end ofPROJECT_BRIEF.md. This log serves as the shared message board for the CEO and sub-agents. Format your entry as follows:#### [Agent Name/Role] Findings - Task K [Timestamp] - **Task**: [Task name / description] - **Changes/Findings**: [Brief summary of the changes and findings] - **Dependency/Messaging Alert**: [Important notes for next tasks or dependent agents]
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.