LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

aico-frontend-implement - Execute frontend task implementation with TDD

Executes frontend implementation tasks following TDD by reading task files, executing steps, verifying changes, and updating status.

Tags

Updated: 2026-09-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Read task file
  • Read constraint documentation
  • Execute implementation steps
  • Run step verification
  • Write failing test first
  • Run unit tests
  • Run build check
  • Update task status

Inputs

  • Task file
  • Task number
  • Design system specifications
  • Technical constraint documentation
  • Language configuration

Outputs

  • Updated task file
  • Updated PM story file
  • Frontend source code and tests
  • Completion summary message

Requirements

  • Node.js and npm test/build environment
  • Task file under docs/reference/frontend/tasks/
  • Constraint files under docs/reference/frontend/

Source

  • Spec: SKILL.md
frontend
tdd
testing
implementation
task-execution
Read task file
Read constraint documentation
Execute implementation steps
Run step verification
Task file
Task number
Design system specifications
Updated task file
Updated PM story file
Frontend source code and tests