Skip to content
Security
Command

/plan

Create phase plans for a threat hunt with exact telemetry tasks, receipts, and query outputs

From plugin
thrunt-god
3656 skills18 agents56 commands5 hooks
Install
$ npx -y skills add backbay-labs/thrunt-god --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/plan

Context preview

What this command does when you run it.

Create phase plans for a threat hunt with exact telemetry tasks, receipts, and query outputs

Command definition

plan.md
name: hunt:plan
description: Create phase plans for a threat hunt with exact telemetry tasks, receipts, and query outputs
argument-hint: "<phase>"
allowed-tools:
  - Read
  - Bash
  - Write
  - Task

<objective> Plan a hunt phase from the current HUNTMAP.

`HUNTMAP.md` remains the source of truth for phase layout and sequencing.

**Creates or updates:**

  • `.planning/phases/[phase-slug]/`
  • `CONTEXT.md`
  • `PLAN.md` files
  • `.planning/STATE.md`
  • `.planning/HUNTMAP.md` when phase metadata changes

**After this command:** Run `/hunt:run <phase>`. </objective>

<execution_context> @~/.claude/thrunt-god/workflows/hunt-plan.md @~/.claude/thrunt-god/templates/context.md @~/.claude/thrunt-god/templates/phase-prompt.md </execution_context>

<process> Execute the hunt planning workflow from @~/.claude/thrunt-god/workflows/hunt-plan.md. Plans must name the telemetry source, intended evidence, and required receipts. </process>

Ships withthrunt-god

Threat hunting command system for agentic IDEs

Get the whole plugin, auto-invoked
Stats
36
Stars
0
Views
8
Forks
Active
Maintenance
JavaScript
Language
MIT
License
25d ago
Last commit
4mo ago
Created

Repo: backbay-labs/thrunt-god