script-kit-agent-workflow
Installation
SKILL.md
Script Kit Agent Workflow
Mandatory workflow for all code changes. Do NOT ask users to test. Do NOT skip verification.
Quick-Start Checklist (Do First)
- Read CLAUDE.md before changing code
- Check
.hive/issues.jsonlfor tasks/context - TDD: write failing test → implement → refactor
- Update bead status when starting/completing work
- Include
correlation_idin all log entries/spans - UI changes: test via stdin JSON protocol (never CLI args)
- Before every commit:
cargo check && cargo clippy --all-targets -- -D warnings && cargo test