chordlens-orchestrator

Coordinate phased ChordLens development tasks from planning to GitHub integration.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/xmun74/chordlens --skill chordlens-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chordlens-orchestrator
Source: https://github.com/xmun74/chordlens/tree/main/.claude/skills/chordlens-orchestrator
Command: npx skills add https://github.com/xmun74/chordlens --skill chordlens-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ChordLens Orchestrator coordinates multi-phase development tasks from planning to GitHub integration, aligning FE/BE work and stakeholder communication to accelerate delivery.

Core Features & Use Cases

  • End-to-end phased workflow: Phase 0 context check, Phase 1 task classification, Phase 2 Plan with plan-critic, Phase 3 Implement, Phase 4 QA, Phase 5 GitHub, Phase 6 cleanup.
  • Workspace-driven collaboration: _workspace/ is used to store tasks, plans, critiques, and reports for reproducibility.
  • Integrated review loops: automated prompts between planners, implementers, and QA to ensure quality gatekeeping before shipping.
  • Use Case: When starting a new ChordLens feature, run Phase 1 planning, Phase 2 critique, Phase 3 implement, Phase 4 QA, and Phase 5 PR creation in sequence.

Quick Start

Create a _workspace task description and let the orchestrator guide you through planning, implementing, QA, and GitHub steps.

Frequently Asked Questions about chordlens-orchestrator

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

FAQPage Schema
What is phased development orchestration for frontend and backend tasks?

Phased development orchestration coordinates sequential stages from planning to GitHub integration, unifying frontend and backend work. It applies structured phases for task classification, implementation, QA, and cleanup to ensure reproducible delivery.

How do I automate code review loops during software implementation?

You can automate code review loops by applying prompt-based evaluation between planning, implementing, and QA phases. This orchestrator routes tasks and triggers automated critiques to enforce quality gatekeeping before shipping code.

What is the best way to manage development workspaces for reproducible task planning?

The best way to manage development workspaces is using a dedicated directory to store tasks, plans, critiques, and reports. This workspace-driven approach maintains context across planning, implementation, and QA phases for full reproducibility.

How do I coordinate end-to-end development workflows from planning to GitHub pull requests?

To coordinate end-to-end workflows, run structured phases sequentially: context check, task classification, planning with critique, implementation, QA, and finally GitHub integration for pull request creation, followed by workspace cleanup.

Can I use phased orchestration for aligning stakeholder communication with QA feedback?

Yes, phased orchestration aligns stakeholder communication by routing tasks through structured QA feedback loops. It integrates automated prompts between implementers and QA to ensure quality gatekeeping before communicating delivery status.

Does task orchestration require a specific project structure to manage phase transitions?

Task orchestration requires a workspace directory to store plans and reports but does not specify a rigid project structure. It uses prompt-based evaluation and task routing to manage phase transitions cleanly within your existing codebase.