Skip to content

✨ Add verification agents and parallel task execution - #4

Merged
velles merged 5 commits into
mainfrom
features/improving-agenting-spawning
Aug 14, 2026
Merged

✨ Add verification agents and parallel task execution#4
velles merged 5 commits into
mainfrom
features/improving-agenting-spawning

Conversation

@velles

@velles velles commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

✨ What's New

  • 🕵️ Every implemented task group is now independently double-checked before it's committed — one reviewer confirms the work matches the spec and project standards, another confirms the tests are meaningful and cover the edge cases
  • 😈 A dedicated adversarial reviewer challenges the implementation plans before any code is written, and attacks the finished feature before delivery — only concrete, reproducible failure scenarios count
  • ⚡ Independent task groups now run in parallel waves during autonomous implementation, with the safe parallelization map planned during scoping instead of guessed at execution time
  • 🔍 Requirements research can now investigate multiple areas of the codebase at once when a feature spans domains
  • 🛡️ All automated fix loops are bounded — after two unsuccessful rounds the workflow stops and asks the lead instead of looping or quietly weakening tests
  • 📝 Documentation updated to describe the agent team, wave-based execution, and the three delivery gates
  • 📦 Plugin version bumped so installed users receive the update

🧪 Test Plan

  • Run the repository test suites and confirm all pass
  • Install the plugin in a target project and run the scoping step — confirm the task breakdown includes an Execution Waves section
  • Run the implementation step in Autonomous mode — confirm plans are adversarially challenged before approval and each group is reviewed before its commit
  • Run the implementation step in Lead-in-the-Loop mode — confirm verification findings appear at each review gate for the lead to act on

🤖 Generated with Claude Code

velles and others added 5 commits August 14, 2026 15:48
… research

Codebase research beyond the agents-context README can now dispatch up to
3 read-only Explore subagents in a single parallel batch (one per domain
area) instead of a single agent.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Research subagents now report file-contention hot spots, and grouping
  uses them: slices that fight over the same files get merged or an
  honest dependency instead of fake parallelism
- tasks.md gains an Execution Waves subsection under Execution Order —
  waves of groups with no mutual dependencies and disjoint file sets
  that step3 can dispatch concurrently after validating against plans
- Add a self-check phase before presenting tasks.md and a scope-boundary
  line (this skill produces tasks.md only, never code or plans)
- Template and filled-in example updated to match

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Restructure the 273-line SKILL.md into an orchestrator (48 lines) with
steps/ and shared/ files — order lives only in SKILL.md; step files are
topic-named and position-agnostic. plans/group-N.md gets a real
template.md instead of prose inside a prompt.

New verification agents, running in every mode:
- implementation-reviewer + test-verifier: a parallel read-only pair
  checking each group before commit (diff vs. plan/spec/standards;
  tests meaningful, edge cases covered, nothing weakened). Orchestrated
  execution drives a bounded fix cycle (max 2 rounds); L mode surfaces
  findings at the user's review gate
- adversarial-thinker: challenges the plan batch before code is written
  and attacks the finished feature before delivery; only findings with
  a concrete failure scenario count

Parallel execution is now scheduled, not ad hoc: pre-planning validates
step2's Execution Waves against the plans' file operations and
dispatches executors wave-by-wave.

Tests: step3 content assertions became directory-recursive; 15 new
assertions cover the structured shape, the agents, read-only and
bounded-fix-cycle constraints, and waves.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sync workflow.md and implementation.md with the step2/step3 changes:
verification agents (implementation-reviewer, test-verifier,
adversarial-thinker), wave-based parallel execution, and the
adversarial delivery review gate before the full-suite backstop.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Installed users only receive updates when plugin.json's version changes.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@velles
velles merged commit 5d0dc3a into main Aug 14, 2026
1 check passed
@velles
velles deleted the features/improving-agenting-spawning branch August 14, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant