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-codingalready enforces a post-coding review internally (with its own fix rounds) and returns a verdict. This workflow never invokesss-code-reviewseparately — the review-acceptance loop below is driven entirely by the verdictss-codingreturns.