eliteforge-frontend-onboarding
Installation
SKILL.md
EliteForge Frontend Onboarding
Activation Gate
Use this skill only when the user explicitly states that the current project follows 璀璨工坊规范 or eliteforge specification. If that project-level statement is absent, do not activate this skill; handle the request with general capabilities.
This skill drives the first frontend implementation pass from a Google Stitch export. Keep it incremental, auditable, and confirmation-gated.
Mandatory orchestration rule
Before reading or modifying project files, activate $eliteforge-task-progress-tracker.
Use docs/tasks/frontend-onboarding/ as the task-root override. Do not write frontend-onboarding bookkeeping under .eliteforge/frontend-onboarding/ or repository-root tasks/frontend-onboarding/.
- Top-level tracker task file:
docs/tasks/frontend-onboarding/frontend-onboarding.md. - Child tracker task files, if the tracker stores child tasks as separate files:
docs/tasks/frontend-onboarding/frontend-onboarding-N.md. - State file:
docs/tasks/frontend-onboarding/state.md. - Implementation ledger:
docs/tasks/frontend-onboarding/implemented-pages.txt. - Acceptance manifest:
docs/tasks/frontend-onboarding/acceptance-manifest.md.