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.

task-implementor - Implement single planned task with test-first development

Implements exactly one planned task per invocation using test-first development, then pauses for human review

Tags

Updated: 2026-05-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • locate plan directory
  • read spec file
  • read learnings file
  • read task files
  • select task
  • mark task status
  • read task details
  • write test
  • implement changes
  • run tests
  • run quality checks
  • fix failures
  • update task status
  • write learnings
  • present handoff summary

Inputs

  • plan spec at .ai/plans/{slug}/spec.md
  • learnings at .ai/plans/{slug}/learnings.md
  • task files at .ai/plans/{slug}/tasks/*.md
  • source code files
  • quality check commands

Outputs

  • modified source code files
  • created test files
  • updated task status
  • updated learnings file
  • handoff summary

Requirements

  • YAML frontmatter editing
  • glob pattern matching
  • quality check tools
  • test runner
  • CLAUDE.md for project commands

Source

  • Spec: SKILL.md
task implementation
test-driven development
code quality
software development
workflow automation
locate plan directory
read spec file
read learnings file
read task files
plan spec at .ai/plans/{slug}/spec.md
learnings at .ai/plans/{slug}/learnings.md
task files at .ai/plans/{slug}/tasks/*.md
modified source code files
created test files
updated task status