How this skill is triggered — by the user, by Claude, or both
Slash command
/hekate:hekate-agent-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```text
create epic: Build authentication system
This stores the epic and tasks in SQLite, then makes pending work available for Redis-backed claiming and dispatch.
SessionStart loads task context from SQLite.PreToolUse resolves the provider and refreshes the Redis heartbeat.PostToolUse can claim more pending work and detect completion after commits../scripts/hekate-dashboard.py
./scripts/hekate-analyze.py
redis-cli keys "task:*:claim"
redis-cli keys "agent:*:heartbeat"
npx claudepluginhub spideynolove/hekateOrchestrates multi-step workflows using Claude Code's native Task system (TaskCreate, TaskUpdate, TaskGet, TaskList) for lifecycle management, parallel execution, crash recovery, and progress visibility. Use for 3+ step workflows with dependencies.
Framework for long-running, multi-session autonomous agent tasks with progress checkpointing, failure recovery, and task dependency management. Maintains append-only progress logs and checkpoint files for recovery across context window resets.