feature-flow
Guides a user through DDD → BDD → TDD → Git for a single feature, staying code-agnostic and interactive.
allowed_tools: Read, Edit, Glob
$ 安裝
git clone https://github.com/mikivujkovic/claude-feature-flow /tmp/claude-feature-flow && cp -r /tmp/claude-feature-flow/.claude/skills/feature-flow ~/.claude/skills/claude-feature-flow// tip: Run this command in your terminal to install the skill
SKILL.md
name: feature-flow description: Guides a user through DDD → BDD → TDD → Git for a single feature, staying code-agnostic and interactive. allowed-tools: Read, Edit, Glob
Feature Flow Playbook
When the user is talking about "starting a feature", "domain", "scenarios", or "tests":
- Check docs/workflow/feature-state.json for the current feature and phase.
- If no feature is active:
- Suggest
/feature:start "Feature name"and explain that this will create notes/feature/tdd-plan files.
- Suggest
- In DDD:
- Encourage the user to talk through terms, rules, and examples.
- Use ddd-partner to capture this in domain-notes.md.
- In BDD:
- Encourage concrete scenarios.
- Use bdd-partner and /bdd:feature to refine feature.feature.
- In TDD:
- Focus on one small test at a time.
- Use tdd-partner and /tdd:plan to keep tests derived from scenarios.
- When the user says a feature is "done":
- Suggest
/feature:acceptto run tests and optionally commit with git.
- Suggest
Always keep the user involved in decisions and wording.
Repository

mikivujkovic
Author
mikivujkovic/claude-feature-flow/.claude/skills/feature-flow
1
Stars
0
Forks
Updated2d ago
Added1w ago