fec-source-driven-development

Compile official documentation and ADR-style decisions for frontend migrations.

21|3|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/bovinphang/frontend-craft --skill fec-source-driven-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fec-source-driven-development
Source: https://github.com/bovinphang/frontend-craft/tree/main/localized/zh-CN/skills/fec-source-driven-development
Command: npx skills add https://github.com/bovinphang/frontend-craft --skill fec-source-driven-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Frontend decision-making often relies on outdated experience; this Skill anchors choices to official docs, source code, and current version behavior to ensure decisions are verifiable.

Core Features & Use Cases

  • Confirm decisions with authoritative sources (docs, release notes, migrations) to avoid drift.
  • Maintain local knowledge records and ADR-like decisions for audits and handoffs.
  • Provide migration guidance when APIs or runtimes change, across projects and teams.

Quick Start

Collect the most recent official guidance for a given framework or API and align project decisions accordingly.

Frequently Asked Questions about fec-source-driven-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify frontend framework version changes against official documentation?

Verify frontend framework version changes by fetching official docs, compiling authoritative sources like release notes, and recording evidence with ADR-style decisions to prevent knowledge drift. This anchors choices to current version behavior rather than outdated experience.

What is the best way to document API migration decisions for project audits?

Document API migration decisions by maintaining local knowledge records and ADR-like decision logs that compile official source-of-truth documents. This provides verifiable evidence for audits and seamless handoffs across projects and teams.

How do I handle platform behavior verification when migrating frontend APIs?

Handle platform behavior verification by fetching the most recent official guidance for the specific API or runtime, aligning project decisions accordingly, and compiling migration notes that record the verified behavior changes.

Can I use source-driven development for cross-team frontend architecture reviews?

Use source-driven development for cross-team frontend architecture reviews by anchoring decisions to source-of-truth documents. It confirms choices with authoritative sources and maintains ADR-like records suitable for team coordination and audits.

Why does frontend decision-making drift from official source documentation?

Frontend decision-making drifts when teams rely on outdated experience instead of current official docs and source code. Source-driven development solves this by requiring evidence from authoritative sources and recording it in decision logs.

When do I need to compile authoritative sources for frontend versioning decisions?

Compile authoritative sources for frontend versioning decisions when framework or library versions change, APIs migrate, or platform behavior needs verification. This ensures all choices are anchored to current, verifiable official documentation.