pre-flight-check
Installation
SKILL.md
Pre-Flight Check Skill
Before writing code, run through these checklists to validate your approach and catch potential issues early.
⚠️ MANDATORY: Git Workflow Check (DO THIS FIRST)
For the full session workflow, see
.claude/AGENTS.md.
STOP! Before ANY code changes, complete this checklist:
1. Issue Check
# What issue are you working on?
bd show <issue-id>
# If no issue exists, create one first:
bd create --title="..." --type=feature|bug|task --priority=2
- Issue exists and is claimed (
bd update <id> --status=in_progress)