SubagentStop
49Hook
Runs when a subagent finishes, executing subagent-stop.sh via bash. From nicknisi/fleet.
Hook
Runs when a subagent finishes, executing subagent-stop.sh via bash. From nicknisi/fleet.
Hook
Runs when a session ends, executing session-end.sh via bash. From nicknisi/fleet.
Plugin Claude Code
Single-plugin marketplace for the ideation plugin — from pressure-testing whether an idea is worth building, through evidence-gated planning interviews, to contracts, implementation specs, and executed phases.
Plugin Claude Code
Whether, then how, then shipped. /ideation:brainstorm pressure-tests ideas in conversation; the evidence-gated interview, stress-tested by adversarial plan critics, turns a yes into an interactive HTML contract and Markdown specs; /ideation:autopilot runs all phases on a deterministic workflow engine. Watched runs…
Agent
Adversarial reviewer for ideation contracts. Reads contract-data.json before approval and produces structured findings through one of four lenses (scope-creep, over-engineering, hidden-dependency, success-criteria). Cannot edit files — enforced by tool restrictions.
Agent
Spec-aware code reviewer for execute-spec. Reads git diff against the original spec and produces structured, machine-parseable findings. Cannot edit files — enforced by tool restrictions.
Agent
Gate-based codebase exploration for execute-spec. Evaluates implementation readiness across 5 evidence gates and produces a persisted context map. Read-only — never edits files.
Skill Claude CodeCodex
Orchestrate full execution of an ideation project — reads the contract, builds an execution manifest, and runs all phases on the deterministic Workflow engine (parallel for independent phases, sequential for dependent ones). Auto-continues on success, gates on failure. Invoke only when the user explicitly asks to run…
Skill Claude CodeCodex
Use when the user is weighing or pressure-testing an idea rather than committing to build it — 'should I do X', 'which of these approaches', 'is this worth doing', 'what am I missing', 'am I overthinking or over-engineering this'. A lightweight thinking partner for the deciding-WHETHER stage: surfaces hidden…
Skill Claude CodeCodex
Use when an effort is too big for one agent session and the way from here to the destination isn't visible yet — the route itself is the unknown, not the build. Triggers on: 'this is huge and I can't even see how to get there,' 'too foggy to spec,' 'we need a map before we plan,' 'chart a route,' or any idea whose…
Skill Claude CodeCodex
Execute an implementation spec generated by ideation. Invokes Scout for codebase exploration, builds components with feedback loops, then runs a Verify-Review-Fix cycle with the Reviewer agent before committing. Invoke only when the user explicitly asks to execute an ideation spec, or when an autopilot Workflow…
Skill Claude CodeCodex
One-pass ideation for well-understood work: a thin alias that pre-commits /ideation's post-interview routing to the express finish. Identical evidence-gated interview, one consolidated confirmation (scope tier + run mode), then contract and specs generated without per-artifact approval loops and executed immediately…
Skill Claude CodeCodex
Generate a /goal command that runs an ideation project to completion UNATTENDED by driving /ideation:autopilot. The /goal string is owned by scripts/contract-gen.ts (--print-goal); this skill resolves the project's contract-data.json, prints the goal, and copies it to the clipboard. Use when the user says 'goal', 'run…
Skill Claude CodeCodex
You MUST use this before building any new feature, planning a migration, designing a system, or turning a decided-on idea into a plan. Triggers on: feature requests, project ideas, brain dumps, 'help me plan,' 'spec this out,' 'interview me,' 'I want to build,' 'let's design,' or any unstructured idea you're ready to…