← Back to list

fullstack-workflow
by Jason25684531
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: fullstack-workflow description: Orchestrates full-stack feature development by coordinating API design, Frontend implementation, and Testing.
FullStack Development Workflow
This skill guides the implementation of features defined in OpenSpec (openspec/specs/*.md) by leveraging specialized sub-skills.
1. Backend & API Strategy (The Logic Layer)
Reference Skill: tools/mcp-builder/SKILL.md
Context: Your backend is in backend/src/ (FastAPI).
Action:
- Treat FastAPI endpoints like MCP Tools: Define strict Pydantic Input/Output models first.
- Before writing logic, define the API contract in
backend/src/app.pyor new routers. - Rule: Create a mock response capability to unblock frontend development immediately.
2. Frontend Implementation (The Visual Layer)
Reference Skill: tools/frontend-design/SKILL.md
Context: Your frontend is in frontend/ (HTML/CSS/JS).
Action:
- Read the "Frontend Aesthetics Guidelines" in the reference skill explicitly.
- Implement the UI in
frontend/index.htmlor components. - Connect to the Backend API defined in Phase 1.
- Style: Use the aesthetic principles from
frontend-design(Bold, Intentional, Production-grade).
3. Validation & Testing (The Quality Layer)
Reference Skill: tools/webapp-testing/SKILL.md
Context: Testing scripts go in tests/.
Action:
- Create a Playwright script (
tests/verify_feature.py) based on thewebapp-testingpatterns. - The script should interact with the local server (e.g., http://localhost:8188).
- Verify that the
openspecRequirements are met.
Workflow Execution Steps
- Analyze Spec: Read the target
openspec/specs/xxx.md. - Design API: Draft the Python Pydantic models.
- Draft UI: Generate the HTML/CSS structure.
- Implement: Write the functional code.
- Verify: Generate the test script.
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