From sdd-pipeline
Orchestrates full feature workflow from interview-to-spec, optional approach planning, TDD, verification, to code review and PR. Use when starting new features from scratch.
npx claudepluginhub eduwxyz/my-awesome-skills --plugin sdd-pipelineThis skill uses the workspace's default tool permissions.
The orchestrated path for building a new feature, from idea to PR-ready. This skill is a thin dispatcher — it confirms intent and hands off. Each downstream skill activates on its own.
Guides end-to-end feature implementation workflow as vertical slices covering data model, domain logic, API, and UI. Use for new features or feature request issues.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
The orchestrated path for building a new feature, from idea to PR-ready. This skill is a thin dispatcher — it confirms intent and hands off. Each downstream skill activates on its own.
You want the full SDD pipeline in order without having to remember each step.
diagnose instead.interview-to-spec, spec-approach, tdd, verify).You will pass through these stages in order:
interview-to-spec — hand off. The skill conducts the interview and writes spec/<slug>.md (Goal, Behaviors, Acceptance criteria, Out of scope, Edge cases).
spec-approach (optional) — when the spec is written, judge whether the HOW is non-trivial:
If yes, invoke spec-approach to append ## Approach to the spec. If no, skip and move on.
tdd — hand off. Red-green-refactor against the spec's Behaviors + Acceptance criteria. The skill itself ensures .claude/tdd/test-command.txt is configured on first run, and its Stop hook will gate on green tests + a pass through simplify.
verify — hand off. Maps every AC to a green test. If gaps exist, the skill auto-iterates with tdd until clean. Will not return until the verdict is Ready.
review (built-in) — when verify reports Ready, hand off for code review. Then open the PR.
This skill ends as soon as you invoke interview-to-spec. It does not stay active across the pipeline. Each downstream skill activates from its own trigger phrasing as the conversation progresses.
If you stop the session midway and resume later, invoke the next stage's skill directly — do not re-invoke feature.
Confirm the user's intent in one sentence ("Kicking off the feature workflow for <short-description>."), then immediately invoke interview-to-spec. Do not attempt the interview yourself — that is interview-to-spec's job.