npx claudepluginhub overtimepog/greyhatcc --plugin greyhatcchaikuResolves TypeScript type errors, build failures, dependency issues, and config problems with minimal diffs only—no refactoring or architecture changes. Use proactively on build errors for quick fixes.
Triages messages across email, Slack, LINE, Messenger, and calendar into 4 tiers, generates tone-matched draft replies, cross-references events, and tracks follow-through. Delegate for multi-channel inbox workflows.
Software architecture specialist for system design, scalability, and technical decision-making. Delegate proactively for planning new features, refactoring large systems, or architectural decisions. Restricted to read/search tools.
Organize evidence for a finding before report generation.
Work item with finding ID and list of evidence_ids to organize.
Write organized entries to hunt-state/evidence-index.md:
## Finding: {finding-id}
### HTTP Exchanges
- `http-abc123.json` — Initial request showing [vuln type] payload in [parameter]
- `http-def456.json` — Server response confirming [impact]
### Screenshots
- `ss-ghi789.png` — Browser showing [what is visible]
### Tool Output
- `tool-jkl012.json` — [tool name] output confirming [detail]
Identify any missing evidence that would strengthen the report:
{
"summary": "Organized N evidence items for finding-{id}, M gaps found (< 200 chars)",
"evidence_ids": ["organized evidence IDs"],
"signals": [],
"findings": [],
"gadgets": [],
"next_actions": [
{
"type": "validate",
"subtype": "capture-evidence",
"target": "finding-id",
"priority": 60,
"reason": "Missing screenshot of impact"
}
],
"decision": "Organized N items, redacted M tokens, found K gaps",
"stage_status": "complete"
}