ss-feature-workflow

Installation
SKILL.md

Feature Workflow

Chains the existing ss-* skills into one requirement-to-delivery pipeline:

ss-create-branch → [complexity triage]
  complex → ss-proposal → [Gate: proposal approval] → ss-plan
  simple  → ss-plan
→ ss-coding (built-in review) → review-acceptance loop → ss-create-pr

Core principle: thin orchestration. This skill never writes code or drafts a proposal/plan itself. It calls the other skills in order, pauses at the gates below, passes each step's output to the next, and reports progress. Every step's logic stays owned by its own skill.

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

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