aico-frontend-implement
Installation
SKILL.md
Implement
Language Configuration
Before generating any content, check aico.json in project root for language field to determine the output language. If not set, default to English.
Process
- Read task file (MANDATORY):
- Look for task file in
docs/reference/frontend/tasks/ - Accept either:
- Story-based:
story-{story-name}.mdwith task number - Standalone:
standalone-{task-name}.mdwith task number
- Story-based:
- User must specify task number (e.g., "implement story-user-profile Task 1" or "implement standalone-fix-login Task 1")
- Both formats contain multiple tasks, just different naming
- If NOT exists or task number not specified → STOP and ask user which task to implement
- Look for task file in