1_implement

Automates staged, test-driven implementation from .claude/specs with phased execution and git checkpoints.

10|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/dixus/claudeframework --skill 1-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1_implement
Source: https://github.com/dixus/claudeframework/tree/main/.claude/skills/1_implement
Command: npx skills add https://github.com/dixus/claudeframework --skill 1-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates turning a written spec into a structured, phased implementation process that divides work, enforces safety checkpoints, and coordinates tests, reviews, and verifications.

Core Features & Use Cases

  • Orchestrates plan creation, checkpoint setup, and phased execution from a spec stored in .claude/specs.
  • Enforces a stepwise, test-driven approach with phases, artifact tracking, and verification against CLAUDE.md directives.
  • Helps teams decompose large features into manageable sub-specs and provides a rollback mechanism via git checkpoints.

Quick Start

Provide the spec name to implement, and I will generate a plan, create a checkpoint, and begin phased implementation.

Frequently Asked Questions about 1_implement

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

FAQPage Schema
How do I turn a project spec into a phased implementation plan with test-driven execution?

To turn a project spec into a phased implementation plan, you provide the spec name stored in .claude/specs. The skill generates a structured plan, creates a git checkpoint, and begins test-driven execution with artifact tracking and safety verifications.

What is the best way to decompose large features into manageable sub-specs with rollback checkpoints?

The best way to decompose large features into manageable sub-specs is by automating spec translation into staged execution. This approach divides work into phases and provides a rollback mechanism via git checkpoints to ensure safety.

Does automated spec implementation require my project to follow CLAUDE.md guidelines?

Yes, automated spec implementation requires your project to follow CLAUDE.md guidelines. The skill enforces a stepwise approach by verifying directives, creating phase manifests, tests, and blockers against these established guidelines.

How do I enforce safety checkpoints during multi-phase feature implementation?

To enforce safety checkpoints during multi-phase feature implementation, the skill automates plan gating and git checkpoint creation at each phase. It tracks artifacts and verifies tests against CLAUDE.md directives before proceeding.

Can I use git checkpoints to rollback a test-driven implementation plan if a phase fails?

Yes, you can use git checkpoints to rollback a test-driven implementation plan if a phase fails. The skill creates robust branching and checkpoint mechanisms to safely revert work when blockers or verification failures occur.