chore(gilbreth): retire completed Elephant WBS tracking tree#57
Merged
Conversation
Final status bump for the Elephant initiative, the gilbreth-refactor story, and the gilbreth-wbs project node. Shipped as a discrete commit ahead of the WBS tracking-tree retirement, per `conventions.md`'s "Retiring a completed project" procedure.
The Elephant initiative shipped across PRs #45-49, #51-54, and #56 — all five stories (knowledge pack, conventions skill, capture skill, recall skill, gilbreth refactor) plus the Phase-3 /wbs-migrate helper. Initiative + descendants are all `status=completed`. Per `plugins/gilbreth/templates/wbs/conventions.md` "Retiring a completed project": once tracking files stop being coordination tools, they become noise for future agents querying the graph. This commit removes `wbs/gilbreth-wbs/` + `wbs/gilbreth-wbs.md` and moves the roadmap row to Done. Recoverable: every retired file is in git history (parent commit `3f5b9a0`). Spec/plan/brainstorm/reshape-audit notes are not lost, just no longer in the live graph.
3 tasks
germanamz
added a commit
that referenced
this pull request
May 24, 2026
…oml (#58) The wbs/gilbreth-wbs/ tracking tree was retired in #57; no live nodes in this workspace use the wbs-* types or wbs-workflow anymore, so the appended pack section (originally installed by `tusk pack add` against the pre-#54 wbs.toml, plus a duplicate banner from a re-add) is dead weight. Leaves tusk.toml minimal: just [workspace]. Any future WBS effort in this repo can re-run /wbs-bootstrap to install Elephant's core pack + the canonical wbs-workflow.
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.
Summary
gilbreth-refactorstory, and thewbs/gilbreth-wbsproject node asstatus=completed(commit3f5b9a0).git rm -r wbs/gilbreth-wbs/ wbs/gilbreth-wbs.md— removes the now-noise WBS coordination data from the live workspace graph (commit906ef81).docs/superpowers/gilbreth-wbs-roadmap.mdfrom "In progress" → "Done", with a footnote pointing readers at git history for the retired planning record.Per
plugins/gilbreth/templates/wbs/conventions.md's "Retiring a completed project" procedure (introduced in #50). Phase 3, Task 3.2 of the gilbreth refactor — closes out the Elephant initiative now that the Phase 3 migration helper (#56) has shipped.What ships, what doesn't
wbs/gilbreth-wbs/+ the project nodewbs/gilbreth-wbs.md. Parent commit3f5b9a0retains the full tree if anyone needs to retrieve a spec, plan, or reshape-audit note.gilbreth-wbsTusk pack section in this repo'stusk.toml, the plugin's skills/commands/templates, and the entire Elephant-initiative output (plugins/elephant/,plugins/gilbreth/updates from PRs chore(elephant): release 1.0.0 #45–49, feat(elephant): add capture skill #51–54, feat(gilbreth): add /wbs-migrate for the canonical-type migration #56). Only coordination data is removed.Verification
git diff --stat main..HEAD: 21 files changed, 2 insertions, 1995 deletions; all changes confined towbs/**+docs/superpowers/gilbreth-wbs-roadmap.md.tusk_query 'type=wbs-node status!=completed status!=archived'returns 0 nodes (every Elephant-tree node is in a terminal state).wbs/directory absent post-rm.tusk doctorworkflow-violation issues mentionwbs/superhuman-tusk-v1-migration/*only — that's stale index drift from PR chore(superhuman): retire completed tusk-v1 migration WBS tracking #35's earlier retirement, not caused by this PR. This retirement introduces zero new dangling references.Test plan
lint-commitspasses (Conventional Commits, scopegilbreth).lint-pr-titlepasses.git log -- wbs/gilbreth-wbs/on the merged commit's parent still shows the full tracking tree (recoverability check).