Internal: retire the status-workflow skills - #4078
Merged
Merged
Conversation
Contributor
🧠 Redis MemoryFound 5 related items from repository history (5 new this commit):
Memory updated at d86f2ea |
dwdougherty
approved these changes
Sep 22, 2026
EliShteinman
added a commit
to EliShteinman/docs
that referenced
this pull request
Sep 23, 2026
Removes the status-workflow skills (standup, checkpoint, startwork) from .claude/skills. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove /checkpoint, /standup, /startwork and the status-workflow
templates, added in #3692.
They were built around a local markdown hub — an OVERVIEW file plus one
plan file per project — that the skills read and wrote as the record of
current work. That design was the flaw: it duplicated state Jira
already held, so the two drifted, and most of the machinery in the
skills existed to reconcile a copy that had no reason to exist.
Jira is the source of truth now. I have rewritten these three locally
against that model — they read the live ticket, the branch, and the PR,
and keep no local record. The copies here are the July 27 originals, so
they still instruct an agent to read and write a hub that has been
retired.
No other file in the repo references them, and no remaining skill
depends on them.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com
Note
Low Risk
Documentation-only removal of unused Claude skill definitions; no runtime, auth, or published docs behavior changes.
Overview
Removes the internal Claude skills
/checkpoint,/standup, and/startwork, plus thestatus-workflowshared docs (README,OVERVIEW.template.md, andexample-project.mdplan template) that were added in #3692.Those skills assumed a private
~/claude-overview/markdown hub (OVERVIEW + per-project plans) as the working record, with heavy logic to reconcile that copy against Jira, GitHub, calendar, and Slack. That hub model is retired in favor of Jira as source of truth; the author keeps rewritten local versions that read live tickets, branches, and PRs only.Nothing else in the repo referenced these paths, so this is a straight deletion with no follow-up wiring changes.
Reviewed by Cursor Bugbot for commit d86f2ea. Bugbot is set up for automated code reviews on this repo. Configure here.