backlog-update
Reminder to update backlog.org before commits or when finishing significant work. Use before committing changes, after completing implementation from plan mode, or when wrapping up a work session. This skill ensures the project's task tracking in backlog.org stays current with actual progress. Trigger when about to commit, exiting plan mode, or when user says "done", "let's commit", "wrap up", or similar.
What this skill does
# Backlog Update Reminder This skill reminds you to update backlog.org before commits or when finishing significant work. The backlog should reflect reality BEFORE the commit is made. ## Prerequisites **Before triggering, check that `backlog.org` exists in the project root.** If `backlog.org` does not exist, do NOT trigger this skill. The project hasn't been set up with the backlog system yet. Silently skip - don't suggest setup or explain why the skill isn't running. Just proceed with the commit normally. ## When to Offer This Workflow **Trigger conditions (only if `backlog.org` exists):** - About to run `git commit` or create a commit - Exiting plan mode after completing implementation - User says "done", "finished", "let's commit", "wrap up" - Completing a significant piece of work **Initial check:** Before proceeding with the commit, read backlog.org's Current WIP section to see what's in Active. ## Workflow ### 1. Check Active Tasks Read the `* Current WIP` > `** Active` section in backlog.org. Look for tasks related to the work just completed. ### 2. Update Progress Notes If work relates to an Active task, add progress notes under that task: ```org *** TODO [PROJECT-NNN-XX] Task title :PROPERTIES: :DESIGN: [[file:...][...]] :END: Previous notes... [YYYY-MM-DD] What was done, what remains. ``` ### 3. Assess Task Status After adding notes, consider: - **Still in progress?** Leave as TODO/WIP, notes are sufficient - **Blocked?** Suggest running `/task-hold <id> <reason>` - **Complete?** Suggest running `/task-complete <id> [version]` Do NOT mark complete automatically - that's an explicit user action via `/task-complete`. ### 4. Check CHANGELOG.md If significant user-facing changes were made: - Read `CHANGELOG.md` if it exists - Check if the change is already documented under `## [Unreleased]` - If not, suggest adding an entry: - **Added** - New features - **Changed** - Changes to existing functionality - **Fixed** - Bug fixes - **Removed** - Removed features ### 5. Check Design Doc Status If the work relates to an Active task with a `:DESIGN:` link: 1. Follow the `:DESIGN:` link to the source design doc 2. Check the `#+STATUS:` of that document 3. Scan its `* Tasks` section for remaining `** TODO` or `** WIP` entries 4. If all tasks are `** DONE`: - Prompt: "All tasks in [doc name] are complete. Update `#+STATUS:` to Complete?" - If yes, update the design doc and `docs/design/README.org` index This catches completed design docs even when `/task-complete` wasn't used formally. ### 7. Update Handoff Notes If stopping work mid-task: - Update `:HANDOFF:` property with context for next session - Include: what was tried, where stuck, what to try next ### 8. Then Commit Only after backlog.org and CHANGELOG.md are updated, proceed with the commit. ## Related Commands | Command | When to suggest | |---------|-----------------| | `/task-complete <id>` | Task is fully done | | `/task-hold <id> <reason>` | Task is blocked | | `/task-queue <id>` | Need to add a task to Active | ## Example ``` User: "Let's commit these changes" Claude: "Before committing, let me check backlog.org... I see [DAB-001-01] is in Active. We just implemented the directory structure. Should I: 1. Add progress notes (still more to do) 2. Mark complete with /task-complete DAB-001-01 3. Proceed without updating (unrelated work)" ```
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.