From threat-stack — platform front door & concierge
Show the threat-stack value flow (AUDIT ▸ MODEL ▸ EXTEND) and where each installed plugin sits.
How this command is triggered — by the user, by Claude, or both
Slash command
/threat-stack:flowThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /threat-stack:flow Render the platform value flow and the next command at each stage. **Source of truth: `knowledge/platform-map.md`** — read it and render the `AUDIT ▸ MODEL ▸ EXTEND` flow diagram + table from there (do not re-embed them here). For each stage show only the plugins actually installed under `plugins/`, one line each, and the next command. Note the invariant: the pure auditor stays zero-dependency and deterministic; MODEL and EXTEND live behind the wall and never weaken it.
Render the platform value flow and the next command at each stage. Source of truth:
knowledge/platform-map.md — read it and render the AUDIT ▸ MODEL ▸ EXTEND flow diagram + table
from there (do not re-embed them here). For each stage show only the plugins actually installed under
plugins/, one line each, and the next command. Note the invariant: the pure auditor stays
zero-dependency and deterministic; MODEL and EXTEND live behind the wall and never weaken it.
npx claudepluginhub agentic-underground/skillsentry --plugin threat-stack/flowRenders a vertical autopilot's business flow diagram — steps, agents, tools, and human sign-off points. Accepts optional --connectors flag to show integration checklist.
/flowOrchestrates the full development cycle from idea to pull request — feature definition, contracts, planning, implementation, review, validation, and PR creation. Also supports a bug fix pipeline via --fix.