← スキル一覧に戻る

feature-dev
by jw3b-dev
The Agentic Web3 Development Platform
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: feature-dev description: Comprehensive workflow for implementing new features or complex changes. Use when the user asks for a new component, page, or significant refactor.
Feature Development Skill
This skill guides you through a rigorous cycle of Planning, Execution, and Verification to ensure high-quality delivery.
When to use this skill
- The user requests a new feature (e.g., "Add a login page").
- The user asks for a complex refactor (e.g., "Migrate to TypeScript").
- You are unsure of the implementation details and need to "think" first.
Workflow Steps
1. Planning Phase (Architect Mode)
- Analyze: Read the request and any linked files.
- Research: Check for existing patterns or reusable components using
grep_searchorfind_by_name. - Plan Artifact: Create
implementation_plan.mdusing the standard template.- Goal: What are we building?
- Proposed Changes: List files to create/modify.
- Verification: How will we prove it works?
- Task List: Update the system
task.md(viatask_boundary) with granular subtasks.
2. Execution Phase (Builder Mode)
- Decompose: Break down the implementation into small, atomic groups of tool calls.
- Implement:
- Create new files using
write_to_file. - Modify existing files using
replace_file_content(single block) ormulti_replace_file_content(scattered edits).
- Create new files using
- Safety:
- Respect
.gitignore. - Do not overwrite files without reading them first.
- Respect
3. Verification Phase (Reviewer Mode)
- Lint/Build: Run
npm run lintornpm run buildto catch syntax errors immediately. - Visual Proof:
- Use
browser_subagentto visit the local dev server. - Take a screenshot or recording of the new feature.
- Crucial: Embed this proof in the
walkthrough.md.
- Use
4. Reporting
- Walkthrough: Create or update
walkthrough.mdwith:- Summary of changes.
- Screenshots/Videos.
- Any known issues or next steps.
- Notify: Call
notify_userwith the list of artifacts.
Decision Tree
- Is it a one-line fix? -> Skip this skill, use Fast Mode rules.
- Is it a UI change? -> MUST use
browser_subagentfor verification. - Is it a backend change? -> MUST write a reproduction script or test case.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です