Fix new_job workflow issues and update learning-agents skills#223
Merged
Fix new_job workflow issues and update learning-agents skills#223
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
New agent for reviewing PRs against DeepWork's architectural patterns, naming conventions, and process standards. Seeded with topics covering MCP workflow patterns and the quality review system. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- test.md: Add Step 5 to write feedback to .deepwork/tmp/test_feedback.md - job.yml: Replace conversational test review criteria with file-based ones - make_new_job.sh: Remove stale "deepwork install" reference from AGENTS.md - iterate.md/learn.md: Add script creation/fix step for automation opportunities - learning-agents skills: Remove deprecated frontmatter fields, add restart warning to create-agent Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The learn skill was using general-purpose subagent_type instead of the dedicated learning-agents:learning-agent-expert agent, which has the domain knowledge needed for issue identification and investigation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- post_task.sh: Use correct hookSpecificOutput structure for additionalContext so the reminder actually surfaces to the calling agent - post_task.sh: Normalize agent name (lowercase + hyphens) to match directory naming when frontmatter name differs (e.g. "Consistency Reviewer") - learn SKILL.md: Use learning-agents:learning-agent-expert subagent_type instead of general-purpose Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
.deepwork/tmp/test_feedback.md— previously the step never told the agent to create this declared output, sofinished_stepwould faildeepwork install" from generated AGENTS.md (CLI command was removed)scriptsoutput is actually addressed in instructionsdisable-model-invocationandallowed-toolsfrontmatter fields; added restart warning tocreate-agentTest plan
deepwork_jobs/new_jobworkflow through all 4 steps and verify test step writes feedback filefinished_stepaccepts the test feedback file outputmake_new_job.shand check generated AGENTS.md has no install reference🤖 Generated with Claude Code