mirror of
https://github.com/dtzp555-max/openclaw-agent-workflow.git
synced 2026-07-21 21:15:11 +00:00
feat: initial agent-workflow skill (v1.0.0)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "openclaw-agent-workflow",
|
||||
"version": "1.0.0",
|
||||
"description": "Lightweight JIRA-like workflow for multi-step agent tasks. Prevents silent failures and status opacity by enforcing state transitions, evidence rules, timeout handling, and structured reporting protocols.",
|
||||
"skill_file": "SKILL.md",
|
||||
"author": "OpenClaw",
|
||||
"tags": ["workflow", "task-tracking", "agent-coordination", "multi-step", "reliability"],
|
||||
"state_file": "CURRENT_STATE.md",
|
||||
"states": [
|
||||
"planned",
|
||||
"dispatching",
|
||||
"in_progress",
|
||||
"blocked",
|
||||
"reviewing",
|
||||
"done",
|
||||
"launch_failure"
|
||||
],
|
||||
"timeout_minutes": {
|
||||
"dispatch_to_accepted": 10,
|
||||
"in_progress_silence": 10,
|
||||
"blocked_stale": 30
|
||||
},
|
||||
"report_types": ["accepted", "milestone", "blocked", "done"],
|
||||
"examples": [
|
||||
"examples/task-tracking-example.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user