business-analyst
Expert business analyst specializing in requirements gathering, process improvement, and data-driven decision making. Masters stakeholder ma
Open source Repository Open in the app JSON README (API)
About
Expert business analyst specializing in requirements gathering, process improvement, and data-driven decision making. Masters stakeholder management, business process modeling, and solution design wit
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- zenobi-us
- Origin
- majiayu
- Category
- ferramentas
- Stars
- 21
- Forks
- 6
- Last push
- 2026-09-05T03:18:53Z
- Repository state
- ativo
- Language
- TypeScript
- License
- MIT
- Added
- 2026-09-02 18:10:37
- Updated
- 2026-09-02 18:10:37
- Origin id
zenobi-us/dotfiles/ai/files/skills/experts/business-product/business-analyst@main
README
# My DotFiles  - zsh - powershell ## Install ### Linux and macOS ```bash curl https://mise.run | sh git clone git@github.com:zenobi-us/dotfiles.git ~/Projects/dotfiles cd ~/Projects/dotfiles ./install.bash ``` ### Windows Open PowerShell as administrator. ```powershell Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux,VirtualMachinePlatform -All -NoRestart ``` Restart Windows. Then run: ```powershell git clone git@github.com:zenobi-us/dotfiles.git $HOME\Projects\dotfiles cd $HOME\Projects\dotfiles .\install.ps1 ``` ## Usage Apply the full machine setup: ```bash mise bootstrap --yes ``` Apply one bootstrap phase: ```bash mise bootstrap --only dotfiles --yes mise bootstrap --only tools --yes mise bootstrap --only task --yes ``` Check state without changing the machine: ```bash mise bootstrap status mise bootstrap status --missing mise bootstrap --dry-run ``` Use the legacy wrapper only as a shortcut: ```bash ./apply.sh ./apply.sh --only dotfiles ``` ## Layout | Path | Purpose | | --- | --- | | `mise.toml` | Common tools, bootstrap tasks, and shared dotfiles | | `mise.linux.toml` | Linux packages, dotfiles, and systemd user units | | `mise.wsl2.toml` | WSL2-only systemd user units. Loads only when `MISE_ENV=wsl2` (set by `shells/files/zsh/modules/wsl__env.zsh`) | | `mise.macos.toml` | macOS packages and dotfiles | | `mise.windows.toml` | Windows dotfiles and setup tasks | | `devtools/files/mise/tasks/` | File tasks for mise | | `*/files/` | Managed dotfile sources | ## Notes `mise bootstrap` replaces the old Comtrya manifests. Windows package setup still runs through `tasks.bootstrap:windows`. Mise does not have native `winget` or `scoop` bootstrap managers yet.