agents/skills/v8-workflow/SKILL.md
This skill defines the standard process for setting up and managing your development environment in V8.
Before starting any feature or bug fix, you MUST PROMPT the user to choose an isolation strategy:
Isolated Strategy (Recommended): Create a dedicated git worktree and branch. This prevents cross-contamination between tasks.
new_git_task.sh if accepted.Reuse Strategy: Work in the current directory and branch.
Issue Reset: If starting a new task without a worktree, always ask before resetting the git cl issue:
Once the branch is ready, ensure your local environment is configured for V8 development:
export PATH=$PATH:$HOME/depot_toolsout/x64.debug).