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.

implement - Execute implementation plans using parallel worker agents

Analyzes plans, creates dependency-aware tasks, spawns parallel worker agents, and runs verification tests upon completion.

Tags

Updated: 2026-09-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Analyze implementation plan sources
  • Create dependency-tracked tasks
  • Generate blueprint markdown files
  • Spawn concurrent worker agents
  • Run verification tests and linting
  • Resume execution from markdown log

Inputs

  • Implementation plan markdown file path
  • Task description text
  • Resume execution flag
  • Task-worker protocol file

Outputs

  • Implementation blueprint markdown file
  • Updated task statuses
  • Modified codebase files
  • Test and lint execution results

Requirements

  • Task-worker protocol file in AGENTS_DIR
  • Environment supporting Task primitives
  • Tool permissions for Task, Read, Write, Bash

Source

  • Spec: SKILL.md
implementation
parallel-execution
orchestration
task-management
Analyze implementation plan sources
Create dependency-tracked tasks
Generate blueprint markdown files
Spawn concurrent worker agents
Implementation plan markdown file path
Task description text
Resume execution flag
Implementation blueprint markdown file
Updated task statuses
Modified codebase files