thrunt-complete-milestone

thrunt-complete-milestone is a skill for Claude Code from backbay-labs/thrunt-god. It costs 16 tokens per session (1,126 once invoked), scanned A, original, MIT.

A milestone-closing workflow for archiving the work and preparing the project for its next version. A milestone is a defined delivery stage, and a Git tag marks the published version in the code history.

In plain words
What is it for?
Use it to archive a finished version, update the project mission, create a Git tag, and prepare the next milestone.
Why use it?
It keeps completed requirements and hunt maps as historical records and checks that the milestone audit has passed before closing it.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to archive a finished version, update the project mission, create a Git tag, and prepare the next milestone.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/backbay-labs/thrunt-god/thrunt-complete-milestone
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add backbay-labs/thrunt-god --skill thrunt-complete-milestone
Clone the repo
git clone --depth 1 https://github.com/backbay-labs/thrunt-god

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for thrunt-complete-milestone

README.md
[![agentmods](https://agentmods.dev/badge/skills/backbay-labs/thrunt-god/thrunt-complete-milestone/github.svg)](https://agentmods.dev/skills/backbay-labs/thrunt-god/thrunt-complete-milestone)
Your own site
<a href="https://agentmods.dev/skills/backbay-labs/thrunt-god/thrunt-complete-milestone"><img src="https://agentmods.dev/badge/skills/backbay-labs/thrunt-god/thrunt-complete-milestone/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for thrunt-complete-milestone

Your own site · 80×15
<a href="https://agentmods.dev/skills/backbay-labs/thrunt-god/thrunt-complete-milestone"><img src="https://agentmods.dev/badge/skills/backbay-labs/thrunt-god/thrunt-complete-milestone.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,126 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.01126
Opus 5 $0.00008 $0.00563
Sonnet 5 $0.00003 $0.00225
Haiku 4.5 $0.00002 $0.00113

Measured 12d ago against content hash 1502bc7f9b1c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

thrunt-complete-milestone scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-complete-milestone/SKILL.md · 134 lines

How it starts

The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose: Create historical record of published version, archive milestone artifacts (huntmap + requirements), and prepare for next milestone. Output: Milestone archived (huntmap + requirements), MISSION.md evolved, git tagged.

<execution_context> Load these files NOW (before proceeding):

  • @.github/thrunt-god/workflows/complete-milestone.md (main workflow)
  • @.github/thrunt-god/templates/milestone-archive.md (archive template) </execution_context>

User input:

  • Version: {{version}} (e.g., "1.0", "1.1", "2.0")

Follow complete-milestone.md workflow:

  1. Check for audit:

    • Look for .planning/v{{version}}-MILESTONE-AUDIT.md
    • If missing or stale: recommend /thrunt-audit-milestone first
    • If audit status is gaps_found: recommend /thrunt-plan-milestone-gaps first
    • If audit status is passed: proceed to step 1
    ## Pre-flight Check
    
    {If no v{{version}}-MILESTONE-AUDIT.md:}
    ⚠ No milestone audit found. Run `/thrunt-audit-milestone` first to verify
    requirements coverage, cross-phase integration, and E2E flows.
    
    {If audit has gaps:}
    ⚠ Milestone audit found gaps. Run `/thrunt-plan-milestone-gaps` to create
    phases that close the gaps, or proceed anyway to accept as tech debt.
    
    {If audit passed:}
    ✓ Milestone audit passed. Proceeding with completion.
    
  2. Verify readiness:

    • Check all phases in milestone have completed plans (SUMMARY.md exists)
    • Present milestone scope and stats
    • Wait for confirmation
  3. Gather stats:

    • Count phases, plans, tasks
    • Calculate git range, file changes, LOC
    • Extract timeline from git log
    • Present summary, confirm
  4. Extract accomplishments:

    • Read all phase SUMMARY.md files in milestone range
    • Extract 4-6 key accomplishments
    • Present for approval
  5. Archive milestone:

    • Create .planning/milestones/v{{version}}-HUNTMAP.md
    • Extract full phase details from HUNTMAP.md
    • Fill milestone-archive.md template
    • Update HUNTMAP.md to one-line summary with link
  6. Archive requirements:

    • Create .planning/milestones/v{{version}}-HYPOTHESES.md
    • Mark all v1 requirements as complete (checkboxes checked)
    • Note requirement outcomes (validated, adjusted, dropped)
    • Delete .planning/HYPOTHESES.md (fresh one created for next milestone)
  7. Update MISSION.md:

    • Add "Current State" section with published version
    • Add "Next Milestone Goals" section
    • Archive previous content in <details> (if v1.1+)
  8. Commit and tag:

    • Stage: MILESTONES.md, MISSION.md, HUNTMAP.md, STATE.md, archive files
    • Commit: chore: archive v{{version}} milestone
    • Tag: git tag -a v{{version}} -m "[milestone summary]"
    • Ask about pushing tag
  9. Offer next steps:

    • /hunt-new-program — start next milestone (questioning → research → requirements → huntmap)

<success_criteria>

  • Milestone archived to .planning/milestones/v{{version}}-HUNTMAP.md
  • Hypotheses archived to .planning/milestones/v{{version}}-HYPOTHESES.md
  • .planning/HYPOTHESES.md deleted (fresh for next milestone)
  • HUNTMAP.md collapsed to one-line entry
  • MISSION.md updated with current state
  • Git tag v{{version}} created
  • Commit successful
  • User knows next steps (including need for fresh requirements) </success_criteria>

<critical_rules>

  • Load workflow first: Read complete-milestone.md before executing
  • Verify completion: All phases must have SUMMARY.md files
  • User confirmation: Wait for approval at verification gates
  • Archive before deleting: Always create archive files before updating/deleting originals
  • One-line summary: Collapsed milestone in HUNTMAP.md should be single line with link
  • Context efficiency: Archive keeps HUNTMAP.md and HYPOTHESES.md constant size per milestone
  • Fresh requirements: Next milestone starts with /hunt-new-program which includes requirements definition </critical_rules>

Read the full file on GitHub · 134 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 134 lines · 16 tokens per session scan A 1502bc7f9b1c

Subscribe to this mod's changes

thrunt-complete-milestone is a skill published in the GitHub repository backbay-labs/thrunt-god (36 stars, last pushed 2mo ago), licensed MIT. It adds 16 tokens to every session and 1,126 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

github

Drive GitHub via the official gh CLI — repos, issues, pull requests, releases, gists, Actions runs, and raw REST through gh api. Use when the user asks to inspect or manage GitHub.

AtomicBot-ai/atomic-agent · 48 tokens

create-milestone

Create a GitHub milestone for an upcoming release. Suggests the next version based on the latest release, gathers all merged PRs and closed issues since that release, presents a draft with two tables (Issues and PRs) for user approval, then creates the milestone and assigns all approved items.

agentic-community/mcp-gateway-registry · 64 tokens

shiplog

Recap of everything shipped since the last run - cross-repo PRs, security fixes, star deltas, and X traction, synthesized into a digest article and a ready-to-post shiplog in your voice.

aeonfun/aeon · 46 tokens

publish

Creates a PR and updates issue tracker states (auto-detects mode from branch name).

asysta-act/agent-flow · 20 tokens

github

Use the GitHub CLI (gh) to inspect and manage repositories, pull requests, issues, workflows, releases, and API calls from the terminal. Use when a user asks to use gh/GitHub CLI, run GitHub repo or PR workflows, automate GitHub Actions from shell, or troubleshoot gh authentication and configuration.

IvanCampos/agents · 71 tokens

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens