.spec-flow/config/user-preferences.yaml
Description
deployment: auto_ship: true auto_merge: true auto_finalize: true
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for marcusgoll/Spec-Flow, shared by 5 entries
in this directory. It describes the repository, not this entry specifically.
[Unreleased]
[11.9.0] - 2025-12-16
✨ Added
**shadcn/ui Integration with 8 Customization Options**
The `/init --tokens` command now generates both OKLCH design tokens (source of truth) AND shadcn/ui-compatible CSS variables through the Token Bridge Pattern:
- 8 customization options: Style Preset, Base Color, Theme Mode, Icon Library, Font Family, Border Radius, Menu Color, Menu Accent
- Token Bridge Pattern: OKLCH tokens remain the accessible source of truth, with shadcn CSS variable aliases generated automatically
- Brownfield scanning: Automatically detects and consolidates existing color tokens
- Component integration: Generated
components.jsonworks directly with shadcn CLI - Menu theming: New menu-specific tokens for background, hover, active, and accent styles
New files:
.spec-flow/scripts/node/generate-shadcn-tokens.js- Token generation engine.claude/skills/shadcn-integration/SKILL.md- Integration skill documentation.spec-flow/templates/design/shadcn-variables.css- shadcn variable template.spec-flow/templates/design/menu-variants.ts- Menu component variants
**Ultrathink Philosophy Checkpoints Across Workflow Phases**
Ultrathink principles are now embedded as lightweight checkpoints throughout the workflow, not just during explicit `/ultrathink` invocations:
| Phase | Principle | Checkpoint |
|---|---|---|
/spec |
Think Different | Assumption inventory before requirements |
/plan |
Obsess + Simplify | Codebase soul analysis, 3 alternatives, complexity budget |
/tasks |
Simplify Ruthlessly | Task count validation, simplification review |
/implement |
Craft, Don't Code | Anti-duplication ritual, abstraction justification |
Progressive depth based on complexity:
- Trivial (<5 tasks): Skip checkpoints, fast path
- Standard (5-30 tasks): Lightweight inline checkpoints
- Complex (30+ tasks): Full checkpoints + separate artifacts
- Epic (multi-sprint): Mandatory deep planning + craftsman-decision.md
New files:
.spec-flow/config/ultrathink-integration.yaml- Checkpoint configuration
🔧 Improved
**Ultrathink Command Enhancements**
- Added skill reference for context
- Added proper AskUserQuestion JSON format for roadmap materialization
- Added pre-flight checks for
ghCLI authentication - Added error handling for GitHub issue creation
- Fixed inconsistent terminology
[11.8.4] - 2025-12-15
✨ Added
**Worktree Branch Sync**
- Worktrees now fetch
origin/mainbefore creating branches, ensuring they start up-to-date - New
worktree-manager.sh synccommand to rebase existing worktrees onto latest main - Prevents "This branch is out of date from base branch" warnings in GitHub PRs
🐛 Fixed
- Branches are now created from
origin/maininstead of localmainwhich may be stale
[11.8.3] - 2025-12-15
🐛 Fixed
**Script Path References in feature-workflow.sh**
- Fixed undefined
$SCRIPT_DIRvar
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing