Skip to content

FEAT: Improve consistency by replacing cmds bash code with actual scripts #12

Description

@MatiasComercio

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.

Metadata

Metadata

Labels

complexRequires significant effortenhancementNew feature or requestpriority: highImportant, fix soon

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions