skills/docs/work/2026-01-25-quick-wins-batch.md
dan 80448bd612 docs(orch): sync SKILL.md with CLI implementation
- Remove undocumented features: --serial, --strategy, --synthesize, --allow-expensive
- Add actual CLI options: --enhance, --enhance-model, --image, --resume
- Fix default model for chat (flash, not gemini)
- Update work doc with completed W002
2026-01-25 12:44:40 -08:00

40 lines
1.5 KiB
Markdown

# Work: Quick Wins Batch
## Intent
Clear out standalone tasks that don't require deep design work.
## Approach
Execute each as an atomic unit. Most are small fixes or deployments.
## Checklist
### Infrastructure Fixes
- [x] **W001**: Untrack .beads/issues.jsonl to fix flake narHash mismatch (skills-ealm)
- Verification: `git status` shows .beads/issues.jsonl is gitignored, flake builds without narHash issues
### Documentation
- [x] **W002**: Sync orch skill documentation with CLI implementation (skills-q75m)
- Verification: `diff skills/orch/SKILL.md` matches current `orch --help` output
### Skill Deployment
- [x] **W003**: Add brave-search skill to deployment lists (skills-s5xl)
- Verification: `./bin/deploy-skill.sh brave-search` shows skill in lists OR add to claude.nix
- [x] **W004**: Add browser-tools skill to deployment lists (skills-wxbs)
- Verification: `ls skills/browser-tools/SKILL.md` exists and skill added to deployment
## Verification Evidence
- (2026-01-25) W001: Added issues.jsonl to .beads/.gitignore, ran `git rm --cached`, file still exists locally
- (2026-01-25) W002: Stripped undocumented features from SKILL.md (--serial, --strategy, --synthesize, --allow-expensive), added --enhance, --image, --resume
- (2026-01-25) W003: Added brave-search to claudeCodeSkills, openCodeSkills, codexSkills in dotfiles/home/claude.nix
- (2026-01-25) W004: Added browser-tools to all three skill lists in dotfiles/home/claude.nix
## Notes
- These are independent tasks, can be done in any order
- Each should close a beads issue on completion