Workbench algorithm advisory gate
Skill Fearvox/multica-ultimate-workbench/skills/workbench-algorithm-advisory-gate
Advisory-only algorithm and data-structure review gate between Technical Design and Task List.From its SKILL.md
npx -y skills add Fearvox/multica-ultimate-workbench --skill workbench-algorithm-advisory-gateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.8 KB, 398 tokens by cl100k_base, as published. Nobody here has run it
Workbench Algorithm Advisory Gate
Use this skill when an issue declares SDD_STAGE: Algorithm Advisory Gate,
asks for algorithm review before Task List, or assigns the Remote Algorithm
Advisor.
Required Source Reads
- The latest
SDD_STAGE: Technical Designblock. docs/algorithm-advisory-gate-lane.md.- The scoped files named by
code_scopeorSCOPED_EVIDENCE. - The mounted
data-algoskill entrypoint.
Do not read unrelated issue history or broad repo trees unless the Technical Design names that evidence.
Runtime Boundary
- Advisory-only. Do not edit repo files.
- Do not mutate global Claude Code settings,
.capy/settings.json, Multica runtime config, Sanity datasets, credentials, or Workbench Max. - Use per-lease temporary
HOMEand temporary Claude config when running in a VM or disposable cell. - If the exact GPT-5.5 xhigh model setup is unavailable, return
FLAGwith the observed model readback.
Required Report
ALGO_ADVISORY_REPORT
target_issue:
source_stage: Technical Design
runtime:
model:
isolation:
skill_sources:
code_scope:
correctness_verdict: PASS | BLOCK
complexity_verdict: PASS | FLAG | BLOCK
data_structure_notes:
algorithmic_risks:
task_list_injections:
verification_injections:
settings_readback:
residual_risk:
VERDICT: PASS | FLAG | BLOCK
Verdicts
PASS: no correctness blocker and complexity risk is acceptable.FLAG: Task List may proceed only if advisory injections become explicit tasks, checks, or residual risks.BLOCK: Technical Design must be revised before Task List because the advisor found a concrete correctness, data-loss, privacy, concurrency, or semantic risk.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.