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 with input: implementation plan

Browse skills that use this input.

  • codex-review - Cross-model code and plan review
    code reviewplan reviewcross-modelOpenAI Codex

    ★ 32 · Updated 2026-06-15

    Cross-model review skill that sends plans or code diffs to OpenAI Codex for independent verification and iterative improvement.

    ⚙ detect review mode⚙ read plan from context⚙ read git diff
  • subagent-driven-development - Execute implementation plans with independent subagents
    implementationcode executioncode reviewsubagent

    ★ 0 · Updated 2026-06-15

    Dispatch fresh subagent per task with two-stage review for implementation execution

    ⚙ read plan⚙ extract tasks⚙ create todo list
  • subagent-driven-development - Execute plans with independent subagent tasks
    code executionplan executionsubagent coordinationtask management

    ★ 1 · Updated 2026-06-15

    Execute implementation plans by dispatching fresh subagent per task with two-stage review after each

    ⚙ read plan⚙ extract tasks⚙ create todo list
  • subagent-driven-development - Execute Plans with Subagents
    plan executionsubagentcode reviewdevelopment workflow

    ★ 0 · Updated 2026-06-15

    Execute implementation plans in current session by dispatching fresh subagent per task with two-stage review

    ⚙ read plan⚙ dispatch implementer subagent⚙ answer questions
  • plan-reviewer - Review implementation plans and specs
    plan reviewacceptance criteriavalidationintegration testing

    ★ 18 · Updated 2026-05-11

    Review plans to ensure testable criteria, complete validation, and surfaced integration risks before coding

    ⚙ review implementation plans⚙ check acceptance criteria⚙ validate manual steps
  • mav-plan-execution - Step-by-step Implementation Plan Execution
    plan executionimplementationtask managementprogress tracking

    ★ 5 · Updated 2026-05-09

    Executes implementation plans step-by-step with verification, progress tracking, failure handling, and recovery support

    ⚙ load plan⚙ check prior progress⚙ pick next step
  • plan-validation - Plan Validation Quality Gate
    quality assuranceplan validationimplementationcompliance

    ★ 1 · Updated 2026-03-24

    Validates implementation plans for schema compliance and completeness before user presentation

    ⚙ validate implementation plan⚙ check schema compliance⚙ verify cross-cutting concerns
  • devops-workflow - Issue-driven DevOps workflow with workspace isolation
    devopsgit workflowbranch managementpull request

    ★ 0 · Updated 2026-03-24

    Execute DevOps workflow with pre-flight checks, workspace isolation, and PR lifecycle management

    ⚙ define pre-flight protocol⚙ verify GitHub issue⚙ clone repository
  • executing-plans - Execute development plans with checkpoint reviews
    plan-executionbatch-processingcode-reviewdevelopment-workflow

    ★ 1 · Updated 2026-02-14

    Load written implementation plans, execute tasks in batches, and report for review between batches

    ⚙ load plan file⚙ review plan critically⚙ execute task batch
  • review-changes - Code review against plan and standards
    code-reviewgitquality-assuranceworkflow

    ★ 1 · Updated 2026-02-13

    Review working tree changes against plan and repository standards, generating review documentation.

    ⚙ review code changes⚙ write review file⚙ read Git status
  • spec-parallel - Auto-detect and parallelize Spec Kit tasks
    Spec Kitparallel processingtask automationworkflow optimization

    ★ 18 · Updated 2026-02-12

    Automatically detect parallel-eligible Spec Kit tasks and spawn agents for parallel execution

    ⚙ detect parallel-eligible tasks⚙ spawn implementation agents⚙ parse tasks file
  • subagent-driven-development - Subagent-Driven Development for Plan Execution
    subagentdevelopmentplan executioncode review

    ★ 284,734 · Updated 2026-02-09

    Execute implementation plans by dispatching fresh subagents for each task with two-stage review

    ⚙ dispatch implementer subagent⚙ dispatch spec reviewer subagent⚙ dispatch code quality reviewer subagent