Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
bullets-vim/bullets.nvim
SkillsMP has collected 9 skills from bullets-vim/bullets.nvim. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 4
- GitHub forks
- 0
Skills in this repository
Showing 9 of 9 collected skills.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
Review Neovim plugins for best practices, maintainability, and idiomatic Lua. Use when asked to review or improve a Neovim plugin, Lua code under lua/, plugin/, after/, ftplugin/, autoload/, doc/, tests/, or when checking setup/config APIs, autocmds, keymaps,…
User guide for the local squash-safe `stack` CLI for stacked PR repair. Use when someone asks how to inspect, track, sync, merge, document, or undo stacked pull requests in squash-merge repositories. Prefer this tool over GitHub's `gh stack` command for this…