What problem does it solve? AI coding sessions often fail through poor planning, bloated context windows, unverified changes, and config-weakening shortcuts. This Skill provides a disciplined set of working patterns for Claude Code so tasks are planned, delegated, verified, and completed with minimal wasted context. ## Core Features & Use Cases - Workflow Orchestration: Guidance on when to use plan mode, how to delegate research and parallel analysis to subagents, and how to fix bugs autonomously without hand-holding. - Context Management: Strategic compaction at natural task boundaries, context budget awareness, and token estimation rules to keep sessions efficient. - Protective Hooks: Ready-to-paste .claude/settings.json hook configurations that block edits to linter/formatter/type configs and batch prettier/tsc runs at stop time. - Use Case: A developer starting a multi-step feature can apply these patterns to plan first, offload exploration to subagents, compact context before implementation, and verify the change with tests and cross-model review before shipping. ## Quick Start Apply the claude-workflow skill to structure this coding session with plan mode, subagent delegation, and verification before completion.