From core
Batch skill: implements, tests, and commits all Approved features in one run. No-arg = all docs/features/*.md with Status Approved. With args = specific FEAT IDs. Creates a branch per feature, implements, tests, auto-commits locally if green, marks Done. Never pushes automatically — offers /ship at the end. Use when the user says "run the sprint", "implement everything", "batch implement", or "process all features".
How this skill is triggered — by the user, by Claude, or both
Slash command
/core:sprint [FEAT-001 ...][FEAT-001 ...]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Process features in order: branch → implement → lint → test → commit (if green) → Done.
Process features in order: branch → implement → lint → test → commit (if green) → Done.
Never push to origin without explicit confirmation. Offer /ship at the end.
docs/architecture.md → get stack name (fastapi-vue or node-vue)git symbolic-ref refs/remotes/origin/HEAD 2>/dev/null | sed 's@^refs/remotes/origin/@@' or fall back to maindocs/features/*.md where **Status:** Approvedfeat/FEAT-XXX-<slug> branch (see references/git-workflow.md for branch naming)
c. Invoke stack implement skill (fastapi-vue:implement-fastapi-vue or node-vue:implement-node-vue) for this single feature
d. Run linter:
cd backend && ruff check --fix .cd backend && npx eslint --fix src/ && npx prettier --write src/
e. Invoke stack test skill for this feature
f. If tests pass:Done in docs/features/FEAT-XXX-*.md/sprint FEAT-XXX or /test FEAT-XXX| FEAT | Title | Status | Branch |
|------|-------|--------|--------|
/ship to push completed feature branches."If git operations fail (e.g. branch already exists with conflicts):
npx claudepluginhub bfh-krg1/sdd-web-app --plugin coreOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Mines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.