implement

Automate end-to-end task implementation workflows with verification and review checkpoints.

147|31|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/serpro69/claude-toolbox --skill implement-serpro69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/serpro69/claude-toolbox/tree/main/kodex-plugin/skills/implement
Command: npx skills add https://github.com/serpro69/claude-toolbox --skill implement-serpro69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end workflow of turning user requests into fully executed tasks, coordinating mode selection, profile awareness, dependency handling, and review checkpoints to ensure a consistent, auditable process.

Core Features & Use Cases

  • Plan-mode and Standalone-mode support to address both feature planning and isolated fixes
  • Per-task gotcha loading through profile-detection to prevent common mistakes
  • Pre-write dependency handling for imports, libraries, and tooling to avoid breakages
  • Mandatory verification and code-review checkpoints to enforce quality and consistency
  • Automatic indexing of project conventions and design decisions after each task for knowledge retention

Quick Start

Initiate an implement task by asking to implement a feature or fix from a plan or issue, and the skill will guide you through planning, dependency checks, execution, and review.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate end-to-end task implementation workflows from a feature plan?

Automating end-to-end task implementation requires orchestrating plan-mode execution, profile detection for gotcha loading, and pre-write dependency handling. This ensures mandatory verification and code-review checkpoints are met after each task completion.

What is the best way to enforce mandatory code review and verification checkpoints during task execution?

Enforcing mandatory code review and verification checkpoints involves applying automated workflow automation rules after each task. This process indexes project conventions and design decisions automatically to ensure consistent quality and knowledge retention.

Can I use standalone-mode to execute isolated fixes without triggering full feature planning?

Standalone-mode supports executing isolated fixes without full feature planning. It handles per-task profile detection and pre-write dependency handling for imports and libraries to prevent breakages in the isolated workflow.

How does profile detection prevent common coding mistakes during task implementation?

Profile detection prevents common coding mistakes by loading per-task gotchas specific to the detected environment profile. This mechanism ensures developers avoid known errors before executing pre-write dependency handling and code generation.

Do I need to manually index project conventions and design decisions after completing a task?

Manual indexing of project conventions is unnecessary because the workflow automatically indexes design decisions and conventions after each task. This automated knowledge retention occurs following the mandatory verification and code-review checkpoints.