You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deliver an MVP of Claude Code operating as a drop-in replacement for a workflow engine: a grounded skill for the Claude Code /workflow harness so the agent orchestrates a reconstruction from grounded knowledge (the KB + this skill) rather than parametric recall of the harness's syntax. This is the first engine-skill milestone and the one that establishes the reference workflow the others validate against. Victory: using the wiki — by this point a few operations are covered — the agent implements a simple anatomical workflow (brain extraction → intensity-inhomogeneity (INU) correction → brain-tissue segmentation → spatial normalization), with every step grounded in the KB and execution run locally, managed by Claude Code (the harness's agent() / parallel() / pipeline() / phase() primitives) — no external workflow engine involved.
Rationale
The transplant thesis holds only if a reconstruction is grounded: if the agent wrote harness code from parametric memory the result would be unverifiable, reproducing exactly the "did the model just memorize it" failure mode the project rejects. Claude Code is the lowest-friction execution target — it is the agent's native environment — so proving it can stand in for a workflow engine on a real (if simple) anatomical chain is the fastest route to a working end-to-end grounded reconstruction. It also fixes the reference workflow every other engine skill (bash, CWL, Nextflow, and the secondary targets) is subsequently measured against.
Methodological approach
Important
This is a separate skill family from niskiller (nipreps/skills-comm#6): the Claude Code Workflow harness is not a neuroimaging tool, and the boundary is structural — engine skills live in agentic-files, neuroimaging-tool skills in skills-comm. Grounding the engine as a skill is precisely what makes the reconstruction a product of knowledge, not parametric recall.
Author the skill. A lean decision surface plus a grounded reference of the harness's execution model — the agent() / parallel() / pipeline() / phase() primitives and their control-flow semantics — each construct tied to an authoritative source (official docs / reference) with provenance (version, retrieval date).
Ground the lowering. How a KB operation lowers to harness constructs, so emission is a grounded transformation, and assemble the four anatomical operations into a runnable local workflow.
Objective
Deliver an MVP of Claude Code operating as a drop-in replacement for a workflow engine: a grounded skill for the Claude Code
/workflowharness so the agent orchestrates a reconstruction from grounded knowledge (the KB + this skill) rather than parametric recall of the harness's syntax. This is the first engine-skill milestone and the one that establishes the reference workflow the others validate against. Victory: using the wiki — by this point a few operations are covered — the agent implements a simple anatomical workflow (brain extraction → intensity-inhomogeneity (INU) correction → brain-tissue segmentation → spatial normalization), with every step grounded in the KB and execution run locally, managed by Claude Code (the harness'sagent()/parallel()/pipeline()/phase()primitives) — no external workflow engine involved.Rationale
The transplant thesis holds only if a reconstruction is grounded: if the agent wrote harness code from parametric memory the result would be unverifiable, reproducing exactly the "did the model just memorize it" failure mode the project rejects. Claude Code is the lowest-friction execution target — it is the agent's native environment — so proving it can stand in for a workflow engine on a real (if simple) anatomical chain is the fastest route to a working end-to-end grounded reconstruction. It also fixes the reference workflow every other engine skill (bash, CWL, Nextflow, and the secondary targets) is subsequently measured against.
Methodological approach
Important
This is a separate skill family from niskiller (nipreps/skills-comm#6): the Claude Code Workflow harness is not a neuroimaging tool, and the boundary is structural — engine skills live in agentic-files, neuroimaging-tool skills in skills-comm. Grounding the engine as a skill is precisely what makes the reconstruction a product of knowledge, not parametric recall.
agent()/parallel()/pipeline()/phase()primitives and their control-flow semantics — each construct tied to an authoritative source (official docs / reference) with provenance (version, retrieval date).Outcomes/impact
/workflowskill.Impact. The project's first end-to-end grounded reconstruction, and the anchor the whole engine-skill family builds on.
Direct upstream issues
(issues this one depends on / builds upon)
Direct downstream issues
(issues that depend on this one)