with one click
using-termcanvas
// Use when starting work in a TermCanvas-managed repo to route between direct work, Hydra, or a narrow TermCanvas skill.
// Use when starting work in a TermCanvas-managed repo to route between direct work, Hydra, or a narrow TermCanvas skill.
Structured code review skill. Use when asked to "review this code", "review this PR", "check this diff", or when acting as a Hydra reviewer. Runs a multi-pass review with specialist focus areas and confidence-gated findings.
QA testing skill with real browser automation. Use when asked to "test this site", "QA this page", "check for visual bugs", "verify the deploy", or when Hydra needs browser validation for UI changes. Requires the browse binary.
Use when a task should run through Hydra's Lead-driven workflow for multi-agent orchestration, or when an existing workflow must be inspected or cleaned up.
Adversarial review skill. Use when the user wants to stress-test an idea, argument, proposal, or opinion from multiple independent angles. Spawns parallel Hydra workers with orthogonal analytical methodologies.
Security audit skill. Use when asked to "audit security", "check for vulnerabilities", "security review", "pentest", or when evaluating code that handles auth, user input, secrets, or external data. Runs a phased scan covering OWASP Top 10 and STRIDE threat modeling.
Systematic debugging skill. Use when encountering a bug, test failure, unexpected behavior, or when asked to "investigate", "debug", "diagnose", or "figure out why". Enforces root-cause-first discipline with structured hypothesis tracking.
| name | using-termcanvas |
| description | Use when starting work in a TermCanvas-managed repo to route between direct work, Hydra, or a narrow TermCanvas skill. |
| alwaysApply | true |
Route first. Choose the lightest path that preserves correctness.
challenge.investigate.security-audit.code-review.qa.hydra.hydra init-repo or the TermCanvas Hydra enable action.Lead-driven, decision-point oriented. The Lead reads the codebase, picks
the strategy, and dispatches workers for the steps that need a fresh
agent process. Roles available: lead (the decider — not itself dispatched),
dev (writes code AND its tests), reviewer (independent cross-model
check). No separate researcher — the Lead does its own research. No
separate tester — dev owns its own test surface.
hydra init --intent "..." --repo . then dispatch dev -> reviewer
for ambiguous, risky, or PRD-driven work
hydra watch after each dispatch to wait for the decision pointhydra spawn --task "..." --repo . for a single isolated worker
hydra spawn --task "..." --repo .
termcanvas terminal create --prompt "..." rather than termcanvas terminal input.hydra dispatch, immediately start hydra watch — do not ask whether to watch.hydra watch / hydra status / hydra ledger / hydra list --workflows
for workflows created by hydra init.hydra list and hydra cleanup <agentId> for direct workers created by
hydra spawn.When the session context contains a <memory-graph> block from TermCanvas: