implement-compozy-feature

Orchestrate end-to-end feature implementation with isolated subagents and phase-based execution.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/phillippelevidad/ai-led-engineering --skill implement-compozy-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-compozy-feature
Source: https://github.com/phillippelevidad/ai-led-engineering/tree/main/skills/implement-compozy-feature
Command: npx skills add https://github.com/phillippelevidad/ai-led-engineering --skill implement-compozy-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of managing complex, multi-step feature implementations by enforcing strict isolation and modularity, preventing context contamination and ensuring each task is handled by a dedicated, fresh subagent.

Core Features & Use Cases

  • Orchestrated Pipeline: Automates the full lifecycle of a feature build, including task creation, execution, review, and remediation.
  • Strict Isolation: Ensures every task, review round, and fix round runs in a clean, disposable subagent environment.
  • Use Case: When building a new feature defined in a .compozy/tasks/ folder, this skill coordinates the entire process from decomposing the PRD into tasks to verifying the final implementation through iterative review cycles.

Quick Start

Use implement-compozy-feature to build the feature located in the .compozy/tasks/my-new-feature/ directory.

Frequently Asked Questions about implement-compozy-feature

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

FAQPage Schema
How do I orchestrate end-to-end feature implementation with isolated subagents?

You orchestrate end-to-end feature implementation by delegating tasks, reviews, and fixes to isolated subagents. This approach prevents context contamination by ensuring each task runs in a clean, disposable environment throughout the pipeline.

What is the best way to automate a multi-step feature build pipeline?

Automating a multi-step feature build pipeline requires strict phase-based execution and scoped test validation. The process coordinates the full lifecycle from task creation and execution to review and remediation, ensuring modularity at every step.

How do I prevent context contamination when managing complex software engineering workflows?

Preventing context contamination in complex software engineering workflows requires strict isolation. Each task, review round, and fix round must execute in a dedicated, fresh subagent environment to avoid overlap and maintain modularity.

Can I use subagent orchestration for features defined by Compozy PRDs and technical specifications?

Yes, subagent orchestration applies directly to complex software engineering workflows defined by Compozy PRDs and technical specifications. It coordinates the entire process from decomposing the PRD into tasks to verifying the final implementation.

How do I start building a feature located in the .compozy/tasks/ directory?

To build a feature located in the .compozy/tasks/ directory, trigger the orchestration skill. It automatically decomposes the PRD into tasks and coordinates execution through iterative review cycles until the feature is verified.

When do I need isolated subagents for software engineering tasks?

You need isolated subagents for software engineering tasks when managing complex, multi-step feature implementations. This approach enforces modularity and prevents context contamination by running each task, review, and fix in a disposable environment.