Spec-Flow
Spec-driven feature development from idea to production deployment
All Skills in This Repository (26)
Pure Emerald Level Indicatorsdry-run
Simulate command effects with a --dry-run flag without applying changes.
ultrathink
Generate an assumption inventory, codebase analysis, and simplified architecture plan.
epic-sprints
Generate sprint-plan.md with dependency graphs and locked OpenAPI contracts.
epic-scoping
Automate epic scoping through structured questioning to populate epic-spec.md.
domain-memory
Persist agent domain state to a disk-based domain-memory.yaml file.
design-tokens
Generate and maintain design tokens across UI, email, PDF, CLI, chart, and doc surfaces.
task-status-sync
Convert manual task file edits into atomic task-tracker commands.
anti-duplication
Search existing code patterns before implementing new functionality to prevent duplication.
git-workflow-enforcer
Enforce git commits after each phase using Conventional Commits format.
hallucination-detector
Validate technology suggestions against the project's documented tech stack and codebase.
breaking-change-detector
Detect breaking API, schema, and interface changes with severity levels and migration paths.
dependency-conflict-resolver
Detect and resolve package dependency conflicts before installation.
Frequently Asked Questions
FAQPage SchemaHow to install Spec-Flow?โผ
Run `npx skills add marcusgoll/Spec-Flow --all -g -y` in your terminal to install all skills globally.
What does Spec-Flow do?โผ
It turns a plain-English feature request into a deployed release by walking through spec, plan, tasks, TDD implementation, quality gates, and deployment phases automatically.
How do I start a new feature with Spec-Flow?โผ
Run `/feature "your feature description"` and the workflow generates the spec, plan, and task breakdown, then implements with tests and deploys.
Does Spec-Flow work with Claude Code and Codex?โผ
Yes. It ships adapters for Claude Code, Codex, and Gemini CLI, all reading from the same shared workflow state and rules.
Can I preview changes before Spec-Flow applies them?โผ
Yes. Add `--dry-run` to any command to preview file changes, agent spawns, and git operations without making real modifications.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core