Thrunt-god thrunt-remove-phase
Remove a future phase from huntmap and renumber subsequent phases
install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-remove-phase" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-remove-phase && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-remove-phase/SKILL.mdsource content
<objective>
Remove an unstarted future phase from the huntmap and renumber all subsequent phases to maintain a clean, linear sequence.
Purpose: Clean removal of work you've decided not to do, without polluting context with cancelled/deferred markers. Output: Phase deleted, all subsequent phases renumbered, git commit as historical record. </objective>
<execution_context> @.github/thrunt-god/workflows/remove-phase.md </execution_context>
<context> Phase: $ARGUMENTSHuntmap and state are resolved in-workflow via
init phase-op and targeted reads.
</context>
<process>
Execute the remove-phase workflow from @.github/thrunt-god/workflows/remove-phase.md end-to-end.
Preserve all validation gates (future phase check, work check), renumbering logic, and commit.
</process>