This is the main entry point for Claude Code's structured development workflow. It routes you to the right tool (Claude Code for features, VS Code extension for quick fixes, Codex CLI for DevOps), then walks through a 10-step pipeline: orient to classify the task, spin up a worktree, optionally plan and review the plan, build with TDD, review the code, then ship. Hotfixes and one-sentence changes skip the planning steps. The invariants are strict (tests before implementation, review gates, worktree discipline) but copilot mode relaxes them into a menu you can pick from. It's opinionated infrastructure for teams that want repeatability without ad-hoc task handling, though the Step 0 through Step 9 ceremony will feel heavy if you just want to rename a function.
npx skills add https://github.com/camacho/ai-skills --skill task