issue-driven-harness

Orchestrate issue-driven development workflows from GitHub issues, Notion tasks, or Markdown files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill issue-driven-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-driven-harness
Source: https://github.com/so-ota-biz/ai-agent-orchestration-settings/tree/main/.agent/skills/issue_driven_harness
Command: npx skills add https://github.com/so-ota-biz/ai-agent-orchestration-settings --skill issue-driven-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub Issue、Backlog チケット、Notion タスク、またはローカルの仕様ファイル(Markdown)を起点に、ハーネス型(サブエージェント構成)の issue-driven 開発を開始するスキル。Planner/Reviewer/Generator-FE/Generator-BE/Evaluator の各サブエージェントを用いた高精度な設計・実装ループが必要なときに使う。トークン消費が大きいため、小規模なタスクや低コスト優先の場合は issue_driven_start を使うこと。

Core Features & Use Cases

  • ハーネス型開発を起点とし、Issue/Backlog/Notion/ローカルファイルを統合して設計・実装を進める
  • Planner/Reviewer/Generator-FE/Generator-BE/Evaluator のサブエージェントを連携して高精度な設計・検証ループを回す
  • 大規模タスクや複雑な要件での設計・実装の進行管理と品質保証に適用する

Quick Start

Provide a GitHub Issue URL, backlog key, Notion page, or local Markdown file to launch the harness flow.

Frequently Asked Questions about issue-driven-harness

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

FAQPage Schema
How do I start issue-driven development from a GitHub issue or Notion task?

Issue-driven development from a GitHub issue or Notion task starts by providing the issue URL, backlog key, or local Markdown file to launch a harness flow that coordinates Planner, Reviewer, Generator, and Evaluator sub-agents for iterative design and implementation.

What is a harness-based sub-agent workflow for software engineering?

A harness-based sub-agent workflow orchestrates specialized agents like Planner, Reviewer, Generator-FE, Generator-BE, and Evaluator to produce design artifacts and verify completion criteria through iterative planning and implementation loops, ensuring high-precision development on complex requirements.

Can I use a local Markdown specification file to initiate the planning and implementation loop?

Yes, you can use a local Markdown specification file to initiate the planning and implementation loop. The harness flow accepts local Markdown files alongside GitHub issues, Backlog tickets, and Notion pages as valid starting points.

What's the best way to manage large-scale software design and verification across multiple agents?

Managing large-scale software design and verification across multiple agents is best handled by a harness flow that coordinates Planner, Reviewer, Generator-FE, Generator-BE, and Evaluator sub-agents to run iterative planning and implementation loops for quality assurance.

Do I need specific harness prompt files and templates to run the issue-driven development workflow?

Yes, you need harness prompts located at autonomous-ai-agent-development/issue-driven/master-prompt-harness.md and canonical templates in ~/.agent/templates to drive the planning and verification loops of the issue-driven development workflow.

When should I not use a sub-agent harness approach for issue-driven development?

You should not use a sub-agent harness approach for small-scale tasks or when low token consumption is a priority, as coordinating multiple sub-agents like Planner and Reviewer involves high token consumption; use a simpler issue-driven start approach instead.