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.

Skills tagged: implementation

Browse skills that share this tag.

  • speckit-implement - Execute implementation plan from tasks.md
    spec-kitimplementationtask-executionworkflow

    ★ 0 · Updated 2026-09-24

    Executes project implementation plans by processing tasks defined in tasks.md after checking prerequisites, extension hooks, and checklists.

    ⚙ Check extension hooks⚙ Run prerequisite check script⚙ Verify checklist completion status
  • gated-module-implementation - Plan-first batched module implementation with code review
    implementationplan-firstcode-reviewtesting

    ★ 113 · Updated 2026-09-23

    Executes module development via plan audits, human approval, batched task execution in gated or auto-loop mode, and automatic code reviews.

    ⚙ Write implementation plan⚙ Audit plan across three rounds⚙ Execute plan tasks in batches
  • subagent-driven-development - Execute plans using subagents and two-stage review
    delegationsubagentimplementationworkflow

    ★ 0 · Updated 2026-09-23

    Executes implementation plans task by task by dispatching subagents with systematic specification and code quality reviews.

    ⚙ Parse implementation plans into tasks⚙ Dispatch subagents to implement tasks⚙ Review implementation spec compliance
  • speckit-implement - Execute spec-kit implementation plan tasks
    spec-kitimplementationtasksautomation

    ★ 0 · Updated 2026-09-23

    Executes the implementation plan by processing and executing all tasks defined in tasks.md.

    ⚙ Check extension hooks⚙ Verify checklists status⚙ Verify project ignore files
  • aico-frontend-implement - Execute frontend task implementation with TDD
    frontendtddtestingimplementation

    ★ 650 · Updated 2026-09-22

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

    ⚙ Read task file⚙ Read constraint documentation⚙ Execute implementation steps
  • plan - Write an actionable markdown plan without execution
    planningplan-modeimplementationworkflow

    ★ 2 · Updated 2026-09-21

    Writes concrete implementation plans as markdown files under .zed/plans/ without executing code or modifying project files.

    ⚙ Inspect repository context⚙ Write actionable markdown plans⚙ Save timestamped plan files
  • plan - Write actionable implementation plans without executing code
    planningplan-modeimplementationworkflow

    ★ 3 · Updated 2026-09-20

    Generates bite-sized actionable markdown implementation plans with exact file paths and code examples under .syriana/plans/ without executing changes.

    ⚙ Inspect repository context using read-only tools⚙ Generate structured bite-sized implementation plans⚙ Save markdown plans to plan directory
  • spok-validate-implementation - Validate Implementation Against Task Plan and Codebase
    validationtestingcode-reviewimplementation

    ★ 3 · Updated 2026-09-18

    Validates implemented work against a task plan, ExecPlan, and codebase state before code review or PR.

    ⚙ Read plan and task directory files⚙ Inspect git diff and git status⚙ Execute automated verification commands
  • task - Implement a single task by ID using TDD
    implementationtddtasks

    ★ 18 · Updated 2026-09-18

    Executes a task by verifying dependencies, showing scope to user, implementing code with TDD, and updating workflow state.

    ⚙ Check task dependencies⚙ Display task scope⚙ Implement code using TDD
  • implement - Execute implementation plans using parallel worker agents
    implementationparallel-executionorchestrationtask-management

    ★ 2 · Updated 2026-09-17

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

    ⚙ Analyze implementation plan sources⚙ Create dependency-tracked tasks⚙ Generate blueprint markdown files
  • sparc-implement - Design architecture and implement code in SPARC methodology
    sparcarchitecturepseudocodeimplementation

    ★ 1 · Updated 2026-09-15

    Execute SPARC architecture and implementation phases to design module boundaries, write pseudocode, implement code, and run tests.

    ⚙ Retrieve feature specifications and states⚙ Design language agnostic pseudocode algorithms⚙ Define module boundaries and architecture
  • flow-implement - Implement plan.md and record status to implement.md
    workflowimplementationgitexecutor

    ★ 0 · Updated 2026-09-14

    Executes designated plan.md tasks, runs specified verifications, and records progress into implement.md.

    ⚙ Validate plan schema and status⚙ Implement tasks specified in plan⚙ Record progress in implement.md
  • openspec-apply-change - Implement tasks from an OpenSpec change
    openspecimplementationtask-executioncli

    ★ 0 · Updated 2026-09-14

    Executes tasks from an OpenSpec change by reading context files and updating task progress.

    ⚙ Select OpenSpec change⚙ Check change status⚙ Get apply instructions
  • implement-plan - Implement Technical Plan
    workflowimplementationplanverification

    ★ 1 · Updated 2026-09-13

    Executes an implementation plan from flow/plans phase by phase, pausing for verification between phases.

    ⚙ Read plan and referenced files⚙ Update work item state⚙ Create progress todo list
  • implement - Weft TDD Step 5: Implementation and green loop
    tddimplementationwefttesting

    ★ 44 · Updated 2026-09-12

    Replaces declare mocks with real implementation code in-place and runs verification loops until all checks and tests pass.

    ⚙ Replace mocks with real code⚙ Check export signature parity⚙ Run check and test loops
  • pipeline-implement - Implementation pipeline for delegated Tier-1/2 tasks.
    pipelineimplementationdelegationcode-review

    ★ 0 · Updated 2026-09-11

    Executes delegated implementation tasks through packet creation, executor execution, reviewer validation, narrow commit, and ledger logging.

    ⚙ Create handoff packet⚙ Spawn implementation executor⚙ Spawn code reviewer
  • implement - Implement defined work from issues or specifications
    implementationcode-reviewtddgithub-issues

    ★ 0 · Updated 2026-09-10

    Implement explicit work from GitHub issues or specs using focused validation, TDD where appropriate, and code review.

    ⚙ Read source issue or specification⚙ Gather codebase context and status⚙ Execute focused validation checks
  • apply - Implement and apply an approved change proposal
    proposalimplementationpromptertasks

    ★ 0 · Updated 2026-09-09

    Implements approved change proposals sequentially based on project tasks and updates task completion statuses.

    ⚙ Read proposal and task documents⚙ Implement changes sequentially⚙ Update task checklist statuses
  • executing-plans - Execute Implementation Plans Task by Task
    implementationplan executionsubagent dispatchtask tracking

    ★ 4 · Updated 2026-06-30

    Executes implementation plans task by task, dispatching subagents for each step and verifying results before advancing.

    ⚙ Execute plan tasks sequentially⚙ Dispatch implementer subagents⚙ Dispatch spec reviewer subagents
  • core-coder - Code Implementation Specialist
    codeimplementationrefactoringAPI

    ★ 650 · Updated 2026-06-30

    Writes clean, efficient code following best practices and design patterns

    ⚙ generate code⚙ refactor code⚙ optimize code

Scroll to load more