implement

Orchestrate multi-phase software feature implementation with parallel AI agents and Git worktree isolation.

217|20|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/yonatangross/orchestkit --skill implement-yonatangross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/yonatangross/orchestkit/tree/main/plugins/ork/skills/implement
Command: npx skills add https://github.com/yonatangross/orchestkit --skill implement-yonatangross

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming process of implementing new features in a software project, coordinating multiple specialized AI agents to handle different aspects of development from architecture to testing.

Core Features & Use Cases

  • Full-Stack Implementation: Handles feature development across backend, frontend, and testing.
  • Parallel Agent Execution: Leverages multiple AI agents working concurrently for faster development cycles.
  • Worktree Isolation: Prevents conflicts by isolating feature development in separate Git worktrees.
  • Phased Workflow: Guides development through structured phases: Discovery, Planning, Architecture, Implementation, Verification, Documentation, and Reflection.
  • Use Case: Implement a new user authentication system, including API endpoints, frontend components, and comprehensive tests, all orchestrated by this Skill.

Quick Start

Use the implement skill to build a new user profile page with avatar upload functionality.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate full-stack feature development across backend and frontend components?

You can automate full-stack feature implementation by coordinating specialized AI agents across backend, frontend, and testing phases. This orchestrates parallel execution and worktree isolation to deliver complete features efficiently without manual task delegation.

How does parallel agent execution work for software implementation?

Parallel agent execution works by leveraging multiple AI agents working concurrently on different aspects of development. The workflow isolates feature development in separate Git worktrees to prevent conflicts while agents handle architecture, coding, and verification simultaneously.

What are the phases of an automated feature implementation workflow?

The automated feature implementation workflow guides development through seven structured phases: Discovery, Planning, Architecture, Implementation, Verification, Documentation, and Reflection to ensure comprehensive coverage from design to final review.

Can I use this workflow for complex full-stack scenarios requiring architectural design?

Yes, this workflow supports complex full-stack development scenarios requiring architectural design, coding, and verification. It orchestrates the end-to-end implementation of software features by coordinating specialized agents to handle different architectural aspects.

Does worktree isolation prevent conflicts during parallel code generation?

Worktree isolation prevents conflicts by isolating feature development in separate Git worktrees. This allows multiple parallel agents to generate code and implement features concurrently without overwriting each other's changes in the main branch.