implement

Automate feature implementation with integrated validation loops across phases 0 to 4.

22|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/peteski22/claude-pragma --skill implement-peteski22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/peteski22/claude-pragma/tree/main/skills/universal/implement
Command: npx skills add https://github.com/peteski22/claude-pragma --skill implement-peteski22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates feature implementation by enforcing an integrated validation loop that ensures compliance with CLAUDE.md rules and validators before completion.

Core Features & Use Cases

  • Phase-driven workflow from rule injection to final validation, enabling early detection of violations.
  • Pre-Implementation Setup that reads project-specific CLAUDE rules, collects supplements, and prepares the environment for safe changes.
  • Automated validation and structured reporting that runs linters and semantic validators, fixes violations where possible, and outputs a completion report.

Quick Start

Use the implement skill to apply a task with automatic validation. Example: /implement add input validation to the login form.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate feature implementation with CLAUDE.md rule validation?

Automate feature implementation by using a phase-driven workflow that injects CLAUDE.md rules, runs pre-implementation setup, and executes validators across phases 0 to 4. This enforces compliance and fixes violations before outputting a structured completion report.

What is the best way to enforce project-specific rules before writing new code?

The best way to enforce project-specific rules is through a pre-implementation setup phase that reads CLAUDE.md configurations, collects local supplements, and prepares the environment. This ensures all subsequent code changes comply with deterministic linting standards.

How does automatic validation work during software development phases?

Automatic validation works by applying linters and semantic validators across structured implementation phases. It detects violations, attempts automatic fixes where possible, and generates a completion report to verify code compliance before finalizing the feature.

Do I need a CLAUDE.md file to use automated feature implementation workflows?

Yes, a CLAUDE.md file is required for automated feature implementation. The workflow specifically relies on Phase 0 rule injection to read project-specific CLAUDE rules and local supplements to establish the validation baseline for code changes.

Can I fix linting and semantic violations automatically during implementation?

Yes, you can fix linting and semantic violations automatically. The integrated validation loop runs deterministic linters and semantic validators during the implementation phases and fixes violations where possible before generating a structured report.

What are the limitations of phase-driven implementation with automatic validation?

A limitation of phase-driven implementation is its strict dependency on CLAUDE.md rule injection and local supplements. Projects lacking these configuration files or requiring phases outside the 0 to 4 workflow structure may not integrate properly with the automated validation loop.