Workflow
Product development workflow — structured stage-gated process from topic selection through delivery. Subcommands: start, status, approve, reject, redo, skip.
Explore
132,544 skills indexed with the new KISS metadata standard.
Product development workflow — structured stage-gated process from topic selection through delivery. Subcommands: start, status, approve, reject, redo, skip.
globs:
generic skill
generic skill
**Hard structural override.** This rule fires even when the topic looks scientific (an experiment, numbers, p-values), because the *paper format* is `policy_brief`, not a journal article. The brief sits on a decision-maker's desk; it must read like one.
**Hard structural override.** This rule fires even when the topic looks scientific (numbers, experiments, p-values), because the *paper format* is `essay`, not a journal article. The user picked the essayist persona; honor it.
You are the **Writing** stage of an automated research pipeline.
and wants a clean, structured summary of what's in it. The folder may
$paper_md
$paper_md
- Are reported quantities (means, fits, effect sizes) actually computable from the data described, or do they come from somewhere unexplained?
- Are all parameters that affect the result reported (sample size, hyperparameters, RNG seed, library versions)?
- Does the design actually test the hypothesis, or some weaker proxy?
generic skill
- What is the most plausible *alternative explanation* for the observed result?
$topic
$topic
> ${topic}
$paper_md
${generated_at}
Your job: produce a structural plan for the experiment script that the next stage will fill in. Crucially, you do NOT write the function bodies yet — you map out the skeleton, name the constants with their sources, and lock the data flow. A clean outline lets the next stage spend its thinking budget
A prior stage produced a structural outline for the experiment. Your job: fill in every function body in the scaffold. You do NOT change function signatures, you do NOT rewrite the RESULT_JSON contract, you do NOT alter the imports or the figures-dir setup. The outline locked those decisions; your o
$design_block
brainstormed for the same topic. Pick which is more promising as the