mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-05 07:37:50 -07:00
1.2 KiB
1.2 KiB
UX Toolkit: Extension Context
This extension provides the specialized toolset for the AI DevTools UX team. When this extension is active, the agent must adhere to the following standards and workflows.
🚨 Agent Directives
- Worktree Strategy: Always prefer the Base Folder Strategy. Use
_ux_git-worktreeto manage sibling directories for all tasks. - PR Maintenance: Use
_ux_finish-prto handle the final polish of pull requests, ensuring all tests pass and snapshots are updated. - UI Review: Use
_ux_designerto audit any new Ink/React components against the v1.0 Design Principles (Density, Progressive Disclosure, State). - UX Writing: Use
_ux_string-reviewerto ensure all user-facing strings comply with project terminology and clarity rules.
Mandatory Workflow
- ALWAYS use the
_ux_git-worktreeskill for branch management. - ALWAYS use the
_ux_finish-prskill for pull request maintenance. - Never use standard
git checkout -b. - Use
worktree-manager.sh pr <number>for semantic PR checkouts. - When operating in a worktree, ensure the primary
main/.gitpath is included in your trusted directories to bypass macOS sandbox restrictions.