← Back to list

feature-breakdown
by duhenri9
Landing page oficial da WM3, criada para consolidar o reposicionamento da agência no mercado digital. Centraliza todos os links, serviços e projetos em um só hub estratégico, refletindo a nova fase da marca e a integração de soluções de automação e IA.
⭐ 0🍴 0📅 Jan 17, 2026
SKILL.md
name: feature-breakdown description: Break down features into implementable tasks phases: [P]
Feature Breakdown
When to Use
Use this skill when planning a new feature or breaking down requirements.
Breakdown Process
1. Understand the Goal
- What problem does this solve?
- Who is the user?
- What does success look like?
2. Identify Components
- UI changes needed
- API endpoints required
- Database changes
- External integrations
- Background jobs
3. Define Tasks
Each task should be:
- Small: Completable in <4 hours
- Independent: Minimal dependencies
- Testable: Clear acceptance criteria
- Valuable: Delivers partial value
4. Order by Dependencies
1. Database schema changes
2. Backend API endpoints
3. Frontend components
4. Integration tests
5. Documentation
Task Template
### Task: [Name]
**Description**: [What to implement]
**Acceptance Criteria**:
- [ ] Criterion 1
- [ ] Criterion 2
**Technical Notes**:
- Approach: [How to implement]
- Files: [Which files to modify]
- Dependencies: [What must be done first]
**Estimate**: [S/M/L]
Sizing Guide
- S (Small): <2 hours, single file change
- M (Medium): 2-4 hours, few files
- L (Large): 4-8 hours, multiple components
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon