Install
$ agentstack add skill-backbay-labs-thrunt-god-thrunt-complete-milestone ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Mark milestone {{version}} complete, archive to milestones/, and update HUNTMAP.md and HYPOTHESES.md.
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.
Load these files NOW (before proceeding):
- @.github/thrunt-god/workflows/complete-milestone.md (main workflow)
- @.github/thrunt-god/templates/milestone-archive.md (archive template)
Project files:
.planning/HUNTMAP.md.planning/HYPOTHESES.md.planning/STATE.md.planning/MISSION.md
User input:
- Version: {{version}} (e.g., "1.0", "1.1", "2.0")
Follow complete-milestone.md workflow:
- Check for audit:
- Look for
.planning/v{{version}}-MILESTONE-AUDIT.md - If missing or stale: recommend
/thrunt-audit-milestonefirst - If audit status is
gaps_found: recommend/thrunt-plan-milestone-gapsfirst - If audit status is
passed: proceed to step 1
```markdown ## 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. ```
- Verify readiness:
- Check all phases in milestone have completed plans (SUMMARY.md exists)
- Present milestone scope and stats
- Wait for confirmation
- Gather stats:
- Count phases, plans, tasks
- Calculate git range, file changes, LOC
- Extract timeline from git log
- Present summary, confirm
- Extract accomplishments:
- Read all phase SUMMARY.md files in milestone range
- Extract 4-6 key accomplishments
- Present for approval
- 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
- 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)
- Update MISSION.md:
- Add "Current State" section with published version
- Add "Next Milestone Goals" section
- Archive previous content in `` (if v1.1+)
- 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
- Offer next steps:
/hunt-new-program— start next milestone (questioning → research → requirements → huntmap)
- Milestone archived to
.planning/milestones/v{{version}}-HUNTMAP.md - Hypotheses archived to
.planning/milestones/v{{version}}-HYPOTHESES.md .planning/HYPOTHESES.mddeleted (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)
- 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-programwhich includes requirements definition
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: backbay-labs
- Source: backbay-labs/thrunt-god
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.