clavix-implement

Execute implementation tasks from tasks.md files with verification gates.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/g5becks/oxlint-plugins --skill clavix-implement-g5becks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clavix-implement
Source: https://github.com/g5becks/oxlint-plugins/tree/main/.skills/clavix-implement
Command: npx skills add https://github.com/g5becks/oxlint-plugins --skill clavix-implement-g5becks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of planned tasks or saved prompts, ensuring systematic progress tracking and adherence to implementation protocols.

Core Features & Use Cases

  • Task-Based Implementation: Executes tasks sequentially from a tasks.md file, ensuring each step is completed and verified.
  • Prompt Execution: Runs pre-defined prompts for code generation or task completion.
  • Verification Gate: Mandates verification of each task's success before marking it complete, preventing incomplete work.
  • Use Case: After planning a new feature with /clavix-plan, use this Skill to systematically build out the components, with each code change being verified before moving to the next task.

Quick Start

Use the clavix-implement skill to execute all pending tasks found in tasks.md.

Frequently Asked Questions about clavix-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code generation and task execution from a markdown file?

Task execution from markdown files automates code generation by sequentially processing planned items in a tasks.md file, running implementations, and tracking progress for each component step.

How does a verification gate work for sequential implementation tasks?

A verification gate enforces strict verification of each task's success before marking it complete, ensuring no incomplete work proceeds to the next step in the workflow automation sequence.

Can I run saved prompts for code generation without a tasks.md file?

Yes, prompt execution runs pre-defined prompt files directly to complete code generation tasks, providing an alternative to task-based implementation when working from a tasks.md file.

What is the best way to track progress when building planned features sequentially?

Systematic progress tracking manages task selection and implementation sequentially, enforcing strict verification protocols before task completion to track feature build progress accurately.

Do I need a planning tool before using this implementation and verification workflow?

You need a pre-planned set of tasks or saved prompts, typically generated by a planning tool like clavix-plan, to provide the tasks.md file required for systematic implementation and verification.