Skip to main content
ClaudeWave
Skill329 estrellas del repoactualizado 5d ago

formated-result

The formatted-result skill captures the research design documentation from a DARE (de-anthropocentric research engine) executor workflow and outputs it as a structured research_result JSON block appended to the specification file. Use this skill to finalize research design summaries that will be evaluated by downstream probe systems for design properties like falsifiability and question authenticity, without executing the actual research protocol itself.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/formated-result && cp -r /tmp/formated-result/self-iteration/2026-06-06-probe-pretrain/skills/formated-result ~/.claude/skills/formated-result
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# formated-result

Summarize the research design you just produced into a **research_result** report, and
write it back into the current spec file (append a fenced ```json result block after the
graph block).

## Emit research_result
- `document`: the full body of the research design document (the design itself, not the
  result of running the research).
- This is what the 32-check probe will later read (assumption falsifiability, question
  authenticity, decision design, etc. are all properties of the *design*), so a single
  design document at probe-depth suffices; do not execute the research.

## Hard constraints
- Only summarize the design you already produced; do not add new research content.
- The result block you write back must correspond to the same design as the graph block
  in the same file.