ze-implement

Automate phased spec implementation with tests and status tracking in the Ze repository.

50|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/ze-software/ze --skill ze-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ze-implement
Source: https://github.com/ze-software/ze/tree/main/.codex/skills/ze-implement
Command: npx skills add https://github.com/ze-software/ze --skill ze-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the end-to-end spec implementation workflow within the Ze repository, coordinating spec status updates, auditing existing work, phased implementation with tests, verification, and documentation updates.

Core Features & Use Cases

  • Phase-driven implementation: enforces step-by-step progression with tests-first approach.
  • Status-driven workflow: updates spec status to in-progress, tracks current phase and date, and logs progress.
  • Verification & documentation closure: runs verification targets and finalizes documentation updates.

Quick Start

Run the Ze spec implementation workflow against the selected spec file to execute the end-to-end process.

Frequently Asked Questions about ze-implement

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

FAQPage Schema
How do I automate end-to-end spec implementation with status tracking and tests?

Spec implementation is automated by coordinating status updates, auditing existing files, and executing phases with a tests-first approach. The workflow tracks the current phase and date, runs verification targets, and finalizes documentation updates across the repository.

What is the best way to enforce a tests-first development workflow across multiple implementation phases?

A tests-first development workflow is enforced through phase-driven progression that requires writing tests before implementing features. This step-by-step mechanism ensures each phase is verified independently before moving to the next stage of the spec implementation.

How do I track spec status and log progress during phased implementation?

Spec status tracking is managed by updating metadata to in-progress, recording the current phase and date, and logging ongoing progress. This status-driven workflow maintains visibility throughout the end-to-end implementation lifecycle.

Does the spec implementation workflow handle documentation updates and verification closure?

Spec implementation includes verification and documentation closure by running verification targets and finalizing documentation updates. This ensures the repository accurately reflects the completed work after all phased implementation and testing are finished.

Do I need to audit existing files before starting phase-by-phase spec implementation?

Auditing existing files is required before starting phase-by-phase spec implementation to assess current work. The workflow audits planned files to establish a baseline before executing the tests-first implementation phases and running verifications.