← Back to list

implement-feature
by dthompson-jti
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
name: implement-feature description: Full feature implementation from an approved plan. Use when you have an implementation_plan.md and are ready to build.
Implement Feature
Full feature implementation from an approved plan.
When to Use
- After
plan/featureorplan/architectureapproval - Building new functionality
- Implementing approved designs
Artifacts
task.mdupdated viatask_boundarywalkthrough.mdcreated on completion (via/wrap-up)
Approach
Phase 1: Pre-Flight Checklist
- Load approved
implementation_plan.md - View relevant files
- Acknowledge design system rules
- Confirm dev server is running
Phase 2: Execution Loop
For each phase in the plan:
- Implement changes
- Run
npm run lint— fix any errors - Run
npm run build— fix any errors - Update
task.mdprogress
Anti-Hallucination: Verify library APIs exist before using.
Phase 3: Pre-Approval Self-Correction
Assume Hostile QA role:
- What could break?
- What edge cases are missed? Fix silently before presenting.
Phase 4: User Approval Gate
STOP: "Implementation complete. Please review in browser. Proceed to cleanup?"
Phase 5: Cleanup & Documentation
- Remove dead code
- Add architectural invariant comments
- Update
task.md
Constraints
- Do NOT deviate from plan without user consent
- Do NOT use browser for testing — user tests manually
- No new lint errors
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