orchestrator:feature

Orchestrate feature development workflows with interactive and automatic modes.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill orchestrator-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator:feature
Source: https://github.com/atournayre/claude-personas/tree/main/orchestrator/skills/feature
Command: npx skills add https://github.com/atournayre/claude-personas --skill orchestrator-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the entire feature development lifecycle, from initial discovery to final cleanup, by orchestrating a series of automated steps and providing clear checkpoints.

Core Features & Use Cases

  • Dual Mode Operation: Supports both interactive (user-guided) and automatic (issue-driven) workflows.
  • Phased Development: Manages distinct phases like Discover, Explore, Clarify, Design, Plan, Code, Review, and Cleanup.
  • Task Management Integration: Creates and updates tasks within the system for progress tracking.
  • Worktree Management: Optionally creates and cleans up Git worktrees for isolated development.
  • Use Case: Automatically develop a new feature based on a GitHub issue, including code generation, review, and pull request creation, with minimal human intervention.

Quick Start

Initiate an interactive feature development workflow by describing your feature.

Frequently Asked Questions about orchestrator:feature

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

FAQPage Schema
How do I automate feature development from a GitHub issue to a pull request?

Automated feature development uses an issue-driven workflow to handle prerequisite checks, code implementation, automated review loops, and pull request creation with minimal human intervention.

What is a phased feature development workflow?

A phased feature development workflow breaks the lifecycle into distinct steps: Discover, Explore, Clarify, Design, Plan, Code, Review, and Cleanup. This provides structured checkpoints and integrates task management throughout the process.

How do I manage Git worktrees for isolated feature coding?

Git worktree management is handled automatically during the feature development lifecycle, optionally creating isolated environments for coding and ensuring cleanup is performed during the final phase.

Does this feature development workflow support interactive modes?

Yes, the feature development workflow supports both interactive user-guided operation and automatic issue-driven modes. You can initiate an interactive session by simply describing your desired feature.

Can I integrate task management with code review and CI/CD workflows?

Task management integration tracks progress by creating and updating tasks within the system during the coding and review phases. This ensures development steps are monitored alongside Git worktree operations.