Feature Driven Flow Claude
Description
Feature-Driven-Flow (FDF) Claude Code marketplace repository providing the feature-driven-flow plugin and namespaced slash commands.
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/.
README
Feature-Driven-Flow (FDF)
Version: `1.2.1`
This repository is a Claude Code marketplace that currently publishes one plugin:
feature-driven-flow
Install
Add the marketplace:
/plugin marketplace add QuasarByte/feature-driven-flow-claude
Install the plugin:
/plugin install feature-driven-flow@quasarbyte-plugins
Optional shared runtime defaults:
- Copy
plugins/feature-driven-flow/fdf/into~/.claude/fdf/if you want one global FDF asset tree outside the installed plugin cache. - Optionally copy
fdf/into a target project root as./fdf/when that project needs local FDF overrides.
Included Plugin
`feature-driven-flow` provides a structured 7-phase workflow for non-trivial software delivery.
After installation, use:
/feature-driven-flow:fdf-start
Claude marketplace commands are documented in namespaced form: `/feature-driven-flow:fdf-*`.
Asset Resolution Rule
At runtime, shared FDF assets are resolved from the first available root in this order:
./fdf/in the target project root~/.claude/fdf/- bundled plugin
fdf/
Repo-local overrides still live under `.claude/feature-driven-flow/`.
Repository Layout
.claude-plugin/marketplace.json
plugins/feature-driven-flow/
The marketplace catalog lives at repository root. The actual Claude plugin payload lives under `plugins/feature-driven-flow/`.
Source Repository
Development happens in [QuasarByte/feature-driven-flow](https://github.com/QuasarByte/feature-driven-flow). This repository is the Claude marketplace distribution published through [QuasarByte/feature-driven-flow-claude](https://github.com/QuasarByte/feature-driven-flow-claude).
PowerShell Path Handling
When using PowerShell to inspect plugin files, quote filesystem paths that may contain spaces. If `rg` is unavailable in the shell, use PowerShell-native discovery commands such as `Get-ChildItem -Recurse -File` and `Select-String`.
Maintaine
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11