implement

Orchestrate multi-package implementation tasks in the skaile-dev monorepo.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/skaile-ai/ai-assets --skill implement-skaile-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/skaile-ai/ai-assets/tree/main/skaile-development/skills/implement
Command: npx skills add https://github.com/skaile-ai/ai-assets --skill implement-skaile-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monorepo-aware orchestration for skaile-dev implementation tasks, coordinating plan creation, expert routing, supervised execution, and post-change activities to reduce drift and errors.

Core Features & Use Cases

  • End-to-end implementation orchestration across multiple packages in the skaile-dev monorepo.
  • Reads per-package CLAUDE.md, identifies the correct prog-expert for the stack, and generates a plan (_implementation/skaile-plan.md).
  • Executes changes with supervised dispatch, runs tests, updates docs, and records a devlog entry on completion.
  • Supports feature, bugfix, and refactor work that touches multiple packages, ensuring gating steps (audit, doc, devlog) are performed.

Quick Start

Provide a task description and optional target_package, then initiate the plan with skaile-development.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I orchestrate multi-package implementation tasks in a monorepo?

Monorepo implementation orchestration automates plan generation, expert routing, supervised execution, and post-change activities like test runs and devlog updates across multiple packages. It reads per-package CLAUDE.md files to identify the correct prog-expert for the stack, ensuring gating steps are performed.

What is the best way to reduce drift and errors when coordinating changes across multiple packages?

Coordinating changes across multiple packages through end-to-end orchestration reduces drift and errors by generating a structured plan, creating a feature branch, dispatching changes with supervision, and running audits. It ensures documentation and devlog entries are updated on completion.

Can I use this workflow for feature, bugfix, and refactor work that touches multiple packages?

Yes, this orchestration workflow supports feature, bugfix, and refactor work that touches multiple packages. It routes tasks to the correct prog-expert based on per-package CLAUDE.md configurations and enforces gating steps including audit, documentation, and devlog updates.

How do I start an implementation plan for skaile-dev development tasks?

To start an implementation plan, provide a task description and an optional target package, then initiate the plan with skaile-development. The orchestrator identifies the affected packages, routes to the correct expert, and generates a plan file before executing changes.

Does this orchestrator handle test runs and documentation updates automatically?

Yes, the orchestrator handles test runs and documentation updates automatically. After executing changes with supervised dispatch, it runs tests, performs audits, updates documentation, and records a devlog entry to fulfill post-change requirements.