marcusgollmarcusgollCommunityยท26 Agent Skills Included

Spec-Flow

Spec-driven feature development from idea to production deployment

Guides features and epics through a structured pipeline: specification, clarification, planning, task breakdown, TDD implementation, quality gates, and deployment. Eliminates ad-hoc prompting, lost context, untested code, and undocumented decisions with persistent artifacts and state tracking. Includes quality gates, parallel sprint execution, worktree isolation, and rollback-tested deployments to ship reliable software faster.
npx skills add marcusgoll/Spec-Flow --all -g -y
Available:

Instructs the agent on the full slash-command workflow (spec through ship), quality gates, worktree isolation, and how multiple coding tools share one canonical state without conflicting edits.

All Skills in This Repository (26)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

dry-run

Simulate command effects with a --dry-run flag without applying changes.

Community
Basic
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

ultrathink

Generate an assumption inventory, codebase analysis, and simplified architecture plan.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

epic-sprints

Generate sprint-plan.md with dependency graphs and locked OpenAPI contracts.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

epic-scoping

Automate epic scoping through structured questioning to populate epic-spec.md.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

domain-memory

Persist agent domain state to a disk-based domain-memory.yaml file.

Community
Intermediate
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

design-tokens

Generate and maintain design tokens across UI, email, PDF, CLI, chart, and doc surfaces.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

task-status-sync

Convert manual task file edits into atomic task-tracker commands.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

anti-duplication

Search existing code patterns before implementing new functionality to prevent duplication.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

git-workflow-enforcer

Enforce git commits after each phase using Conventional Commits format.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

hallucination-detector

Validate technology suggestions against the project's documented tech stack and codebase.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

breaking-change-detector

Detect breaking API, schema, and interface changes with severity levels and migration paths.

Community
Advanced
๐Ÿ“ฆ In Repo
marcusgollmarcusgoll

dependency-conflict-resolver

Detect and resolve package dependency conflicts before installation.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’