What problem does it solve?
This skill provides a centralized library of ultrawork session, task, and context management scripts that standardize automation workflows and reduce repetitive setup.
Core Features & Use Cases
- Session data access: Retrieve full or field-specific session metadata to drive planning and verification.
- Task lifecycle automation: Create, update, and list tasks with evidence capture to enable deterministic work traces.
- Context management: Maintain exploration context across multiple explorers, improving coordination in multi-agent environments.
- Deterministic prompts: Use the scripts to generate consistent inputs for explorers, planners, workers, and verifiers.
- Quick customization: Leverage the {SCRIPTS_PATH} placeholder to plug in any local scripts path in prompts.
Quick Start
Use the ultrawork utility scripts to initialize a session, fetch session data, create tasks, and update task status. Example commands:
bun "{SCRIPTS_PATH/session-get.js" --session ${CLAUDE_SESSION_ID}
bun "{SCRIPTS_PATH/task-create.js" --session ${CLAUDE_SESSION_ID}
--id "1"
--subject "Sample task"
--criteria "Initial"