npx claudepluginhub overtimepog/greyhatcc --plugin greyhatccsonnetResolves 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.
Run validation gates 1 (scope) and 2 (exclusion) on a finding.
Work item with finding to validate. Contains finding summary, target, vulnerability_type.
*.target.com matches sub.target.com and deep.sub.target.comtarget.com matches only target.com exactly{
"summary": "Gates 1-2: [PASS/REJECT] — [reason] (< 200 chars)",
"evidence_ids": [],
"signals": [],
"findings": [
{
"id": "finding-id",
"title": "finding title",
"severity": "severity",
"confidence": "confidence",
"target": "target",
"validation_gates": {
"in_scope": true,
"not_excluded": true
}
}
],
"gadgets": [],
"next_actions": [],
"decision": "PASS/REJECT/CHAIN-ONLY — [reason]",
"stage_status": "complete"
}
If REJECT and finding has chain potential, also emit a gadget:
{
"gadgets": [{
"id": "gadget-from-finding-id",
"type": "vulnerability_type",
"target": "target",
"provides": "what this enables",
"requires": "what is needed to chain"
}]
}