jikime-workflow-symphony

Orchestrate autonomous agents for GitHub Issues and workflows via jikime serve.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-symphony
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-workflow-symphony
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-workflow-symphony
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-symphony

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of setting up and managing autonomous AI agents for tasks like code generation and issue resolution within a development workflow.

Core Features & Use Cases

  • Autonomous Agent Orchestration: Manages the lifecycle of AI agents, from planning to execution and debugging.
  • GitHub Issue Integration: Automatically polls GitHub Issues to trigger agent workflows, creating isolated worktrees for each task.
  • Configuration Management: Provides guidance on setting up WORKFLOW.md and understanding agent configurations.
  • Use Case: Streamline your development process by having AI agents automatically pick up tasks from GitHub Issues, perform the necessary coding or analysis, and update the issue status, all without manual intervention.

Quick Start

Configure your GitHub token and project slug in WORKFLOW.md, then start the service by running jikime serve.

Frequently Asked Questions about jikime-workflow-symphony

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

FAQPage Schema
How do I orchestrate autonomous agents for Claude Code to resolve GitHub Issues?

Autonomous agent orchestration for Claude Code manages the complete lifecycle of AI agents, handling planning, execution, and debugging to automate code generation and issue resolution workflows.

How does GitHub Issue integration trigger autonomous agent workflows?

GitHub Issue integration automatically polls your repository for new issues, triggering autonomous agent workflows by creating isolated worktrees for each task to perform necessary coding or analysis without manual intervention.

What do I need to configure before starting autonomous agent orchestration with jikime serve?

Before starting autonomous agent orchestration, you need to configure your GitHub token and project slug within the WORKFLOW.md file to establish the necessary repository access and project context for the daemon.

Can I use scripts for deterministic tasks during agent orchestration?

Yes, the agent orchestration supports deterministic tasks via scripts, allowing you to execute predefined operations while also facilitating in-depth information retrieval from references and asset storage.

How do I debug an autonomous agent workflow that is not picking up GitHub Issues?

Debugging an autonomous agent workflow involves checking the jikime serve daemon process, verifying your WORKFLOW.md configuration settings, and ensuring your GitHub token has the correct repository polling permissions.