- 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
1.5 KiB
1.5 KiB
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
- W001: Untrack .beads/issues.jsonl to fix flake narHash mismatch (skills-ealm)
- Verification:
git statusshows .beads/issues.jsonl is gitignored, flake builds without narHash issues
- Verification:
Documentation
- W002: Sync orch skill documentation with CLI implementation (skills-q75m)
- Verification:
diff skills/orch/SKILL.mdmatches currentorch --helpoutput
- Verification:
Skill Deployment
-
W003: Add brave-search skill to deployment lists (skills-s5xl)
- Verification:
./bin/deploy-skill.sh brave-searchshows skill in lists OR add to claude.nix
- Verification:
-
W004: Add browser-tools skill to deployment lists (skills-wxbs)
- Verification:
ls skills/browser-tools/SKILL.mdexists and skill added to deployment
- Verification:
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