major refactor

This commit is contained in:
Shayan Rais
2026-03-02 10:47:11 +05:00
parent d4f6baa98d
commit 3776747e8a
9 changed files with 178 additions and 541 deletions
@@ -1,5 +1,5 @@
---
name: workflow-changelog-claude-subagents-agent
name: workflow-claude-subagents-agent
description: Research agent that fetches Claude Code docs, reads the local subagents report, and analyzes drift
model: opus
color: blue
@@ -17,9 +17,9 @@ This is a **read-then-report** workflow. Launch agents, merge results, and produ
**Immediately** spawn both agents using the Task tool **in the same message** (parallel launch):
### Agent 1: workflow-changelog-claude-subagents-agent
### Agent 1: workflow-claude-subagents-agent
Spawn using `subagent_type: "workflow-changelog-claude-subagents-agent"`. Give it this prompt:
Spawn using `subagent_type: "workflow-claude-subagents-agent"`. Give it this prompt:
> Research the claude-code-best-practice project for subagents report drift. Check the last $ARGUMENTS versions (default: 10).
>
@@ -69,7 +69,7 @@ Both agents run independently and will return their findings.
## Phase 2: Merge Findings & Generate Report
**Wait for both agents to complete.** Once you have:
- **workflow-changelog-claude-subagents-agent findings** — detailed report analysis with local file reads, external doc fetches, and drift detection
- **workflow-claude-subagents-agent findings** — detailed report analysis with local file reads, external doc fetches, and drift detection
- **claude-code-guide findings** — independent research on latest Claude Code agents features and frontmatter changes
Cross-reference the two. The dedicated agent provides report-specific drift analysis, while the claude-code-guide agent may surface things it missed (e.g. very recent changes, undocumented features, or context from web searches). Flag any contradictions between the two for the user to resolve.