원클릭으로
spectral-init
spectral-init에는 TalonT-Org에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Plan a structured, reproducible experiment from a scope report. Produces an experiment plan with hypothesis, methodology, implementation phases, environment specification, and success criteria. Parallel to make-plan but for research experiments. Use when invoked by the research recipe.
Execute a designed experiment in a worktree, collect structured results, and produce a results artifact. Use when invoked by the research recipe after experiment code has been implemented.
Explore a technical research question by surveying the codebase, identifying knowns and unknowns, and producing a structured scope report. Use when user says "scope research", "explore question", or when invoked by the research recipe.
Synthesize experiment results into a structured research report for the research/ directory. Handles both conclusive and inconclusive outcomes. Use when invoked by the research recipe after experiments complete.
Implement an experiment plan in an isolated git worktree. Creates all experiment artifacts — scripts, data generators, environment configs — in a self-contained research/ subfolder. Parallel to implement-worktree-no-merge but for research experiments. Use when invoked by the research recipe.