workflow-callstack-simulation
Installation
SKILL.md
Workflow Callstack Simulation
Model supplied behavior as a source-grounded trace for inspection without executing the target, modifying target or context sources, performing described side effects, or claiming observed runtime or timing.
Inputs
- Target: An inline or repository-relative workflow, procedure, algorithm, function, or skill in prose, pseudocode, source code, or Markdown; include an entry point when the source defines multiple operations.
- Scenario: Optional arguments, initial state, environment values, and expected external responses; omitted values remain symbolic.
- Supporting context: Optional available definitions, data shapes, invariants, and external behavior; relevant context accompanying a target path may explain but not override the target.
- Controls: Optional entry-point override, branch selection, expansion depth, loop or recursion limit, focus area,
compactorexpandeddetail, and repository-relative Markdown destination; defaults are compact detail, expansion of described local calls, three loop iterations, ten recursive frames, and inline output.
Outputs
- Callstack: One Markdown callstack returned inline or written to the authorized destination, conforming to
references/simulation-template.md; it is complete when it directly presents the validated, source-traceable call hierarchy and material decisions without a title, section heading, metadata, wrapper, or completion message.