Skip to content

調査・設計を issue コメントで完結する workflow を追加する - #55

Merged
hirokisakabe merged 3 commits into
mainfrom
feat/add-comment-based-investigation-workflow
Aug 1, 2026
Merged

調査・設計を issue コメントで完結する workflow を追加する#55
hirokisakabe merged 3 commits into
mainfrom
feat/add-comment-based-investigation-workflow

Conversation

@hirokisakabe

Copy link
Copy Markdown
Owner

close #52

概要

PR や永続的な repo 変更を成果物としない調査・設計・技術検証向けに、issue-investigate orchestrator を追加しました。調査結果を構造化した issue コメントへ記録し、受け入れ条件確認後に issue を close する経路を定義します。

主な変更

  • skills/issue-investigate/SKILL.md を追加
  • issue-create / issue-refine / issue-pick / worktree-start / issue-implement に完了形判定とルーティングを追加
  • acceptance-check で今回投稿した単一の結果コメントを検査可能に変更
  • README と AGENTS.md の skill 一覧・graph・workflow・哲学を 2 orchestrator 構成へ更新
  • 変更した既存 skill の version を minor bump

影響範囲

  • skills/issue-investigate/SKILL.md
  • skills/issue-create/SKILL.md
  • skills/issue-refine/SKILL.md
  • skills/issue-pick/SKILL.md
  • skills/worktree-start/SKILL.md
  • skills/issue-implement/SKILL.md
  • skills/acceptance-check/SKILL.md
  • README.md
  • AGENTS.md

検証

このリポジトリには build / test / lint toolchain はありません。

@hirokisakabe
hirokisakabe merged commit 3972b29 into main Aug 1, 2026
1 check passed
@hirokisakabe
hirokisakabe deleted the feat/add-comment-based-investigation-workflow branch August 1, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

調査・設計を issue コメントで完結する workflow を追加する

1 participant