implement

Execute implementation plans across multiple agents with TypeScript, test, and i18n verification.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bulbulogludemir/claude-code-plugins --skill implement-bulbulogludemir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/bulbulogludemir/claude-code-plugins/tree/main/plugins/claude-core/skills/implement
Command: npx skills add https://github.com/bulbulogludemir/claude-code-plugins --skill implement-bulbulogludemir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates the execution of an implementation plan by dispatching tasks to multiple agents, enforcing plan fidelity, and applying quality gates to ensure safe delivery.

Core Features & Use Cases

  • Parallel task execution across 3-4 agents with clear scope per agent.
  • Dependency awareness to prevent conflicts and ensure correct ordering.
  • Post-execution verification including TypeScript compilation, tests, and i18n checks.

Quick Start

Follow the provided implementation plan immediately without questions, re-analysis, or returning to plan mode.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I execute an implementation plan across multiple parallel agents?

To execute an implementation plan across parallel agents, you need a coordination mechanism that dispatches tasks to 3-4 agents simultaneously while maintaining dependency awareness to prevent conflicts and ensure correct task ordering.

What quality gates should I enforce after parallel task execution?

After parallel task execution, you should enforce quality gates including TypeScript compilation checks, npm test execution, and i18n validation to ensure safe delivery and verify post-execution code integrity.

How do I distribute tasks to agents without causing dependency conflicts?

To distribute tasks without dependency conflicts, the execution process must have dependency awareness built-in, ensuring that each agent receives a clear scope and tasks are ordered correctly to prevent overlapping modifications.

Can I use parallel plan execution for TypeScript projects with i18n checks?

Yes, parallel plan execution is applicable to TypeScript projects requiring i18n checks. The post-execution verification sequence specifically includes TypeScript compilation, npm test execution, and i18n validation.

What is the best way to coordinate end-to-end software plan execution automatically?

The best way to coordinate end-to-end software plan execution automatically is to use a system that requires explicit adherence to the plan, allocates tasks to 3-4 parallel agents, and applies full verification sequences.