wc-3_plan
Creates a complete A-Z implementation plan from brainstorm output. Step 3 of the numbered WhytCard pipeline.
wc-visual-verify
Mandatory visual verification for any UI change. Takes screenshots at 3 viewports, evaluates design quality, checks dark/light modes. Use after ANY UI modification.
wc-review
Final quality gate before shipping. Comprehensive review of everything built — code, UI, accessibility, i18n, performance, security, tests. Produces a ship-or-not verdict with evidence. Use after execution is complete, or anytime a quality checkpoint is needed.
wc-dispatch
Smart task router that analyzes the user's request and invokes the best combination of plugins, skills, and tools. Use at the start of any non-trivial task.
wc-brainstorm
Structured brainstorming with live research, devil's advocate challenges, and documented output. Produces a complete wc-brainstorm-{subject}-{date}-{time}.md file. Use when the user wants to explore an idea, evaluate approaches, make a strategic decision, or think through a problem before building.
wc-5_review
Final quality gate before shipping. Runs an 8-pass review and produces a ship/no-ship verdict. Step 5 of the numbered WhytCard pipeline.
wc-execute
Executes a plan created by /wc-plan. Builds the project increment by increment, using all hooks and skills to maintain quality throughout. Tracks progress in a running log. Runs /wc-review at completion. Use after the plan is approved by the user.
wc-setup
Initializes the .whytcard/ knowledge base directory in the current project. Creates a structured, evolving local database for brainstorms, plans, research, execution logs, reviews, and context. Run this once per project — subsequent commands auto-detect and use the existing .whytcard/ structure.
wc-Whytcard_orchestrator
End-to-end autonomous orchestration. Runs setup → research → multi-perspective brainstorm → plan-by-parts → execute → review, with minimal/no user intervention.
wc-1_setup
Initializes the .whytcard/ knowledge base directory in the current project. First step of the numbered WhytCard pipeline.
wc-version-check
Verify current versions of any package or library before installing or recommending. Use before any npm install, pip install, or technology recommendation.
wc-plan
Creates a complete A-Z implementation plan from brainstorm output. Re-runs research, version checks, and visual verification to confirm decisions. Generates HTML visual templates showing multiple style directions. Produces a wc-plan-{project}-{date}.md and companion visual files. Use after brainstorming, before building.
Research-First (wc-research-first)
Enforces a dual-angle research methodology before any implementation. Use before writing code, choosing packages, or making architectural decisions.
wc-4_execute
Executes a plan created by /wc-3_plan. Builds increment by increment with verification and logging. Step 4 of the numbered WhytCard pipeline.
wc-2_brainstorm
Structured brainstorming with live research, devil's-advocate challenges, and documented output. Step 2 of the numbered WhytCard pipeline.