orch-add-feature

Coordinate research, planning, and test-driven implementation phases for new software features.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/starrank-soft/PixelArraySkill --skill orch-add-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orch-add-feature
Source: https://github.com/starrank-soft/PixelArraySkill/tree/main/skills/orch-add-feature
Command: npx skills add https://github.com/starrank-soft/PixelArraySkill --skill orch-add-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of managing the lifecycle of a new feature by automating the transition between research, planning, TDD, and review phases.

Core Features & Use Cases

  • Automated Pipeline: Orchestrates a multi-phase development workflow including research, planning, and gated commits.
  • TDD Enforcement: Automatically mandates the creation of failing tests before implementation to ensure code quality.
  • Use Case: When building a new OAuth2 authentication module, this skill manages the research, task planning, test-driven development, and security review gates to ensure the feature is production-ready.

Quick Start

Use the orch-add-feature skill to research and implement a new user authentication module for the current project.

Frequently Asked Questions about orch-add-feature

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

FAQPage Schema
How do I automate test-driven development workflows for new feature development?

Automated TDD workflows are orchestrated by coordinating research, planning, and implementation phases. The skill mandates the creation of failing tests before implementation to ensure code quality and manages gated commits throughout the feature lifecycle.

What is the best way to manage multi-phase software engineering projects with gated commits?

Multi-phase project management with gated commits is achieved by orchestrating an end-to-end development lifecycle. This approach coordinates research, task planning, test-driven implementation, and security review gates to ensure features are production-ready.

How does orchestration handle security reviews for new capability development?

Security reviews are handled as structured gates within the automated development pipeline. The orchestration enforces these security checkpoints alongside test-driven implementation to guarantee net-new capabilities meet production-ready standards before completion.

Can I use automated TDD workflows within the ECC agent framework for complex modules?

Automated TDD workflows are fully supported within the ECC agent framework. The orchestration manages the full lifecycle for complex modules, such as a new OAuth2 authentication module, by coordinating research, task planning, and security review gates.

When do I need end-to-end orchestration for software feature builds?

End-to-end orchestration is needed for net-new capability development where structured gated commits and security reviews are required. It solves the complexity of managing feature lifecycles by automating transitions between research, planning, and TDD phases.