ss-coding-workflow

Installation
SKILL.md

Coding Workflow

Chains the existing ss-* skills into a single execute-and-deliver flow:

ss-create-branch → ss-coding (built-in review) → review-acceptance loop → ss-create-pr

Core principle: thin orchestration. This skill never writes code itself. It calls the other skills in order, passes outputs along, and reports progress.

Review is not run twice. ss-coding already enforces a post-coding review internally and returns a verdict. This workflow never invokes ss-code-review separately — the review-acceptance loop below is driven entirely by that verdict.

Unlike ss-feature-workflow, there is no proposal or planning step here, and no manual gate by default — the input is either an already-prepared plan or a change instruction handed straight to coding.

Installs
4
GitHub Stars
1
First Seen
10 days ago
ss-coding-workflow — lbk-open/super-spec