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

1. EXPLORE: Understand the problem
   - Use Task tool with explore agent for codebase search
Related skills
Installs
1
GitHub Stars
21
First Seen
Mar 21, 2026