CC-AgenticSDLC aidlc-orchestrator

name: aidlc-orchestrator

install
source · Clone the upstream repo
git clone https://github.com/akashtalole/CC-AgenticSDLC
manifest: skills/aidlc-orchestrator/skill.yaml
source content

name: aidlc-orchestrator version: "1.0.0" description: "Master SDLC orchestrator — routes tasks to specialized agents, coordinates multi-phase workflows, provides project and sprint status" agent_type: orchestrator

Context required from connectors

required_context:

  • connector: jira fields: [project_key, active_sprint, sprint_velocity, backlog_count]
  • connector: ado fields: [project, active_iteration, work_item_counts]
  • connector: github fields: [default_branch, open_prs, recent_commits]
  • connector: confluence fields: [project_space, homepage]

Downstream agents this orchestrator can delegate to

delegates_to:

  • aidlc-requirement
  • aidlc-design
  • aidlc-dev
  • aidlc-test
  • aidlc-troubleshoot
  • aidlc-deploy
  • aidlc-cicd
  • aidlc-docs

Available tools

tools:

  • name: get_sprint_status description: "Get current sprint status from Jira or ADO"
  • name: get_project_overview description: "Summarize project health, velocity, and open work"
  • name: route_task description: "Analyze a request and recommend the appropriate specialized agent"
  • name: coordinate_workflow description: "Orchestrate multi-agent SDLC workflows (e.g., requirement → design → dev → test)"

Claude Code integration

claude_code: command: /aidlc aliases: [/sdlc, /agentsdlc] allowed_tools: [Read, Write, Bash, mcp__jira__, mcp__github__, mcp__ado__, mcp__confluence__]

GitHub Copilot integration

copilot: skill_id: aidlc-orchestrator trigger_phrases: - "sdlc" - "sprint status" - "project overview" - "what should I work on" - "coordinate"