Skip to content

chore(agents): add Claude subagents for project workflows#7

Merged
s3bc40 merged 2 commits intomainfrom
worktree-chore+subagents
Mar 30, 2026
Merged

chore(agents): add Claude subagents for project workflows#7
s3bc40 merged 2 commits intomainfrom
worktree-chore+subagents

Conversation

@s3bc40
Copy link
Copy Markdown
Owner

@s3bc40 s3bc40 commented Mar 30, 2026

Summary

  • Adds .claude/agents/ with 6 subagents covering the full project lifecycle
  • Each agent is under 60 lines with a precise PROACTIVELY trigger condition
  • Conventions derived strictly from .claude/rules/ and existing CI configuration

Agents added

Agent Trigger
python-quality Any edit to src/devbrief/ or tests/
rust-quality Any edit to rust/src/
test-runner After implementing or fixing any feature
subcommand-impl User asks to implement a new devbrief <cmd>
release-prep User asks to bump version or cut a release
cicd-guard Any edit to .github/workflows/

Test plan

  • Review each agent file for line count (≤60 lines)
  • Verify trigger conditions are specific and non-overlapping
  • Confirm all conventions match .claude/rules/*.md and CLAUDE.md
  • Confirm cicd-guard invariants match current ci.yml and release.yml exactly

🤖 Generated with Claude Code

s3bc40 and others added 2 commits March 30, 2026 21:37
…release workflows

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ment

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@s3bc40 s3bc40 merged commit 75117d4 into main Mar 30, 2026
3 checks passed
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