chore: add takt workflow config#153
Merged
Merged
Conversation
Add reusable takt workflow definitions for multi-agent development: - spec-implement-accept piece (Codex review → Cursor implement → Claude Code acceptance) - implement-step piece (implement → parallel review → fix loop) - Custom facets: acceptor/simplifier personas, instructions, policies, output contracts config.yaml is excluded (.gitignore) as it contains personal provider/model settings. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (12)
📝 WalkthroughWalkthroughTakt ワークフロー管理システムの新規セットアップとして、 Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant SpecReviewer as Spec Reviewer
participant Implementer
participant Acceptor as Acceptance Inspector
participant Validator as Validator
participant Simplifier
Client->>SpecReviewer: Step order (order.md)
SpecReviewer->>SpecReviewer: Review spec clarity & coverage
SpecReviewer-->>Client: spec-review-report.md
Client->>Implementer: Proceed to implement
Implementer->>Implementer: Implement changes
Implementer->>Validator: Run pnpm validate
Validator-->>Implementer: Validation result
Implementer-->>Client: Implementation complete
Client->>Acceptor: Submit for acceptance check
Acceptor->>Acceptor: Verify completion conditions
Acceptor->>Validator: Run pnpm validate
Validator-->>Acceptor: Validation result
Acceptor->>Acceptor: Check scope (git diff)
Acceptor-->>Client: acceptance-report.md
alt Acceptance approved
Client->>Simplifier: Proceed to simplify
Simplifier->>Simplifier: Simplify code
Simplifier->>Validator: Run pnpm validate
Validator-->>Simplifier: Validation result
Simplifier-->>Client: COMPLETE
else Acceptance rejected
Client->>Implementer: Fix issues
Implementer->>Implementer: Apply corrections
Implementer-->>Acceptor: Resubmit for check
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
spec-implement-accept(Codex review → Cursor implement → Claude Code acceptance) andimplement-step(implement → parallel review → fix loop)config.yamlexcluded via.gitignore(personal provider/model settings)Context
These were created and refined during the
waitForRunimplementation (#151). The spec-review rules were updated based on learnings from 5 consecutive ABORTs (see the takt analyzer findings).🤖 Generated with Claude Code
Summary by CodeRabbit
リリースノート
ドキュメント
チョア