adhoc-implement

Execute backlog plans with branching, test-matrix wiring, and CodeQL validation.

12|5|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Clyra-AI/gait --skill adhoc-implement-clyra-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adhoc-implement
Source: https://github.com/Clyra-AI/gait/tree/main/.agents/skills/adhoc-implement
Command: npx skills add https://github.com/Clyra-AI/gait --skill adhoc-implement-clyra-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Implement a user-specified Gait backlog plan end-to-end with strict branch bootstrap, story-by-story execution, required test-matrix wiring, CodeQL validation, and final DoD/acceptance revalidation.

Core Features & Use Cases

  • Git bootstrap and branch creation per plan
  • Story-by-story implementation with scoped changes
  • Mandatory test-matrix wiring and CodeQL validation
  • Final DoD/acceptance revalidation and evidence generation

Quick Start

Provide a valid plan_path to the backlog document and ask the skill to execute it end-to-end.

Frequently Asked Questions about adhoc-implement

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

FAQPage Schema
How do I automate backlog plan execution against a code repository?

Backlog plan execution is automated end-to-end by providing a valid plan_path, which triggers branch bootstrap, story-by-story implementation, test-matrix wiring, and final DoD revalidation against the target repository.

What is story-by-story implementation with required test-matrix wiring?

Story-by-story implementation applies scoped code changes sequentially per backlog item, ensuring mandatory test-matrix wiring and CodeQL validation are enforced across CI pipelines for each story before proceeding.

How does CodeQL validation work during backlog plan execution?

CodeQL validation acts as a fail-safe check during backlog execution, enforcing security and quality gates across CI pipelines before allowing the story-by-story implementation to proceed to the next phase.

Do I need a specific plan file format to execute a Gait backlog plan?

Yes, executing a Gait backlog plan requires a valid plan_path input pointing to the backlog document, which the system validates for proper structure before initiating any branching or implementation work.

What is the best way to enforce DoD revalidation and evidence generation?

DoD revalidation and evidence generation are enforced automatically at the end of the backlog plan execution, verifying that all acceptance criteria are met after story implementation and CodeQL validation complete.

Why does git bootstrap and branch creation fail during plan execution?

Git bootstrap fails when the provided plan_path is invalid or the plan structure fails validation, triggering fail-safe checks that halt branch creation and story implementation before any code changes are applied.