After every scan, Ghost Brief™ converts your findings into a validated, blast-radius-aware prompt pack your AI coding agent can execute immediately. No more translating findings into instructions. No more guessing what the AI might break.
See Plans →ghost --brief. Hand the JSON to your AI agent.Ghost POI, Fix Forecast, Conflict, or any other mode scans your codebase and produces structured findings -- severity-rated, file-attributed, blast-scored.
ghost --briefGhost Brief™ reads your findings and converts them into a validated, blast-radius-aware prompt pack -- ghost-brief.json. Each prompt is surgical. Each prompt knows what not to touch.
Drop ghost-brief.json into Claude Code, Cursor, or Copilot. Your AI agent executes the prompts in blast-radius order -- smallest blast first. Ghost Portal™ tracks every Brief you generate.
// ghost-brief.json — single prompt entry { "id": "GB-001", "title": "Missing Dependency Version Constraints", "severity": "low", "blast_radius": "moderate", "blast_score": 28, "source_mode": "poi", "files": { "primary": ["README.md"], "related": [], "do_not_touch": [ "vendor/**", "app/code/Core/**" ] }, "prompt": "Address the following issue: Missing Dependency Version Constraints. Primary file(s): README.md. Apply the minimal surgical fix. Do not modify vendor code or core framework files.", "validation_hints": [ "No new errors introduced", "Existing tests still pass", "Change limited to files.primary" ], "tags": [] }
| Tier | Price | Ghost Brief™ |
|---|---|---|
| Ghost Open | Free | -- |
| Ghost Pro | $99/mo | -- |
| Ghost Pro Max | $199/mo | ✅ Individual Brief |
| Ghost Team | $399/mo | ✅ Brief per seat |
| Ghost Team Max | $799/mo | ✅ Unified Brief |
| Ghost Enterprise | $1,200/mo | ✅ Unlimited |
| Ghost Enterprise Max | $2,500/mo | ✅ + Ghost Partner |
ghost-brief.json is a plain JSON file. Read it, pass the prompts to your agent, verify the hints. No proprietary integration required.