docs: add expected-behavior specs for all 9 factory agents#790
Open
gx-ai-architect wants to merge 4 commits into
Open
docs: add expected-behavior specs for all 9 factory agents#790gx-ai-architect wants to merge 4 commits into
gx-ai-architect wants to merge 4 commits into
Conversation
…ler agents Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sentrux Quality ReportAbsoluteDiff (vs base branch) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #790 +/- ##
=======================================
Coverage 86.78% 86.78%
=======================================
Files 80 80
Lines 12134 12134
=======================================
Hits 10531 10531
Misses 1603 1603 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Closes #788
Creates detailed
expected-behavior.mdfiles for all 9 factory agents. These docs serve as diagnostic baselines — when an agent misbehaves, compare its execution trace against the expected behavior doc to pinpoint exactly where it diverged.Files created (9 docs, ~2,500 lines total)
docs/expected-behaviors/ceo.mddocs/expected-behaviors/researcher.mddocs/expected-behaviors/strategist.mddocs/expected-behaviors/builder.mddocs/expected-behaviors/qa.mddocs/expected-behaviors/archivist.mddocs/expected-behaviors/failure-analyst.mddocs/expected-behaviors/refiner.mddocs/expected-behaviors/profiler.mdEach doc contains
Verified against issue #783
The CEO doc explicitly covers the build-mode respawn loop bug (#783) with 3 distinct trace signals:
results.tsvheader-only after build phases completedcurrent.mdoverwritten outside Strategist phaseQA verification
All docs verified against actual agent prompts and playbooks:
🤖 Generated with Claude Code