wisp-local
01Samuel0101010/wisp-orchestrator
Plugin Claude Code
Plugin marketplace listing 1 plugin: wisp.
Samuel0101010/wisp-orchestrator
Plugin Claude Code
Plugin marketplace listing 1 plugin: wisp.
Samuel0101010/wisp-orchestrator
Plugin Claude Code
Visual team-builder, plan-as-artifact, and live execution graph for autonomous Claude Code agent crews with WISP. Spawn a 3-role team, generate a DAG plan, run for hours, watch it ship in your browser.
Samuel0101010/wisp-orchestrator
Hook Claude Code
Runs before the agent uses a tool for Bash, Write and Edit tool calls, executing handler.cjs via node. From Samuel0101010/wisp-orchestrator.
Samuel0101010/wisp-orchestrator
Hook Claude Code
Runs after a tool call finishes, executing handler.cjs via node. From Samuel0101010/wisp-orchestrator.
Samuel0101010/wisp-orchestrator
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing handler.cjs via node. From Samuel0101010/wisp-orchestrator.
Samuel0101010/wisp-orchestrator
Hook Claude Code
Runs when the agent finishes a response, executing handler.cjs via node. From Samuel0101010/wisp-orchestrator.
Samuel0101010/wisp-orchestrator
Settings file Claude Code
Agent settings declaring 4 hook events (PreToolUse, PostToolUse, UserPromptSubmit, Stop).
Samuel0101010/wisp-orchestrator
Agent
Invoke at the start of any new feature, refactor, or system-design task to produce architecture.md and a tasks.md task list before any code is written.
Samuel0101010/wisp-orchestrator
Agent
Invoke to implement exactly one task from tasks.md. Reads architecture.md as a binding constraint, writes code, and stops after one logical commit.
Samuel0101010/wisp-orchestrator
Agent
Invoke to convert a Goal plus a Team specification into a valid Plan DAG written to plan.json. Used once per harness run before agents are dispatched.
Samuel0101010/wisp-orchestrator
Agent
Invoke after a developer commit to run build, test, and lint and emit a BMAD-style PASS/CONCERNS/FAIL gate verdict as JSON. Read-only; never modifies code.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Identifies abandoned worktrees and stale runs (no events for >2h, status=running) to flag for cleanup.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Drafts a docs/solutions/YYYY-MM-DD- .md entry for a recently completed run, capturing problem/solution/lessons.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Working discipline for code-writing agents — read before edit, smallest correct change, run the gates before claiming done. Injected into builder roles' system prompts.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Conducts focused research on a topic by reading project files, searching memory, and synthesizing findings into a structured report.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Self-diagnostics for the harness — checks DB integrity, MCP wiring, claude binary availability, and recent run failures.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Visual + interaction quality bar for frontend roles — states, responsiveness, accessibility, consistency. Injected into frontend roles' system prompts.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Verification method for QA roles — execute, don't assume; report evidence, not impressions. Injected into QA roles' system prompts.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Compresses a long chat thread into a 5-bullet summary preserving decisions, action items, and unresolved questions.
Samuel0101010/wisp-orchestrator
Command
Open the WISP dashboard in your browser.
Samuel0101010/wisp-orchestrator
Hook
Runs before the context is compacted, executing pre-compact-archive.cjs via node. From Samuel0101010/wisp-orchestrator.
Samuel0101010/wisp-orchestrator
Hook
Runs when a session starts, executing session-start-cleanup.cjs via node. From Samuel0101010/wisp-orchestrator.
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Use when a WISP run failed unexpectedly or is stuck — fetches the event timeline for a run, highlights failures, and prints the verify-failed payloads with full output so the user can see exactly why a task failed. Trigger on phrases like "why did the run fail", "diagnose the harness", "what went wrong with the run".
Samuel0101010/wisp-orchestrator
Skill Claude CodeCodex
Use when the user wants to inspect the result branch of a completed WISP run — shows files in the result branch, the per-task git log graph, and a brief summary. Trigger on phrases like "what did harness produce", "show the run output", "inspect the result branch".