← Back to list

feature-flow
by mikivujkovic
⭐ 1🍴 0📅 Dec 12, 2025
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.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon