Agent skill
commerce-autonomous-runbook
Runbook for operating the StateSet autonomous engine. Use for incident response, stuck jobs, approval backlogs, or autonomous operations with `stateset-autonomous`.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-autonomous-runbook
SKILL.md
Commerce Autonomous Runbook
Operational runbook for running and troubleshooting the autonomous engine.
How It Works
- Start the autonomous engine with the correct database and store path.
- Verify scheduler, workflows, policies, approvals, and webhooks are enabled.
- Monitor job runs and workflow instances.
- Handle approvals or disable subsystems if needed.
Usage
Use this runbook when:
- The autonomous engine fails to start.
- Jobs or workflows are stuck.
- Approval queues are growing.
- You need to disable scheduling or webhooks.
Output
{"status":"running","scheduler":"enabled","approvals":0}
Present Results to User
- Current engine status and enabled subsystems.
- Jobs or workflows affected.
- Remediation steps executed.
Troubleshooting
- DB path invalid: confirm
--dbpoints to a writable file. - Port conflict: change
--portor stop the conflicting service. - Approval backlog: pause jobs and clear approvals.
References
- references/runbook.md
- /home/dom/stateset-icommerce/cli/bin/stateset-autonomous.js
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?