implement

Implements a piece of work based on a spec or set of tickets.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill implement-richard-jh-mccrae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/richard-jh-mccrae/PokemonAI/tree/main/.agents/skills/implement
Command: npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill implement-richard-jh-mccrae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a written spec or a set of tickets into actual working code requires a disciplined, repeatable workflow. This Skill provides a shared implementation workflow that guides the AI through executing planned work consistently across agent environments. ## Core Features & Use Cases - Spec-Driven Implementation: Executes work items defined by a specification document or ticket set. - Shared Workflow Delegation: Reads and follows an authoritative workflow definition from the project's shared skill directory, resolving all relative paths against it. - Cross-Host Translation: Translates host-specific invocation syntax and tool names to Codex equivalents without altering the workflow, constraints, stop conditions, or outputs. - Use Case: A developer has a finalized feature spec and asks the agent to implement it; the Skill loads the canonical implementation workflow and drives the coding process to completion. ## Quick Start Ask the agent to implement the work described in your current spec or ticket set using the implement skill.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I implement a feature from a spec using an AI agent?▼

Invoke the implement skill with your spec or ticket set as input. It loads the project's shared implementation workflow and follows it as the authoritative guide, executing the planned work step by step until the stop conditions are met.

How does this skill handle tickets or task specifications?▼

The skill treats a spec or set of tickets as its input and delegates execution to the canonical workflow defined in the shared .claude/skills/implement directory. All relative paths in that workflow are resolved against that directory.

Can I use this skill outside the original Claude environment?▼

Yes. The skill explicitly translates host-specific invocation syntax and tool names to Codex equivalents while preserving the original workflow, constraints, stop conditions, and outputs unchanged.

What are the limitations of this implement skill?▼

The skill is a thin wrapper and contains no workflow logic itself; it depends entirely on the shared SKILL.md at ../../../.claude/skills/implement/. If that file is missing or the project lacks a clear spec, the skill cannot proceed.