improve: enhance task-decomposition-expert#573
Merged
Conversation
- Rewrote description with 3 concrete <example> blocks and <commentary> invocation triggers - Added model: sonnet field - Expanded tools to Read, Write, Edit, Bash, Glob, Grep, WebSearch - Removed mandatory ChromaDB coupling from critical path entirely - Added Requirements Gathering as mandatory first step with 6 intake questions - Added concrete output format: WBS with 8/80 rule, dependency graph notation, parallelism map table, risk register table, validation checkpoints - Added explicit Agent Handoff Plan section mapping workstreams to specialist agents - Added Integration with Other Agents section - Added structured JSON progress format and completion message template Automated review cycle | Co-Authored-By: Claude Code <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
👋 Thanks for contributing, @davila7!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
Contributor
|
| Metric | Count |
|---|---|
| Total Components | 763 |
| ✅ Passed | 360 |
| ❌ Failed | 403 |
| 1005 |
❌ Failed Components (Top 5)
| Component | Errors | Warnings | Score |
|---|---|---|---|
vercel-edge-function |
3 | 4 | 81/100 |
prompt-engineer |
2 | 0 | 90/100 |
neon-expert |
2 | 2 | 88/100 |
agent-overview |
2 | 1 | 89/100 |
unused-code-cleaner |
2 | 1 | 89/100 |
...and 398 more failed component(s)
📊 View Full Report for detailed error messages and all components
Contributor
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="cli-tool/components/agents/ai-specialists/task-decomposition-expert.md">
<violation number="1" location="cli-tool/components/agents/ai-specialists/task-decomposition-expert.md:42">
P2: The atomic action duration range is contradictory: `1–8 hours` conflicts with the stated `8/80 rule` (`8–80 hours`). Update the Level 3 definition to match the 8/80 constraint.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| ``` | ||
| Level 1: Primary Objectives (high-level outcomes, 3–7 total) | ||
| Level 2: Tasks (supporting activities per objective) | ||
| Level 3: Atomic Actions (specific executable steps, 1–8 hours each) |
Contributor
There was a problem hiding this comment.
P2: The atomic action duration range is contradictory: 1–8 hours conflicts with the stated 8/80 rule (8–80 hours). Update the Level 3 definition to match the 8/80 constraint.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At cli-tool/components/agents/ai-specialists/task-decomposition-expert.md, line 42:
<comment>The atomic action duration range is contradictory: `1–8 hours` conflicts with the stated `8/80 rule` (`8–80 hours`). Update the Level 3 definition to match the 8/80 constraint.</comment>
<file context>
@@ -1,96 +1,148 @@
+```
+Level 1: Primary Objectives (high-level outcomes, 3–7 total)
+ Level 2: Tasks (supporting activities per objective)
+ Level 3: Atomic Actions (specific executable steps, 1–8 hours each)
+```
+
</file context>
Suggested change
| Level 3: Atomic Actions (specific executable steps, 1–8 hours each) | |
| Level 3: Atomic Actions (specific executable steps, 8–80 hours each) |
davila7
added a commit
that referenced
this pull request
May 8, 2026
Reflects merged improvements to cli-tool/components/agents/ai-specialists/task-decomposition-expert.md. Automated by pr-verification cycle | Co-Authored-By: Claude Code <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.
Automated Component Improvement
Changes
<example>blocks (Rails monolith migration, 8-week AI product launch, multi-agent pipeline design) each with invocation<commentary>tags, following the exact pattern ofprompt-engineer.mdandllm-architect.mdmodel: sonnet: Was absent in originaltools: ChangedRead, Write→Read, Write, Edit, Bash, Glob, Grep, WebSearchto match orchestration-level capabilityResearch Summary
The original component was deeply coupled to ChromaDB as a mandatory dependency (40% of body content), had only 2 tools configured while instructing calls to unconfigured MCP tools, lacked the
modelfield, had a vague description with no examples, and provided no concrete output templates or agent handoff guidance. All Critical and High priority issues from the research report have been resolved.Validation
Automated review cycle by Component Improvement Loop
Summary by cubic
Rebuilds
task-decomposition-expertto produce structured, actionable plans with estimates, dependencies, and clear agent handoffs. Removes forced ChromaDB coupling and upgrades config for better orchestration.model: sonnet; expanded tools toRead, Write, Edit, Bash, Glob, Grep, WebSearch.cli-tool/components/); no new components; no catalog regeneration needed; no new env vars or secrets.Written for commit 2203b95. Summary will update on new commits.