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)

  1. Read CLAUDE.md before changing code
  2. Check .hive/issues.jsonl for tasks/context
  3. TDD: write failing test → implement → refactor
  4. Update bead status when starting/completing work
  5. Include correlation_id in all log entries/spans
  6. UI changes: test via stdin JSON protocol (never CLI args)
  7. Before every commit: cargo check && cargo clippy --all-targets -- -D warnings && cargo test

The Fix-Verify Loop

Installs
1
GitHub Stars
21
First Seen
Mar 21, 2026
script-kit-agent-workflow — johnlindquist/script-kit-next