Most of the skills & slash commands are written in a way that scripts or even pseudo-code logic is embed.
Scripting command execution is fundamental to achieve consistency, specially when composing commands/skills.
Example of deep composition: /full-life-cycle-pr -> /po_spec -> /o_spec -> /spec.
Example of simple case that could be improve to avoid even simple failures: #11
Tools for scripting (ADD to PROJECT_AGENTS.md): bash or uv-single-file-scripts.
UPDATE skill-writer and command-writer (RENAME to sws and cws respectivelly) to natively leverage writing scripts in forms of tools/tooling using bash or uv as stated above.
Most of the skills & slash commands are written in a way that scripts or even pseudo-code logic is embed.
Scripting command execution is fundamental to achieve consistency, specially when composing commands/skills.
Example of deep composition: /full-life-cycle-pr -> /po_spec -> /o_spec -> /spec.
Example of simple case that could be improve to avoid even simple failures: #11
Tools for scripting (ADD to PROJECT_AGENTS.md): bash or uv-single-file-scripts.
UPDATE skill-writer and command-writer (RENAME to sws and cws respectivelly) to natively leverage writing scripts in forms of tools/tooling using bash or uv as stated above.